#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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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); } }; 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 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 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); } }; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Int64[][] struct Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse[] struct BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId[] struct CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList[] struct CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] struct DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint[] struct DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; // System.Collections.IList[] struct IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet[] struct ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo[] struct PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails[] struct RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name[] struct X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream struct Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06; // 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.X509.AttributeCertificateHolder struct AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer struct AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509 struct AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse struct BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.CapsuleCollider struct CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId struct CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus struct CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate struct CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList struct CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint struct CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason struct CrlReason_tB131133C86AC20505F7A205D6059101D28944693; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint struct DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName struct DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E; // System.Exception struct Exception_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree struct GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet struct HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder struct Holder_t64C922905238378DD56C273DE16BA7D09529E22A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // 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.Utilities.Collections.ISet struct ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate struct IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension struct IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector struct IX509Selector_tDF0E87AA40F73B7BAB6C774E81D26F95D9A3ECE8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint struct IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityStandardAssets.Characters.FirstPerson.MouseLook struct MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints struct NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity struct OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals struct OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText struct PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable struct PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo struct PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters struct PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath struct PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder struct PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult struct PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator struct PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException struct PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult struct PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities struct PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator struct PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters struct PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode struct PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation struct PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags struct ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask struct ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData struct ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent struct RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails struct RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent struct RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder struct RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent struct RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator struct ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues struct RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo struct RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus struct RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine struct Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities struct Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities struct Rfc3281CertPathUtilities_t54FB0B1437AED8208EFABAED41672C6D03A79BF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine struct Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Rfc3739QCObjectIdentifiers struct Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController struct RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine struct RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest struct RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest struct RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // 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.TargetInformation struct TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList struct TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor struct TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Attribute struct X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector struct X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl struct X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector struct X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter struct X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings struct AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings struct MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; IL2CPP_EXTERN_C RuntimeClass* AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB_il2cpp_TypeInfo_var; 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* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrlReason_tB131133C86AC20505F7A205D6059101D28944693_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_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* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_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* IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_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* MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral007C82254931DE67F730F668BEF9F3731F57DA62; IL2CPP_EXTERN_C String_t* _stringLiteral02094F8FC1F531C9BD0D9A4E0D3F8D0DFC7BD309; IL2CPP_EXTERN_C String_t* _stringLiteral0482CC1CB0CB4723A45A9DC39DD0B58E3F2CD27E; IL2CPP_EXTERN_C String_t* _stringLiteral05E3A10AECA4F824B71155E404964032862B91E2; IL2CPP_EXTERN_C String_t* _stringLiteral0653373E4E9ADC8A681764C68A7F4849F49EEF86; IL2CPP_EXTERN_C String_t* _stringLiteral0814F317FC8E7E39712C5E38C3CAA64E00EADD2C; IL2CPP_EXTERN_C String_t* _stringLiteral09E28307CE3EB1116FBC515D15C11DB37D057B1B; IL2CPP_EXTERN_C String_t* _stringLiteral0D8AB86BB3A14340AEE7ADDA95FB6F1954525D80; IL2CPP_EXTERN_C String_t* _stringLiteral0FEDD034537F6941CAB72BE19FDC9E3253ED0A3E; IL2CPP_EXTERN_C String_t* _stringLiteral15129077CA0D97FA29F3C3557CA4AAF7A7CEBE3A; IL2CPP_EXTERN_C String_t* _stringLiteral16A50DB49F7E5E9CEE02DC4B75F39D462282172F; IL2CPP_EXTERN_C String_t* _stringLiteral177E8BF74B60FB95DB0401FD9B05D3F331221B46; IL2CPP_EXTERN_C String_t* _stringLiteral188DD1FDA83E4CDF0A35D4D432C42175EDB03645; IL2CPP_EXTERN_C String_t* _stringLiteral18C2FCA26446654BE739CCB0BE90AB8D2559BF86; IL2CPP_EXTERN_C String_t* _stringLiteral194FC6807F8BEEFE0FB1BD24AFB6BC1D348B0BFD; IL2CPP_EXTERN_C String_t* _stringLiteral19B838677B9A54DF61441343611E5694EC31DC23; IL2CPP_EXTERN_C String_t* _stringLiteral19CA86D64273536E65A3160ECC59CB98A1159E5C; IL2CPP_EXTERN_C String_t* _stringLiteral1AD5614E9C2D72B3353E39D84F66639128C9C2B0; IL2CPP_EXTERN_C String_t* _stringLiteral1AFF02327194AD100099131A5C4D0D19D8862498; IL2CPP_EXTERN_C String_t* _stringLiteral1BA3EE1A1ED949AB275D1C850992FD5D9AFB2EE9; IL2CPP_EXTERN_C String_t* _stringLiteral1BEC097E40DAAF026CDA25D650D9DBB09A25FCE0; IL2CPP_EXTERN_C String_t* _stringLiteral1CEDABF345BB8FDF176B01A38BA62A864478BB62; IL2CPP_EXTERN_C String_t* _stringLiteral1D79B308E8E9AA54C591FE73142904DF875C4173; IL2CPP_EXTERN_C String_t* _stringLiteral1DDF7DE10C0828BA2A6D362B3549A4204D11A038; IL2CPP_EXTERN_C String_t* _stringLiteral1E215CFB2973682516F623807746B5F6D3F2FD9B; IL2CPP_EXTERN_C String_t* _stringLiteral1E2FB89DD75EA7DEDFEA6B005895F82CFB64C914; IL2CPP_EXTERN_C String_t* _stringLiteral1FA884786809A532088A8C6CE66D80EFB32F8F65; IL2CPP_EXTERN_C String_t* _stringLiteral20221349E1125D9857A7A0065423AA53FB0B9FCE; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral20E770B1BC5EDB5F9A70514C62734A71AABB4AF7; IL2CPP_EXTERN_C String_t* _stringLiteral22FA8EAE7B2FAB36F9200E67827270C2FAD99F7D; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral24D90D5EC453D0D13F030BFC48F155788D920F8E; IL2CPP_EXTERN_C String_t* _stringLiteral25768B56E40BB7D0B325FBB98EB7C38D8EEC66A3; IL2CPP_EXTERN_C String_t* _stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A; IL2CPP_EXTERN_C String_t* _stringLiteral266815A60B484136B796FCD857B34D3BFB88EA29; IL2CPP_EXTERN_C String_t* _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968; IL2CPP_EXTERN_C String_t* _stringLiteral2DEB2F67FD25F7E0A9F3F5B832BA4E882C6905D0; IL2CPP_EXTERN_C String_t* _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08; IL2CPP_EXTERN_C String_t* _stringLiteral2F3D7F1C37FBA64E0673D463F93B9CDDF3FFC04E; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral3057D1C519EEBD6840E8ABB15829567F0B559A1F; IL2CPP_EXTERN_C String_t* _stringLiteral30634E05EB9E30962E0E2BD9B8A15A1478AAD580; IL2CPP_EXTERN_C String_t* _stringLiteral325C6BE8E6276E3C22C027D9857124D0452D956A; IL2CPP_EXTERN_C String_t* _stringLiteral3647463467C99647F78DAB7FF10CD67C729BC0F2; IL2CPP_EXTERN_C String_t* _stringLiteral368859FA32749CF5741E8999E798A166D2BF19AC; IL2CPP_EXTERN_C String_t* _stringLiteral36CF39425930A75A867929B8B81503F0985E942D; IL2CPP_EXTERN_C String_t* _stringLiteral379E13AD324D77D6611B6438BE4695B519C08D2A; IL2CPP_EXTERN_C String_t* _stringLiteral3BEBDA5C9E54088DD15B32DF0430046A5F2F39C8; IL2CPP_EXTERN_C String_t* _stringLiteral3E1CBF0C0388A832B9C2A40EBBB0567D37B167A5; IL2CPP_EXTERN_C String_t* _stringLiteral3E66C1543E22EDC5796447F687758DB90502D645; IL2CPP_EXTERN_C String_t* _stringLiteral3E70B70AFD1359B6869326623D948BFD22BFADAC; IL2CPP_EXTERN_C String_t* _stringLiteral40DD640AC47A9EDEAF531C34E9A6ADD2A3F63D9A; IL2CPP_EXTERN_C String_t* _stringLiteral40EB80B09A5E51C17AB764CAE39B59ECEF00BB8E; IL2CPP_EXTERN_C String_t* _stringLiteral426D8EE5003200B3DB1B4FC057FBB9202B63D05F; IL2CPP_EXTERN_C String_t* _stringLiteral42BC44E0CB3ED3CBA6597A8C389D2686E4FDD8FC; IL2CPP_EXTERN_C String_t* _stringLiteral46D571C0AB28155973E8B782156FE8195BA939BB; IL2CPP_EXTERN_C String_t* _stringLiteral4748DFC5D91C2E3A22D083D91965FEDE92EB2136; IL2CPP_EXTERN_C String_t* _stringLiteral476B3E138B28F0E8426AC55A2955D7CC0D3F32C6; IL2CPP_EXTERN_C String_t* _stringLiteral4B3C1A2C57F88F67434EF66172436461AA037408; IL2CPP_EXTERN_C String_t* _stringLiteral4CB62EBCDDF9A820B27D6A22676444E68E33F46C; IL2CPP_EXTERN_C String_t* _stringLiteral4E95F152FED30265401A8CA428DE65CAE77E3FFD; IL2CPP_EXTERN_C String_t* _stringLiteral5287C7B3AA9B0F60B5D8D3FDD8A44A9819365B5E; IL2CPP_EXTERN_C String_t* _stringLiteral55E70D271A283B321170007AC3851F809CB4F951; IL2CPP_EXTERN_C String_t* _stringLiteral57621D6FC38B263D6CC150D02471DCAD1D4C8691; IL2CPP_EXTERN_C String_t* _stringLiteral57A32A05EEB612229A5FDE466398FAA8C6019121; IL2CPP_EXTERN_C String_t* _stringLiteral57AD365738CE37EFE8C328B34B1DFEDC5C9F6F42; IL2CPP_EXTERN_C String_t* _stringLiteral591C0D1C52030F949248A44C801AB9ED36F8D19A; IL2CPP_EXTERN_C String_t* _stringLiteral59396EBA06221EC4CA66CD9B47BA9DD548D12F89; IL2CPP_EXTERN_C String_t* _stringLiteral5A496470AE995E27FB04D3274093AA61CA24D9F6; IL2CPP_EXTERN_C String_t* _stringLiteral5ABC19468691BF2CAD96CE9A8549C5FCB4531953; IL2CPP_EXTERN_C String_t* _stringLiteral5B3A022B03059BF4890370A8B7B5A3C7582D7BD5; IL2CPP_EXTERN_C String_t* _stringLiteral5CD48A1B66604894EDD46FF59859161D0B0BEA9A; IL2CPP_EXTERN_C String_t* _stringLiteral5D79C6B3BF0FD4A905890D387EE5FB79F89BAAE5; IL2CPP_EXTERN_C String_t* _stringLiteral5F24897C11ABC534C26B54E85D6E6C1DC2D73CB3; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral69F980034C875D463590822465477D95EAA1874A; IL2CPP_EXTERN_C String_t* _stringLiteral6A8BA3A091AD02088C20BEFFA94C01D62506011C; IL2CPP_EXTERN_C String_t* _stringLiteral6AF25A314CBA7D38D2E0577AC109ED67EBB61A6D; IL2CPP_EXTERN_C String_t* _stringLiteral6D24B096912C444EFB8EE5034D509607BC163E25; IL2CPP_EXTERN_C String_t* _stringLiteral70253F929BCE7F81DF1A5A1C0900BED744E86C9C; IL2CPP_EXTERN_C String_t* _stringLiteral7115463A2F2104DBF84A2DE8BB0578ECEE3B0A6A; IL2CPP_EXTERN_C String_t* _stringLiteral71CC7E25DB5D180E9E52EC9EA579B8E68F023DD0; IL2CPP_EXTERN_C String_t* _stringLiteral72A0A0044F0D175FA3CCD9D25BCEC68EA0EC7501; IL2CPP_EXTERN_C String_t* _stringLiteral72DF8F5BA0B4554C8DC1AF49EC93B6CF0A4FBBE3; IL2CPP_EXTERN_C String_t* _stringLiteral73DEA90DC5A44B4F6D6175E411C45478F05776EF; IL2CPP_EXTERN_C String_t* _stringLiteral740780E34F5E7ED629E680C0CA49EDC6B7882297; IL2CPP_EXTERN_C String_t* _stringLiteral7432366D0064EEE11AF14FB38431C994D4B4342F; IL2CPP_EXTERN_C String_t* _stringLiteral7728853F9882B1A8481318DA8A5EF336BE4E9BD2; IL2CPP_EXTERN_C String_t* _stringLiteral77DC02C457D1D22DB34525658B2DC3DFE1F4FCBF; IL2CPP_EXTERN_C String_t* _stringLiteral78772FD0301D5035731288AE9CDCAD8249646A22; IL2CPP_EXTERN_C String_t* _stringLiteral7D4C473978BB6B9FEA6FBE376D9D4E181EFF3185; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E; IL2CPP_EXTERN_C String_t* _stringLiteral855915AFCAC87E5677D64DED33C2E3351C11CFE0; IL2CPP_EXTERN_C String_t* _stringLiteral8C30442F22B5A4E3814D2D0C5C07C6067140B6AA; IL2CPP_EXTERN_C String_t* _stringLiteral8C7C8067177E1C30597989BAEF09120B4F101F5E; IL2CPP_EXTERN_C String_t* _stringLiteral90DA22AA3046140E11F8275B2468F3F160736231; IL2CPP_EXTERN_C String_t* _stringLiteral94318AEBD7ECA7E96B937056F90DB6FBD73E74D4; IL2CPP_EXTERN_C String_t* _stringLiteral981AE4478E71C4EC026A30E7892E7C4381F95DB9; IL2CPP_EXTERN_C String_t* _stringLiteral9896358CE82504C5561A3E4697AD1A60DF4B84D1; IL2CPP_EXTERN_C String_t* _stringLiteral9A8E56036BECF991F91391B8BC332123A1CD7ACB; IL2CPP_EXTERN_C String_t* _stringLiteral9CAFC1829AEBBFDFD7FA4A9B6F633E8945668D84; IL2CPP_EXTERN_C String_t* _stringLiteral9E0E5CDBBB92D93B8CBFA8934E121C77B2E91352; IL2CPP_EXTERN_C String_t* _stringLiteralA1E826195A0A9EE598283D77E335DC83C2F7241E; IL2CPP_EXTERN_C String_t* _stringLiteralA6F43B6FB9C70691DAB945CD4C7F9E7517511524; IL2CPP_EXTERN_C String_t* _stringLiteralA752836D60F4FF3BCEDA5FE981A6B9E6126B81B5; IL2CPP_EXTERN_C String_t* _stringLiteralA770210E80CF9A24CA41476744F58522A66536F0; IL2CPP_EXTERN_C String_t* _stringLiteralAA5BF33B9D6BF55656581B6F72015DAE85DEBB82; IL2CPP_EXTERN_C String_t* _stringLiteralAB9ECCDD7D662625994C31E64097C1D5826BADFF; IL2CPP_EXTERN_C String_t* _stringLiteralAC96EB6623EEE9C2D2B112AE48BC725B3F624D53; IL2CPP_EXTERN_C String_t* _stringLiteralAD9A4DBE6C65B6AE57C330CAED083B9BD8DE9230; IL2CPP_EXTERN_C String_t* _stringLiteralADFE66958A953FFE12145C775221FB33795CA9DF; IL2CPP_EXTERN_C String_t* _stringLiteralB2C6E3B2725F3C7DC9E8805E139D27FB638ECA1A; IL2CPP_EXTERN_C String_t* _stringLiteralB4657ACEBB30BB2C7CC8BF4DCADB523A4A64F625; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB7FDE222ECE437A1764D6C4D8497CC691FAE5259; IL2CPP_EXTERN_C String_t* _stringLiteralB938976C39642A3637BC2F334507FCBF34F9A773; IL2CPP_EXTERN_C String_t* _stringLiteralB9CC60BF964D9078177B654964F5A7F3A5DEC6BE; IL2CPP_EXTERN_C String_t* _stringLiteralBB9C6B1A2671C4CA6D961C0AA7526DF60B91FBFB; IL2CPP_EXTERN_C String_t* _stringLiteralBD91F93EFB6DE15B5E650167CDB9B398A3EBD005; IL2CPP_EXTERN_C String_t* _stringLiteralBF29F2F3522174F52C44E5A1812C8A01EAC6A282; IL2CPP_EXTERN_C String_t* _stringLiteralBF988EFAE8131F447CAC2B05914F25FD76ECE5E4; IL2CPP_EXTERN_C String_t* _stringLiteralC1568B693BF0C7EFA1996CFE6821B348B2099FDB; IL2CPP_EXTERN_C String_t* _stringLiteralC25A9EB35027400851E0BCEDE157333E8EE1A48F; IL2CPP_EXTERN_C String_t* _stringLiteralC2D60D8ADA94B27720CD79461CBA587CBA86EE1B; IL2CPP_EXTERN_C String_t* _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC8B0C265B357D3CE7C73161F1771D1226DB222A9; IL2CPP_EXTERN_C String_t* _stringLiteralC8C627B0FBF59740951535000A07CE2450097EC3; IL2CPP_EXTERN_C String_t* _stringLiteralCDCEE7CF3272AADF8BEBB49CBB2770E27415CABB; IL2CPP_EXTERN_C String_t* _stringLiteralCE029659E535DC36ADAA042FF194A35CD1638BAF; IL2CPP_EXTERN_C String_t* _stringLiteralCE173C4DC3A38123B4D46309B2B25AEFE0A12F5B; IL2CPP_EXTERN_C String_t* _stringLiteralCE4C04858E7D5EFF22BD39300241D0DE2F9DAF92; IL2CPP_EXTERN_C String_t* _stringLiteralCFAAEA4B2342608A26DB503D09BBA213C175CB50; IL2CPP_EXTERN_C String_t* _stringLiteralD35D8F9880D9A88AB2AF75EA3886DB75F8019486; IL2CPP_EXTERN_C String_t* _stringLiteralD58CFD159CE0834ED3B4F404679653AD7F9B39BB; IL2CPP_EXTERN_C String_t* _stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E; IL2CPP_EXTERN_C String_t* _stringLiteralD7E8F0A52C757429346ED5DC0C2A2B2262B4DE82; IL2CPP_EXTERN_C String_t* _stringLiteralDA0CA645FBB7A3E799B85A087FEC2FF34B7BA198; IL2CPP_EXTERN_C String_t* _stringLiteralDB47F5048004AA4E55585F6CC992D48EED668D93; IL2CPP_EXTERN_C String_t* _stringLiteralDDAB909FD709050EE9B85EF30DEAB51604FA418A; IL2CPP_EXTERN_C String_t* _stringLiteralDDC9783E42D7DFE786685484DB9FADECACE79EE7; IL2CPP_EXTERN_C String_t* _stringLiteralE17DE0EA82B051647413C37D06FE1469FC89DAE1; IL2CPP_EXTERN_C String_t* _stringLiteralE183C10FF314F25FB6E44CA864EF65D15FB3EC9B; IL2CPP_EXTERN_C String_t* _stringLiteralE5492568FA85E5E1D00073634669C92233728B49; IL2CPP_EXTERN_C String_t* _stringLiteralE5A1473B3A7E855F5FB8736B5DE27173027D9DC3; IL2CPP_EXTERN_C String_t* _stringLiteralE64D5EE122D100711965395AFF4160B121E37B1B; IL2CPP_EXTERN_C String_t* _stringLiteralE73557B713FAB09ECBF420F65A93ECE53E3E8CBB; IL2CPP_EXTERN_C String_t* _stringLiteralE7AFC51DA79ADB0ECDE4FC1932A62490648C83F8; IL2CPP_EXTERN_C String_t* _stringLiteralEB7CCC8642D7B5521BC4E7440146281DA06EFDDF; IL2CPP_EXTERN_C String_t* _stringLiteralEC64322C8D04CE318BFE4D92A7A5D7286824DBE1; IL2CPP_EXTERN_C String_t* _stringLiteralEED69F3FCB52D20B9A13BA868C332AA37A623982; IL2CPP_EXTERN_C String_t* _stringLiteralF0988486FF14C6DEE1CF00D4553F555954F28939; IL2CPP_EXTERN_C String_t* _stringLiteralF117FEE6E999DB910D2EE5D1060C417B93FBDE18; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF46CB9A8F956075818BA215CF7B135DCB0FB603E; IL2CPP_EXTERN_C String_t* _stringLiteralF48362A138F7350A4FCC935418B838AC73869EC0; IL2CPP_EXTERN_C String_t* _stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8; IL2CPP_EXTERN_C String_t* _stringLiteralFA7B3CDF40FBF4B5DAC4C27875CB2941BBAB81FE; IL2CPP_EXTERN_C String_t* _stringLiteralFBD73B32FB157580C12C943F034B4C07811E9502; IL2CPP_EXTERN_C String_t* _stringLiteralFCEDA8A42E275C214506B6047B5D09353160F3FB; IL2CPP_EXTERN_C String_t* _stringLiteralFDFC1192FBA95E5D05F5CA7D9A8B7F88A086D675; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635_m17D9518E9B127111CF09C304AC4CA09DBAA3C352_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevAnnContent_GetInstance_m151DC80249153149543F5CE1A9ABD2BC5AEF0910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevDetails_GetInstance_m6068A3AB2C54E9057B783B810C5D6C9539CE2FBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevRepContentBuilder_Add_mC2E9FAFF83DB6D39C5215275AE9448BE6C040CA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevRepContent_GetInstance_m253FD5147D1E49010631D9EE5FD9CD72F90232E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevReqContent_GetInstance_mEFAEEACC852AB9918AAE1AB0AEBFB3071CFF7110_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReversedWindowGenerator__ctor_m73E39548CFBAC8A92D5CBB20D8CA865514A3F1D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevocationValues__ctor_m148F32BAF695A218515C437C91F205FF1E9E302F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevocationValues__ctor_m922C975A5260FDD124D1B7D149ED0ED80538B18A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevokedInfo_GetInstance_mB6BE4553F70BFCF58E871C79B4C8EBE50F692DC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevokedInfo__ctor_mA797A751692D8C36B0B02398189F9A922A2813F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RevokedStatus_get_RevocationReason_m6753F16203CAE3909870ADDC2811CBA6C792F1B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3211WrapEngine_Init_m9ACD81B10A506CE0E00CBECB8069C2D957FA73D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3211WrapEngine_Unwrap_mF781E8E968603CD005BA6E1C670811A8DD342C17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3211WrapEngine_Wrap_mBC19158019E055FA6AFB9B6AF135C2C7785FEEDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareCertB_m989DD6B731CAD31FC58B33E8E1AFF46BF8DA78E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertA_m73A13A7FDE0E45720439B7DEF39D5E5E71ABD184_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertG_m578C2E9FDBFDB4655C113F2AD920393DBEC27CCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertI1_m47F1866D37AEB30940B53BF5AC949AEC36591F46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertI2_mCBDCE8FF5B236B63FE507798AFD2471B08032A2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertJ_m3355D9C0EB0E71AB340992B2148C2D9513424CD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertK_mCEC196014799D3006CFBFB586098CDB0989B36AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertL_m42E74CC7BFB9437574DB1EA3A4EDD34A78BB5B22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertM_mABF86083CCF64837C4DE5FB308F12554BD1F7651_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertN_m9172D885AFF3E3653FE2AA657299F54426FC5E36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_PrepareNextCertO_m7329BA6BAD1BF31F33E53AC23D44941D5BF8688B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCertD_m710370EBBDE7182DAE270B0BED06754E6E6DC886_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCertE_m76CE7FC60FE63C4042C74145D66BEB4FCE382680_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCertF_mB2A69897B32815A51FAF321B72E1E8BA38555FC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlA1i_mACEF6D62B7EA78A8AFC7384C63CFF7864CF9E4FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlA1ii_m26A59D8BE2020C67621D3050361BE56D82524C33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlD_m9DAEE48D94893D8A8303DE0D3F920FB7CA825D81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlG_m965B758E59A020B5E323D1BB5AA1ACBE57CA067A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_ProcessCrlH_mA08749CE43A0683E216E63C801EB1C5C8AFF5A77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_WrapupCertB_m521CBEDCD2E073B82F067872F219AC1D4AEA18E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_WrapupCertF_mF43C68C0E77F7B946E42E65A61FBC191F41AD518_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3280CertPathUtilities_WrapupCertG_m8319BC59F6C15FB17955B366718B38B9682C094F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_AdditionalChecks_m67125173C522467B9191E05E2E5F158F2B488227_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_CheckCrl_m23AA89ED09627224E84DE09175C0C235D22608B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_ProcessAttrCert2_mFBB130F2DCAFD1FB6FD19B14EF80E1503BC80D97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_ProcessAttrCert3_m73C0EB011A67B63A5CF93990176A7188D604EB65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_ProcessAttrCert4_m09DE02A722D10C16E5FCF4EBFDD627914F6C1CBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_ProcessAttrCert5_m0E9B9BA54C6E589F673FADB2B99E70E7D8F68E5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3281CertPathUtilities_ProcessAttrCert7_m014F2EB4428B2D021C1CE19B181D6CFE1BC46A76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3394WrapEngine_Init_mD3A464109231A8B6935B5864CD8689E0D3E17581_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3394WrapEngine_Unwrap_mDAC709A2F7711AF995E9B648BCE9CDF443AE5704_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rfc3394WrapEngine_Wrap_m210434D91EEB3E276E669BE2097698AA4D120C46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RijndaelEngine_GenerateWorkingKey_m6CDE228F8437E8B21ECC6AB51795129FF2363AD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RijndaelEngine_Init_m46AE63E84692C4631192BEFD9733756FB1664159_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RijndaelEngine_ProcessBlock_mE9F83FD6FA63859B09BB3F58D73B1EA498BD3FAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RijndaelEngine__ctor_mF6229E4C643575913A0A69E5D2329DC125FDC709_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_0_0_0_var; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; struct Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA; struct CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262; struct DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93; struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; struct IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B; struct ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9; struct RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct X509AttributeU5BU5D_tB7CB869D1933A59A13717C710F5F0ED2A833E042; struct X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D; struct ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D; 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 // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder struct AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder::holder Holder_t64C922905238378DD56C273DE16BA7D09529E22A * ___holder_0; public: inline static int32_t get_offset_of_holder_0() { return static_cast(offsetof(AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D, ___holder_0)); } inline Holder_t64C922905238378DD56C273DE16BA7D09529E22A * get_holder_0() const { return ___holder_0; } inline Holder_t64C922905238378DD56C273DE16BA7D09529E22A ** get_address_of_holder_0() { return &___holder_0; } inline void set_holder_0(Holder_t64C922905238378DD56C273DE16BA7D09529E22A * value) { ___holder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___holder_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer struct AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer::form Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___form_0; public: inline static int32_t get_offset_of_form_0() { return static_cast(offsetof(AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4, ___form_0)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_form_0() const { return ___form_0; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_form_0() { return &___form_0; } inline void set_form_0(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___form_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___form_0), (void*)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.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcNextV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcNextV_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::blockSize int32_t ___blockSize_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cipher RuntimeObject* ___cipher_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::encrypting bool ___encrypting_5; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_cbcV_1() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcV_1() const { return ___cbcV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcV_1() { return &___cbcV_1; } inline void set_cbcV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcV_1), (void*)value); } inline static int32_t get_offset_of_cbcNextV_2() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcNextV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcNextV_2() const { return ___cbcNextV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcNextV_2() { return &___cbcNextV_2; } inline void set_cbcNextV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcNextV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcNextV_2), (void*)value); } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___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; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } inline static int32_t get_offset_of_encrypting_5() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___encrypting_5)); } inline bool get_encrypting_5() const { return ___encrypting_5; } inline bool* get_address_of_encrypting_5() { return &___encrypting_5; } inline void set_encrypting_5(bool value) { ___encrypting_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus struct CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::status int32_t ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::revocationDate DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___revocationDate_3; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940, ___status_2)); } inline int32_t get_status_2() const { return ___status_2; } inline int32_t* get_address_of_status_2() { return &___status_2; } inline void set_status_2(int32_t value) { ___status_2 = value; } inline static int32_t get_offset_of_revocationDate_3() { return static_cast(offsetof(CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940, ___revocationDate_3)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_revocationDate_3() const { return ___revocationDate_3; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_revocationDate_3() { return &___revocationDate_3; } inline void set_revocationDate_3(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___revocationDate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationDate_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 : public RuntimeObject { public: public: }; struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus::Good CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * ___Good_0; public: inline static int32_t get_offset_of_Good_0() { return static_cast(offsetof(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_StaticFields, ___Good_0)); } inline CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * get_Good_0() const { return ___Good_0; } inline CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 ** get_address_of_Good_0() { return &___Good_0; } inline void set_Good_0(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * value) { ___Good_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Good_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.Utilities.Collections.HashSet struct HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::impl RuntimeObject* ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754, ___impl_0)); } inline RuntimeObject* get_impl_0() const { return ___impl_0; } inline RuntimeObject** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(RuntimeObject* value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // 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; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___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_iv_1() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___iv_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_1() const { return ___iv_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_1() { return &___iv_1; } inline void set_iv_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_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.Pkix.PkixAttrCertChecker struct PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath struct PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::certificates RuntimeObject* ___certificates_1; public: inline static int32_t get_offset_of_certificates_1() { return static_cast(offsetof(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89, ___certificates_1)); } inline RuntimeObject* get_certificates_1() const { return ___certificates_1; } inline RuntimeObject** get_address_of_certificates_1() { return &___certificates_1; } inline void set_certificates_1(RuntimeObject* value) { ___certificates_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_1), (void*)value); } }; struct PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_StaticFields { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::certPathEncodings RuntimeObject* ___certPathEncodings_0; public: inline static int32_t get_offset_of_certPathEncodings_0() { return static_cast(offsetof(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89_StaticFields, ___certPathEncodings_0)); } inline RuntimeObject* get_certPathEncodings_0() const { return ___certPathEncodings_0; } inline RuntimeObject** get_address_of_certPathEncodings_0() { return &___certPathEncodings_0; } inline void set_certPathEncodings_0(RuntimeObject* value) { ___certPathEncodings_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPathEncodings_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder struct PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 : public RuntimeObject { public: // System.Exception BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::certPathException Exception_t * ___certPathException_0; public: inline static int32_t get_offset_of_certPathException_0() { return static_cast(offsetof(PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0, ___certPathException_0)); } inline Exception_t * get_certPathException_0() const { return ___certPathException_0; } inline Exception_t ** get_address_of_certPathException_0() { return &___certPathException_0; } inline void set_certPathException_0(Exception_t * value) { ___certPathException_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPathException_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker struct PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator struct PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult struct PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::trustAnchor TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * ___trustAnchor_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::policyTree PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___policyTree_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult::subjectPublicKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___subjectPublicKey_2; public: inline static int32_t get_offset_of_trustAnchor_0() { return static_cast(offsetof(PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA, ___trustAnchor_0)); } inline TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * get_trustAnchor_0() const { return ___trustAnchor_0; } inline TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F ** get_address_of_trustAnchor_0() { return &___trustAnchor_0; } inline void set_trustAnchor_0(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * value) { ___trustAnchor_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___trustAnchor_0), (void*)value); } inline static int32_t get_offset_of_policyTree_1() { return static_cast(offsetof(PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA, ___policyTree_1)); } inline PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * get_policyTree_1() const { return ___policyTree_1; } inline PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 ** get_address_of_policyTree_1() { return &___policyTree_1; } inline void set_policyTree_1(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * value) { ___policyTree_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyTree_1), (void*)value); } inline static int32_t get_offset_of_subjectPublicKey_2() { return static_cast(offsetof(PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA, ___subjectPublicKey_2)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_subjectPublicKey_2() const { return ___subjectPublicKey_2; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_subjectPublicKey_2() { return &___subjectPublicKey_2; } inline void set_subjectPublicKey_2(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___subjectPublicKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKey_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities struct PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator struct PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesDN RuntimeObject* ___excludedSubtreesDN_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesDNS RuntimeObject* ___excludedSubtreesDNS_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesEmail RuntimeObject* ___excludedSubtreesEmail_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesURI RuntimeObject* ___excludedSubtreesURI_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::excludedSubtreesIP RuntimeObject* ___excludedSubtreesIP_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesDN RuntimeObject* ___permittedSubtreesDN_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesDNS RuntimeObject* ___permittedSubtreesDNS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesEmail RuntimeObject* ___permittedSubtreesEmail_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesURI RuntimeObject* ___permittedSubtreesURI_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::permittedSubtreesIP RuntimeObject* ___permittedSubtreesIP_9; public: inline static int32_t get_offset_of_excludedSubtreesDN_0() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesDN_0)); } inline RuntimeObject* get_excludedSubtreesDN_0() const { return ___excludedSubtreesDN_0; } inline RuntimeObject** get_address_of_excludedSubtreesDN_0() { return &___excludedSubtreesDN_0; } inline void set_excludedSubtreesDN_0(RuntimeObject* value) { ___excludedSubtreesDN_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesDN_0), (void*)value); } inline static int32_t get_offset_of_excludedSubtreesDNS_1() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesDNS_1)); } inline RuntimeObject* get_excludedSubtreesDNS_1() const { return ___excludedSubtreesDNS_1; } inline RuntimeObject** get_address_of_excludedSubtreesDNS_1() { return &___excludedSubtreesDNS_1; } inline void set_excludedSubtreesDNS_1(RuntimeObject* value) { ___excludedSubtreesDNS_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesDNS_1), (void*)value); } inline static int32_t get_offset_of_excludedSubtreesEmail_2() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesEmail_2)); } inline RuntimeObject* get_excludedSubtreesEmail_2() const { return ___excludedSubtreesEmail_2; } inline RuntimeObject** get_address_of_excludedSubtreesEmail_2() { return &___excludedSubtreesEmail_2; } inline void set_excludedSubtreesEmail_2(RuntimeObject* value) { ___excludedSubtreesEmail_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesEmail_2), (void*)value); } inline static int32_t get_offset_of_excludedSubtreesURI_3() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesURI_3)); } inline RuntimeObject* get_excludedSubtreesURI_3() const { return ___excludedSubtreesURI_3; } inline RuntimeObject** get_address_of_excludedSubtreesURI_3() { return &___excludedSubtreesURI_3; } inline void set_excludedSubtreesURI_3(RuntimeObject* value) { ___excludedSubtreesURI_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesURI_3), (void*)value); } inline static int32_t get_offset_of_excludedSubtreesIP_4() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___excludedSubtreesIP_4)); } inline RuntimeObject* get_excludedSubtreesIP_4() const { return ___excludedSubtreesIP_4; } inline RuntimeObject** get_address_of_excludedSubtreesIP_4() { return &___excludedSubtreesIP_4; } inline void set_excludedSubtreesIP_4(RuntimeObject* value) { ___excludedSubtreesIP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedSubtreesIP_4), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesDN_5() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesDN_5)); } inline RuntimeObject* get_permittedSubtreesDN_5() const { return ___permittedSubtreesDN_5; } inline RuntimeObject** get_address_of_permittedSubtreesDN_5() { return &___permittedSubtreesDN_5; } inline void set_permittedSubtreesDN_5(RuntimeObject* value) { ___permittedSubtreesDN_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesDN_5), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesDNS_6() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesDNS_6)); } inline RuntimeObject* get_permittedSubtreesDNS_6() const { return ___permittedSubtreesDNS_6; } inline RuntimeObject** get_address_of_permittedSubtreesDNS_6() { return &___permittedSubtreesDNS_6; } inline void set_permittedSubtreesDNS_6(RuntimeObject* value) { ___permittedSubtreesDNS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesDNS_6), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesEmail_7() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesEmail_7)); } inline RuntimeObject* get_permittedSubtreesEmail_7() const { return ___permittedSubtreesEmail_7; } inline RuntimeObject** get_address_of_permittedSubtreesEmail_7() { return &___permittedSubtreesEmail_7; } inline void set_permittedSubtreesEmail_7(RuntimeObject* value) { ___permittedSubtreesEmail_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesEmail_7), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesURI_8() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesURI_8)); } inline RuntimeObject* get_permittedSubtreesURI_8() const { return ___permittedSubtreesURI_8; } inline RuntimeObject** get_address_of_permittedSubtreesURI_8() { return &___permittedSubtreesURI_8; } inline void set_permittedSubtreesURI_8(RuntimeObject* value) { ___permittedSubtreesURI_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesURI_8), (void*)value); } inline static int32_t get_offset_of_permittedSubtreesIP_9() { return static_cast(offsetof(PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF, ___permittedSubtreesIP_9)); } inline RuntimeObject* get_permittedSubtreesIP_9() const { return ___permittedSubtreesIP_9; } inline RuntimeObject** get_address_of_permittedSubtreesIP_9() { return &___permittedSubtreesIP_9; } inline void set_permittedSubtreesIP_9(RuntimeObject* value) { ___permittedSubtreesIP_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___permittedSubtreesIP_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters struct PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::trustAnchors RuntimeObject* ___trustAnchors_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::date DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___date_3; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::certPathCheckers RuntimeObject* ___certPathCheckers_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::revocationEnabled bool ___revocationEnabled_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::initialPolicies RuntimeObject* ___initialPolicies_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::explicitPolicyRequired bool ___explicitPolicyRequired_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::anyPolicyInhibited bool ___anyPolicyInhibited_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::policyMappingInhibited bool ___policyMappingInhibited_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::policyQualifiersRejected bool ___policyQualifiersRejected_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::certSelector RuntimeObject* ___certSelector_11; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::stores RuntimeObject* ___stores_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::selector RuntimeObject* ___selector_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::additionalLocationsEnabled bool ___additionalLocationsEnabled_14; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::additionalStores RuntimeObject* ___additionalStores_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::trustedACIssuers RuntimeObject* ___trustedACIssuers_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::necessaryACAttributes RuntimeObject* ___necessaryACAttributes_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::prohibitedACAttributes RuntimeObject* ___prohibitedACAttributes_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::attrCertCheckers RuntimeObject* ___attrCertCheckers_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::validityModel int32_t ___validityModel_20; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::useDeltas bool ___useDeltas_21; public: inline static int32_t get_offset_of_trustAnchors_2() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___trustAnchors_2)); } inline RuntimeObject* get_trustAnchors_2() const { return ___trustAnchors_2; } inline RuntimeObject** get_address_of_trustAnchors_2() { return &___trustAnchors_2; } inline void set_trustAnchors_2(RuntimeObject* value) { ___trustAnchors_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___trustAnchors_2), (void*)value); } inline static int32_t get_offset_of_date_3() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___date_3)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_date_3() const { return ___date_3; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_date_3() { return &___date_3; } inline void set_date_3(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___date_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___date_3), (void*)value); } inline static int32_t get_offset_of_certPathCheckers_4() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___certPathCheckers_4)); } inline RuntimeObject* get_certPathCheckers_4() const { return ___certPathCheckers_4; } inline RuntimeObject** get_address_of_certPathCheckers_4() { return &___certPathCheckers_4; } inline void set_certPathCheckers_4(RuntimeObject* value) { ___certPathCheckers_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPathCheckers_4), (void*)value); } inline static int32_t get_offset_of_revocationEnabled_5() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___revocationEnabled_5)); } inline bool get_revocationEnabled_5() const { return ___revocationEnabled_5; } inline bool* get_address_of_revocationEnabled_5() { return &___revocationEnabled_5; } inline void set_revocationEnabled_5(bool value) { ___revocationEnabled_5 = value; } inline static int32_t get_offset_of_initialPolicies_6() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___initialPolicies_6)); } inline RuntimeObject* get_initialPolicies_6() const { return ___initialPolicies_6; } inline RuntimeObject** get_address_of_initialPolicies_6() { return &___initialPolicies_6; } inline void set_initialPolicies_6(RuntimeObject* value) { ___initialPolicies_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialPolicies_6), (void*)value); } inline static int32_t get_offset_of_explicitPolicyRequired_7() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___explicitPolicyRequired_7)); } inline bool get_explicitPolicyRequired_7() const { return ___explicitPolicyRequired_7; } inline bool* get_address_of_explicitPolicyRequired_7() { return &___explicitPolicyRequired_7; } inline void set_explicitPolicyRequired_7(bool value) { ___explicitPolicyRequired_7 = value; } inline static int32_t get_offset_of_anyPolicyInhibited_8() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___anyPolicyInhibited_8)); } inline bool get_anyPolicyInhibited_8() const { return ___anyPolicyInhibited_8; } inline bool* get_address_of_anyPolicyInhibited_8() { return &___anyPolicyInhibited_8; } inline void set_anyPolicyInhibited_8(bool value) { ___anyPolicyInhibited_8 = value; } inline static int32_t get_offset_of_policyMappingInhibited_9() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___policyMappingInhibited_9)); } inline bool get_policyMappingInhibited_9() const { return ___policyMappingInhibited_9; } inline bool* get_address_of_policyMappingInhibited_9() { return &___policyMappingInhibited_9; } inline void set_policyMappingInhibited_9(bool value) { ___policyMappingInhibited_9 = value; } inline static int32_t get_offset_of_policyQualifiersRejected_10() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___policyQualifiersRejected_10)); } inline bool get_policyQualifiersRejected_10() const { return ___policyQualifiersRejected_10; } inline bool* get_address_of_policyQualifiersRejected_10() { return &___policyQualifiersRejected_10; } inline void set_policyQualifiersRejected_10(bool value) { ___policyQualifiersRejected_10 = value; } inline static int32_t get_offset_of_certSelector_11() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___certSelector_11)); } inline RuntimeObject* get_certSelector_11() const { return ___certSelector_11; } inline RuntimeObject** get_address_of_certSelector_11() { return &___certSelector_11; } inline void set_certSelector_11(RuntimeObject* value) { ___certSelector_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___certSelector_11), (void*)value); } inline static int32_t get_offset_of_stores_12() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___stores_12)); } inline RuntimeObject* get_stores_12() const { return ___stores_12; } inline RuntimeObject** get_address_of_stores_12() { return &___stores_12; } inline void set_stores_12(RuntimeObject* value) { ___stores_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stores_12), (void*)value); } inline static int32_t get_offset_of_selector_13() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___selector_13)); } inline RuntimeObject* get_selector_13() const { return ___selector_13; } inline RuntimeObject** get_address_of_selector_13() { return &___selector_13; } inline void set_selector_13(RuntimeObject* value) { ___selector_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_13), (void*)value); } inline static int32_t get_offset_of_additionalLocationsEnabled_14() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___additionalLocationsEnabled_14)); } inline bool get_additionalLocationsEnabled_14() const { return ___additionalLocationsEnabled_14; } inline bool* get_address_of_additionalLocationsEnabled_14() { return &___additionalLocationsEnabled_14; } inline void set_additionalLocationsEnabled_14(bool value) { ___additionalLocationsEnabled_14 = value; } inline static int32_t get_offset_of_additionalStores_15() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___additionalStores_15)); } inline RuntimeObject* get_additionalStores_15() const { return ___additionalStores_15; } inline RuntimeObject** get_address_of_additionalStores_15() { return &___additionalStores_15; } inline void set_additionalStores_15(RuntimeObject* value) { ___additionalStores_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalStores_15), (void*)value); } inline static int32_t get_offset_of_trustedACIssuers_16() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___trustedACIssuers_16)); } inline RuntimeObject* get_trustedACIssuers_16() const { return ___trustedACIssuers_16; } inline RuntimeObject** get_address_of_trustedACIssuers_16() { return &___trustedACIssuers_16; } inline void set_trustedACIssuers_16(RuntimeObject* value) { ___trustedACIssuers_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___trustedACIssuers_16), (void*)value); } inline static int32_t get_offset_of_necessaryACAttributes_17() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___necessaryACAttributes_17)); } inline RuntimeObject* get_necessaryACAttributes_17() const { return ___necessaryACAttributes_17; } inline RuntimeObject** get_address_of_necessaryACAttributes_17() { return &___necessaryACAttributes_17; } inline void set_necessaryACAttributes_17(RuntimeObject* value) { ___necessaryACAttributes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___necessaryACAttributes_17), (void*)value); } inline static int32_t get_offset_of_prohibitedACAttributes_18() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___prohibitedACAttributes_18)); } inline RuntimeObject* get_prohibitedACAttributes_18() const { return ___prohibitedACAttributes_18; } inline RuntimeObject** get_address_of_prohibitedACAttributes_18() { return &___prohibitedACAttributes_18; } inline void set_prohibitedACAttributes_18(RuntimeObject* value) { ___prohibitedACAttributes_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___prohibitedACAttributes_18), (void*)value); } inline static int32_t get_offset_of_attrCertCheckers_19() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___attrCertCheckers_19)); } inline RuntimeObject* get_attrCertCheckers_19() const { return ___attrCertCheckers_19; } inline RuntimeObject** get_address_of_attrCertCheckers_19() { return &___attrCertCheckers_19; } inline void set_attrCertCheckers_19(RuntimeObject* value) { ___attrCertCheckers_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrCertCheckers_19), (void*)value); } inline static int32_t get_offset_of_validityModel_20() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___validityModel_20)); } inline int32_t get_validityModel_20() const { return ___validityModel_20; } inline int32_t* get_address_of_validityModel_20() { return &___validityModel_20; } inline void set_validityModel_20(int32_t value) { ___validityModel_20 = value; } inline static int32_t get_offset_of_useDeltas_21() { return static_cast(offsetof(PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2, ___useDeltas_21)); } inline bool get_useDeltas_21() const { return ___useDeltas_21; } inline bool* get_address_of_useDeltas_21() { return &___useDeltas_21; } inline void set_useDeltas_21(bool value) { ___useDeltas_21 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode struct PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mChildren RuntimeObject* ___mChildren_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mDepth int32_t ___mDepth_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mExpectedPolicies RuntimeObject* ___mExpectedPolicies_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mParent PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___mParent_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mPolicyQualifiers RuntimeObject* ___mPolicyQualifiers_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mValidPolicy String_t* ___mValidPolicy_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::mCritical bool ___mCritical_6; public: inline static int32_t get_offset_of_mChildren_0() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mChildren_0)); } inline RuntimeObject* get_mChildren_0() const { return ___mChildren_0; } inline RuntimeObject** get_address_of_mChildren_0() { return &___mChildren_0; } inline void set_mChildren_0(RuntimeObject* value) { ___mChildren_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mChildren_0), (void*)value); } inline static int32_t get_offset_of_mDepth_1() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mDepth_1)); } inline int32_t get_mDepth_1() const { return ___mDepth_1; } inline int32_t* get_address_of_mDepth_1() { return &___mDepth_1; } inline void set_mDepth_1(int32_t value) { ___mDepth_1 = value; } inline static int32_t get_offset_of_mExpectedPolicies_2() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mExpectedPolicies_2)); } inline RuntimeObject* get_mExpectedPolicies_2() const { return ___mExpectedPolicies_2; } inline RuntimeObject** get_address_of_mExpectedPolicies_2() { return &___mExpectedPolicies_2; } inline void set_mExpectedPolicies_2(RuntimeObject* value) { ___mExpectedPolicies_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mExpectedPolicies_2), (void*)value); } inline static int32_t get_offset_of_mParent_3() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mParent_3)); } inline PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * get_mParent_3() const { return ___mParent_3; } inline PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 ** get_address_of_mParent_3() { return &___mParent_3; } inline void set_mParent_3(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * value) { ___mParent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mParent_3), (void*)value); } inline static int32_t get_offset_of_mPolicyQualifiers_4() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mPolicyQualifiers_4)); } inline RuntimeObject* get_mPolicyQualifiers_4() const { return ___mPolicyQualifiers_4; } inline RuntimeObject** get_address_of_mPolicyQualifiers_4() { return &___mPolicyQualifiers_4; } inline void set_mPolicyQualifiers_4(RuntimeObject* value) { ___mPolicyQualifiers_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPolicyQualifiers_4), (void*)value); } inline static int32_t get_offset_of_mValidPolicy_5() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mValidPolicy_5)); } inline String_t* get_mValidPolicy_5() const { return ___mValidPolicy_5; } inline String_t** get_address_of_mValidPolicy_5() { return &___mValidPolicy_5; } inline void set_mValidPolicy_5(String_t* value) { ___mValidPolicy_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mValidPolicy_5), (void*)value); } inline static int32_t get_offset_of_mCritical_6() { return static_cast(offsetof(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93, ___mCritical_6)); } inline bool get_mCritical_6() const { return ___mCritical_6; } inline bool* get_address_of_mCritical_6() { return &___mCritical_6; } inline void set_mCritical_6(bool value) { ___mCritical_6 = 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.Pkix.ReasonsMask struct ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::_reasons int32_t ____reasons_0; public: inline static int32_t get_offset_of__reasons_0() { return static_cast(offsetof(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882, ____reasons_0)); } inline int32_t get__reasons_0() const { return ____reasons_0; } inline int32_t* get_address_of__reasons_0() { return &____reasons_0; } inline void set__reasons_0(int32_t value) { ____reasons_0 = value; } }; struct ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::AllReasons ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___AllReasons_1; public: inline static int32_t get_offset_of_AllReasons_1() { return static_cast(offsetof(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_StaticFields, ___AllReasons_1)); } inline ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * get_AllReasons_1() const { return ___AllReasons_1; } inline ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 ** get_address_of_AllReasons_1() { return &___AllReasons_1; } inline void set_AllReasons_1(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * value) { ___AllReasons_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AllReasons_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder struct RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder::status Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___status_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder::revCerts Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___revCerts_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder::crls Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___crls_2; public: inline static int32_t get_offset_of_status_0() { return static_cast(offsetof(RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A, ___status_0)); } inline Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * get_status_0() const { return ___status_0; } inline Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 ** get_address_of_status_0() { return &___status_0; } inline void set_status_0(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * value) { ___status_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_0), (void*)value); } inline static int32_t get_offset_of_revCerts_1() { return static_cast(offsetof(RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A, ___revCerts_1)); } inline Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * get_revCerts_1() const { return ___revCerts_1; } inline Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 ** get_address_of_revCerts_1() { return &___revCerts_1; } inline void set_revCerts_1(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * value) { ___revCerts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___revCerts_1), (void*)value); } inline static int32_t get_offset_of_crls_2() { return static_cast(offsetof(RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A, ___crls_2)); } inline Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * get_crls_2() const { return ___crls_2; } inline Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 ** get_address_of_crls_2() { return &___crls_2; } inline void set_crls_2(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * value) { ___crls_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator struct ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::generator RuntimeObject* ___generator_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::window ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___window_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::windowCount int32_t ___windowCount_2; public: inline static int32_t get_offset_of_generator_0() { return static_cast(offsetof(ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836, ___generator_0)); } inline RuntimeObject* get_generator_0() const { return ___generator_0; } inline RuntimeObject** get_address_of_generator_0() { return &___generator_0; } inline void set_generator_0(RuntimeObject* value) { ___generator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_0), (void*)value); } inline static int32_t get_offset_of_window_1() { return static_cast(offsetof(ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836, ___window_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_window_1() const { return ___window_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_window_1() { return &___window_1; } inline void set_window_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___window_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___window_1), (void*)value); } inline static int32_t get_offset_of_windowCount_2() { return static_cast(offsetof(ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836, ___windowCount_2)); } inline int32_t get_windowCount_2() const { return ___windowCount_2; } inline int32_t* get_address_of_windowCount_2() { return &___windowCount_2; } inline void set_windowCount_2(int32_t value) { ___windowCount_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine struct Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::engine CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::param ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * ___param_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::forWrapping bool ___forWrapping_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::rand SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand_3; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93, ___engine_0)); } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * get_engine_0() const { return ___engine_0; } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 ** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_param_1() { return static_cast(offsetof(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93, ___param_1)); } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * get_param_1() const { return ___param_1; } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 ** get_address_of_param_1() { return &___param_1; } inline void set_param_1(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * value) { ___param_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value); } inline static int32_t get_offset_of_forWrapping_2() { return static_cast(offsetof(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93, ___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_rand_3() { return static_cast(offsetof(Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93, ___rand_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_rand_3() const { return ___rand_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_rand_3() { return &___rand_3; } inline void set_rand_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___rand_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rand_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities struct Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C : public RuntimeObject { public: public: }; struct Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CrlUtilities PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * ___CrlUtilities_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ANY_POLICY String_t* ___ANY_POLICY_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::KEY_CERT_SIGN int32_t ___KEY_CERT_SIGN_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CRL_SIGN int32_t ___CRL_SIGN_3; // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CrlReasons StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___CrlReasons_4; public: inline static int32_t get_offset_of_CrlUtilities_0() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___CrlUtilities_0)); } inline PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * get_CrlUtilities_0() const { return ___CrlUtilities_0; } inline PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 ** get_address_of_CrlUtilities_0() { return &___CrlUtilities_0; } inline void set_CrlUtilities_0(PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * value) { ___CrlUtilities_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlUtilities_0), (void*)value); } inline static int32_t get_offset_of_ANY_POLICY_1() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___ANY_POLICY_1)); } inline String_t* get_ANY_POLICY_1() const { return ___ANY_POLICY_1; } inline String_t** get_address_of_ANY_POLICY_1() { return &___ANY_POLICY_1; } inline void set_ANY_POLICY_1(String_t* value) { ___ANY_POLICY_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ANY_POLICY_1), (void*)value); } inline static int32_t get_offset_of_KEY_CERT_SIGN_2() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___KEY_CERT_SIGN_2)); } inline int32_t get_KEY_CERT_SIGN_2() const { return ___KEY_CERT_SIGN_2; } inline int32_t* get_address_of_KEY_CERT_SIGN_2() { return &___KEY_CERT_SIGN_2; } inline void set_KEY_CERT_SIGN_2(int32_t value) { ___KEY_CERT_SIGN_2 = value; } inline static int32_t get_offset_of_CRL_SIGN_3() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___CRL_SIGN_3)); } inline int32_t get_CRL_SIGN_3() const { return ___CRL_SIGN_3; } inline int32_t* get_address_of_CRL_SIGN_3() { return &___CRL_SIGN_3; } inline void set_CRL_SIGN_3(int32_t value) { ___CRL_SIGN_3 = value; } inline static int32_t get_offset_of_CrlReasons_4() { return static_cast(offsetof(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields, ___CrlReasons_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_CrlReasons_4() const { return ___CrlReasons_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_CrlReasons_4() { return &___CrlReasons_4; } inline void set_CrlReasons_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___CrlReasons_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlReasons_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities struct Rfc3281CertPathUtilities_t54FB0B1437AED8208EFABAED41672C6D03A79BF0 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine struct Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::engine RuntimeObject* ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::param KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___param_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::forWrapping bool ___forWrapping_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___engine_0)); } inline RuntimeObject* get_engine_0() const { return ___engine_0; } inline RuntimeObject** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(RuntimeObject* value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_param_1() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___param_1)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_param_1() const { return ___param_1; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_param_1() { return &___param_1; } inline void set_param_1(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___param_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_1), (void*)value); } inline static int32_t get_offset_of_forWrapping_2() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___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_iv_3() { return static_cast(offsetof(Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Rfc3739QCObjectIdentifiers struct Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267 : public RuntimeObject { public: public: }; struct Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Rfc3739QCObjectIdentifiers::IdQcs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdQcs_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Rfc3739QCObjectIdentifiers::IdQcsPkixQCSyntaxV1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdQcsPkixQCSyntaxV1_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Rfc3739QCObjectIdentifiers::IdQcsPkixQCSyntaxV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdQcsPkixQCSyntaxV2_2; public: inline static int32_t get_offset_of_IdQcs_0() { return static_cast(offsetof(Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields, ___IdQcs_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdQcs_0() const { return ___IdQcs_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdQcs_0() { return &___IdQcs_0; } inline void set_IdQcs_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdQcs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdQcs_0), (void*)value); } inline static int32_t get_offset_of_IdQcsPkixQCSyntaxV1_1() { return static_cast(offsetof(Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields, ___IdQcsPkixQCSyntaxV1_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdQcsPkixQCSyntaxV1_1() const { return ___IdQcsPkixQCSyntaxV1_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdQcsPkixQCSyntaxV1_1() { return &___IdQcsPkixQCSyntaxV1_1; } inline void set_IdQcsPkixQCSyntaxV1_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdQcsPkixQCSyntaxV1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdQcsPkixQCSyntaxV1_1), (void*)value); } inline static int32_t get_offset_of_IdQcsPkixQCSyntaxV2_2() { return static_cast(offsetof(Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields, ___IdQcsPkixQCSyntaxV2_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdQcsPkixQCSyntaxV2_2() const { return ___IdQcsPkixQCSyntaxV2_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdQcsPkixQCSyntaxV2_2() { return &___IdQcsPkixQCSyntaxV2_2; } inline void set_IdQcsPkixQCSyntaxV2_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdQcsPkixQCSyntaxV2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdQcsPkixQCSyntaxV2_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine struct RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::BC int32_t ___BC_9; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::BC_MASK int64_t ___BC_MASK_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::ROUNDS int32_t ___ROUNDS_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::blockBits int32_t ___blockBits_12; // System.Int64[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::workingKey Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* ___workingKey_13; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::A0 int64_t ___A0_14; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::A1 int64_t ___A1_15; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::A2 int64_t ___A2_16; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::A3 int64_t ___A3_17; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::forEncryption bool ___forEncryption_18; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::shifts0SC ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shifts0SC_19; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::shifts1SC ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shifts1SC_20; public: inline static int32_t get_offset_of_BC_9() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___BC_9)); } inline int32_t get_BC_9() const { return ___BC_9; } inline int32_t* get_address_of_BC_9() { return &___BC_9; } inline void set_BC_9(int32_t value) { ___BC_9 = value; } inline static int32_t get_offset_of_BC_MASK_10() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___BC_MASK_10)); } inline int64_t get_BC_MASK_10() const { return ___BC_MASK_10; } inline int64_t* get_address_of_BC_MASK_10() { return &___BC_MASK_10; } inline void set_BC_MASK_10(int64_t value) { ___BC_MASK_10 = value; } inline static int32_t get_offset_of_ROUNDS_11() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___ROUNDS_11)); } inline int32_t get_ROUNDS_11() const { return ___ROUNDS_11; } inline int32_t* get_address_of_ROUNDS_11() { return &___ROUNDS_11; } inline void set_ROUNDS_11(int32_t value) { ___ROUNDS_11 = value; } inline static int32_t get_offset_of_blockBits_12() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___blockBits_12)); } inline int32_t get_blockBits_12() const { return ___blockBits_12; } inline int32_t* get_address_of_blockBits_12() { return &___blockBits_12; } inline void set_blockBits_12(int32_t value) { ___blockBits_12 = value; } inline static int32_t get_offset_of_workingKey_13() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___workingKey_13)); } inline Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* get_workingKey_13() const { return ___workingKey_13; } inline Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC** get_address_of_workingKey_13() { return &___workingKey_13; } inline void set_workingKey_13(Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* value) { ___workingKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_13), (void*)value); } inline static int32_t get_offset_of_A0_14() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___A0_14)); } inline int64_t get_A0_14() const { return ___A0_14; } inline int64_t* get_address_of_A0_14() { return &___A0_14; } inline void set_A0_14(int64_t value) { ___A0_14 = value; } inline static int32_t get_offset_of_A1_15() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___A1_15)); } inline int64_t get_A1_15() const { return ___A1_15; } inline int64_t* get_address_of_A1_15() { return &___A1_15; } inline void set_A1_15(int64_t value) { ___A1_15 = value; } inline static int32_t get_offset_of_A2_16() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___A2_16)); } inline int64_t get_A2_16() const { return ___A2_16; } inline int64_t* get_address_of_A2_16() { return &___A2_16; } inline void set_A2_16(int64_t value) { ___A2_16 = value; } inline static int32_t get_offset_of_A3_17() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___A3_17)); } inline int64_t get_A3_17() const { return ___A3_17; } inline int64_t* get_address_of_A3_17() { return &___A3_17; } inline void set_A3_17(int64_t value) { ___A3_17 = value; } inline static int32_t get_offset_of_forEncryption_18() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___forEncryption_18)); } inline bool get_forEncryption_18() const { return ___forEncryption_18; } inline bool* get_address_of_forEncryption_18() { return &___forEncryption_18; } inline void set_forEncryption_18(bool value) { ___forEncryption_18 = value; } inline static int32_t get_offset_of_shifts0SC_19() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___shifts0SC_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shifts0SC_19() const { return ___shifts0SC_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shifts0SC_19() { return &___shifts0SC_19; } inline void set_shifts0SC_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shifts0SC_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___shifts0SC_19), (void*)value); } inline static int32_t get_offset_of_shifts1SC_20() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5, ___shifts1SC_20)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shifts1SC_20() const { return ___shifts1SC_20; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shifts1SC_20() { return &___shifts1SC_20; } inline void set_shifts1SC_20(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shifts1SC_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___shifts1SC_20), (void*)value); } }; struct RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::MAXROUNDS int32_t ___MAXROUNDS_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::MAXKC int32_t ___MAXKC_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Logtable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Logtable_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Alogtable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Alogtable_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Si ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Si_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::rcon ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rcon_6; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::shifts0 ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___shifts0_7; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::shifts1 ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___shifts1_8; public: inline static int32_t get_offset_of_MAXROUNDS_0() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___MAXROUNDS_0)); } inline int32_t get_MAXROUNDS_0() const { return ___MAXROUNDS_0; } inline int32_t* get_address_of_MAXROUNDS_0() { return &___MAXROUNDS_0; } inline void set_MAXROUNDS_0(int32_t value) { ___MAXROUNDS_0 = value; } inline static int32_t get_offset_of_MAXKC_1() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___MAXKC_1)); } inline int32_t get_MAXKC_1() const { return ___MAXKC_1; } inline int32_t* get_address_of_MAXKC_1() { return &___MAXKC_1; } inline void set_MAXKC_1(int32_t value) { ___MAXKC_1 = value; } inline static int32_t get_offset_of_Logtable_2() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___Logtable_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Logtable_2() const { return ___Logtable_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Logtable_2() { return &___Logtable_2; } inline void set_Logtable_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Logtable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Logtable_2), (void*)value); } inline static int32_t get_offset_of_Alogtable_3() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___Alogtable_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Alogtable_3() const { return ___Alogtable_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Alogtable_3() { return &___Alogtable_3; } inline void set_Alogtable_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Alogtable_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Alogtable_3), (void*)value); } inline static int32_t get_offset_of_S_4() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___S_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_4() const { return ___S_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_4() { return &___S_4; } inline void set_S_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_4), (void*)value); } inline static int32_t get_offset_of_Si_5() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___Si_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Si_5() const { return ___Si_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Si_5() { return &___Si_5; } inline void set_Si_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Si_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Si_5), (void*)value); } inline static int32_t get_offset_of_rcon_6() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___rcon_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_rcon_6() const { return ___rcon_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_rcon_6() { return &___rcon_6; } inline void set_rcon_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___rcon_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___rcon_6), (void*)value); } inline static int32_t get_offset_of_shifts0_7() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___shifts0_7)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_shifts0_7() const { return ___shifts0_7; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_shifts0_7() { return &___shifts0_7; } inline void set_shifts0_7(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___shifts0_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___shifts0_7), (void*)value); } inline static int32_t get_offset_of_shifts1_8() { return static_cast(offsetof(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields, ___shifts1_8)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_shifts1_8() const { return ___shifts1_8; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_shifts1_8() { return &___shifts1_8; } inline void set_shifts1_8(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___shifts1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___shifts1_8), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(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.Pkix.TrustAnchor struct TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::pubKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___pubKey_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::caName String_t* ___caName_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::caPrincipal X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___caPrincipal_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::trustedCert X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___trustedCert_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::ncBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ncBytes_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::nc NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * ___nc_5; public: inline static int32_t get_offset_of_pubKey_0() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___pubKey_0)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_pubKey_0() const { return ___pubKey_0; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_pubKey_0() { return &___pubKey_0; } inline void set_pubKey_0(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___pubKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubKey_0), (void*)value); } inline static int32_t get_offset_of_caName_1() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___caName_1)); } inline String_t* get_caName_1() const { return ___caName_1; } inline String_t** get_address_of_caName_1() { return &___caName_1; } inline void set_caName_1(String_t* value) { ___caName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___caName_1), (void*)value); } inline static int32_t get_offset_of_caPrincipal_2() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___caPrincipal_2)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_caPrincipal_2() const { return ___caPrincipal_2; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_caPrincipal_2() { return &___caPrincipal_2; } inline void set_caPrincipal_2(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___caPrincipal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___caPrincipal_2), (void*)value); } inline static int32_t get_offset_of_trustedCert_3() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___trustedCert_3)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_trustedCert_3() const { return ___trustedCert_3; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_trustedCert_3() { return &___trustedCert_3; } inline void set_trustedCert_3(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___trustedCert_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___trustedCert_3), (void*)value); } inline static int32_t get_offset_of_ncBytes_4() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___ncBytes_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ncBytes_4() const { return ___ncBytes_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ncBytes_4() { return &___ncBytes_4; } inline void set_ncBytes_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ncBytes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ncBytes_4), (void*)value); } inline static int32_t get_offset_of_nc_5() { return static_cast(offsetof(TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F, ___nc_5)); } inline NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * get_nc_5() const { return ___nc_5; } inline NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 ** get_address_of_nc_5() { return &___nc_5; } inline void set_nc_5(NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * value) { ___nc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nc_5), (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.X509.Store.X509CertStoreSelector struct X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::authorityKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___authorityKeyIdentifier_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::basicConstraints int32_t ___basicConstraints_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::certificate X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificate_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::certificateValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___certificateValid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::extendedKeyUsage RuntimeObject* ___extendedKeyUsage_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::ignoreX509NameOrdering bool ___ignoreX509NameOrdering_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::policy RuntimeObject* ___policy_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::privateKeyValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___privateKeyValid_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::serialNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serialNumber_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyIdentifier_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectPublicKey SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___subjectPublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectPublicKeyAlgID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___subjectPublicKeyAlgID_14; public: inline static int32_t get_offset_of_authorityKeyIdentifier_0() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___authorityKeyIdentifier_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_authorityKeyIdentifier_0() const { return ___authorityKeyIdentifier_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_authorityKeyIdentifier_0() { return &___authorityKeyIdentifier_0; } inline void set_authorityKeyIdentifier_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___authorityKeyIdentifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___authorityKeyIdentifier_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___basicConstraints_1)); } inline int32_t get_basicConstraints_1() const { return ___basicConstraints_1; } inline int32_t* get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(int32_t value) { ___basicConstraints_1 = value; } inline static int32_t get_offset_of_certificate_2() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___certificate_2)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_certificate_2() const { return ___certificate_2; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_certificate_2() { return &___certificate_2; } inline void set_certificate_2(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___certificate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_2), (void*)value); } inline static int32_t get_offset_of_certificateValid_3() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___certificateValid_3)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_certificateValid_3() const { return ___certificateValid_3; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_certificateValid_3() { return &___certificateValid_3; } inline void set_certificateValid_3(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___certificateValid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValid_3), (void*)value); } inline static int32_t get_offset_of_extendedKeyUsage_4() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___extendedKeyUsage_4)); } inline RuntimeObject* get_extendedKeyUsage_4() const { return ___extendedKeyUsage_4; } inline RuntimeObject** get_address_of_extendedKeyUsage_4() { return &___extendedKeyUsage_4; } inline void set_extendedKeyUsage_4(RuntimeObject* value) { ___extendedKeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendedKeyUsage_4), (void*)value); } inline static int32_t get_offset_of_ignoreX509NameOrdering_5() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___ignoreX509NameOrdering_5)); } inline bool get_ignoreX509NameOrdering_5() const { return ___ignoreX509NameOrdering_5; } inline bool* get_address_of_ignoreX509NameOrdering_5() { return &___ignoreX509NameOrdering_5; } inline void set_ignoreX509NameOrdering_5(bool value) { ___ignoreX509NameOrdering_5 = value; } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___issuer_6)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_6() const { return ___issuer_6; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_6() { return &___issuer_6; } inline void set_issuer_6(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_6), (void*)value); } inline static int32_t get_offset_of_keyUsage_7() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___keyUsage_7)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_7() const { return ___keyUsage_7; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_7() { return &___keyUsage_7; } inline void set_keyUsage_7(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_7), (void*)value); } inline static int32_t get_offset_of_policy_8() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___policy_8)); } inline RuntimeObject* get_policy_8() const { return ___policy_8; } inline RuntimeObject** get_address_of_policy_8() { return &___policy_8; } inline void set_policy_8(RuntimeObject* value) { ___policy_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_8), (void*)value); } inline static int32_t get_offset_of_privateKeyValid_9() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___privateKeyValid_9)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_privateKeyValid_9() const { return ___privateKeyValid_9; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_privateKeyValid_9() { return &___privateKeyValid_9; } inline void set_privateKeyValid_9(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___privateKeyValid_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKeyValid_9), (void*)value); } inline static int32_t get_offset_of_serialNumber_10() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___serialNumber_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_serialNumber_10() const { return ___serialNumber_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_serialNumber_10() { return &___serialNumber_10; } inline void set_serialNumber_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___serialNumber_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_10), (void*)value); } inline static int32_t get_offset_of_subject_11() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subject_11)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_11() const { return ___subject_11; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_11() { return &___subject_11; } inline void set_subject_11(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_11), (void*)value); } inline static int32_t get_offset_of_subjectKeyIdentifier_12() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectKeyIdentifier_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_subjectKeyIdentifier_12() const { return ___subjectKeyIdentifier_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_subjectKeyIdentifier_12() { return &___subjectKeyIdentifier_12; } inline void set_subjectKeyIdentifier_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___subjectKeyIdentifier_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectKeyIdentifier_12), (void*)value); } inline static int32_t get_offset_of_subjectPublicKey_13() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectPublicKey_13)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_subjectPublicKey_13() const { return ___subjectPublicKey_13; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_subjectPublicKey_13() { return &___subjectPublicKey_13; } inline void set_subjectPublicKey_13(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___subjectPublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKey_13), (void*)value); } inline static int32_t get_offset_of_subjectPublicKeyAlgID_14() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectPublicKeyAlgID_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_subjectPublicKeyAlgID_14() const { return ___subjectPublicKeyAlgID_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_subjectPublicKeyAlgID_14() { return &___subjectPublicKeyAlgID_14; } inline void set_subjectPublicKeyAlgID_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___subjectPublicKeyAlgID_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKeyAlgID_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector struct X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::certificateChecking X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificateChecking_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::dateAndTime DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___dateAndTime_1; // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::issuers RuntimeObject* ___issuers_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::maxCrlNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___maxCrlNumber_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::minCrlNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___minCrlNumber_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::attrCertChecking RuntimeObject* ___attrCertChecking_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::completeCrlEnabled bool ___completeCrlEnabled_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::deltaCrlIndicatorEnabled bool ___deltaCrlIndicatorEnabled_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::issuingDistributionPoint ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___issuingDistributionPoint_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::issuingDistributionPointEnabled bool ___issuingDistributionPointEnabled_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::maxBaseCrlNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___maxBaseCrlNumber_10; public: inline static int32_t get_offset_of_certificateChecking_0() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___certificateChecking_0)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_certificateChecking_0() const { return ___certificateChecking_0; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_certificateChecking_0() { return &___certificateChecking_0; } inline void set_certificateChecking_0(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___certificateChecking_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateChecking_0), (void*)value); } inline static int32_t get_offset_of_dateAndTime_1() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___dateAndTime_1)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_dateAndTime_1() const { return ___dateAndTime_1; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_dateAndTime_1() { return &___dateAndTime_1; } inline void set_dateAndTime_1(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___dateAndTime_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateAndTime_1), (void*)value); } inline static int32_t get_offset_of_issuers_2() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___issuers_2)); } inline RuntimeObject* get_issuers_2() const { return ___issuers_2; } inline RuntimeObject** get_address_of_issuers_2() { return &___issuers_2; } inline void set_issuers_2(RuntimeObject* value) { ___issuers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuers_2), (void*)value); } inline static int32_t get_offset_of_maxCrlNumber_3() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___maxCrlNumber_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_maxCrlNumber_3() const { return ___maxCrlNumber_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_maxCrlNumber_3() { return &___maxCrlNumber_3; } inline void set_maxCrlNumber_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___maxCrlNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___maxCrlNumber_3), (void*)value); } inline static int32_t get_offset_of_minCrlNumber_4() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___minCrlNumber_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_minCrlNumber_4() const { return ___minCrlNumber_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_minCrlNumber_4() { return &___minCrlNumber_4; } inline void set_minCrlNumber_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___minCrlNumber_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___minCrlNumber_4), (void*)value); } inline static int32_t get_offset_of_attrCertChecking_5() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___attrCertChecking_5)); } inline RuntimeObject* get_attrCertChecking_5() const { return ___attrCertChecking_5; } inline RuntimeObject** get_address_of_attrCertChecking_5() { return &___attrCertChecking_5; } inline void set_attrCertChecking_5(RuntimeObject* value) { ___attrCertChecking_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrCertChecking_5), (void*)value); } inline static int32_t get_offset_of_completeCrlEnabled_6() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___completeCrlEnabled_6)); } inline bool get_completeCrlEnabled_6() const { return ___completeCrlEnabled_6; } inline bool* get_address_of_completeCrlEnabled_6() { return &___completeCrlEnabled_6; } inline void set_completeCrlEnabled_6(bool value) { ___completeCrlEnabled_6 = value; } inline static int32_t get_offset_of_deltaCrlIndicatorEnabled_7() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___deltaCrlIndicatorEnabled_7)); } inline bool get_deltaCrlIndicatorEnabled_7() const { return ___deltaCrlIndicatorEnabled_7; } inline bool* get_address_of_deltaCrlIndicatorEnabled_7() { return &___deltaCrlIndicatorEnabled_7; } inline void set_deltaCrlIndicatorEnabled_7(bool value) { ___deltaCrlIndicatorEnabled_7 = value; } inline static int32_t get_offset_of_issuingDistributionPoint_8() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___issuingDistributionPoint_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_issuingDistributionPoint_8() const { return ___issuingDistributionPoint_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_issuingDistributionPoint_8() { return &___issuingDistributionPoint_8; } inline void set_issuingDistributionPoint_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___issuingDistributionPoint_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuingDistributionPoint_8), (void*)value); } inline static int32_t get_offset_of_issuingDistributionPointEnabled_9() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___issuingDistributionPointEnabled_9)); } inline bool get_issuingDistributionPointEnabled_9() const { return ___issuingDistributionPointEnabled_9; } inline bool* get_address_of_issuingDistributionPointEnabled_9() { return &___issuingDistributionPointEnabled_9; } inline void set_issuingDistributionPointEnabled_9(bool value) { ___issuingDistributionPointEnabled_9 = value; } inline static int32_t get_offset_of_maxBaseCrlNumber_10() { return static_cast(offsetof(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272, ___maxBaseCrlNumber_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_maxBaseCrlNumber_10() const { return ___maxBaseCrlNumber_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_maxBaseCrlNumber_10() { return &___maxBaseCrlNumber_10; } inline void set_maxBaseCrlNumber_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___maxBaseCrlNumber_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___maxBaseCrlNumber_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 : public RuntimeObject { public: public: }; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings struct AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB : public RuntimeObject { public: // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::groundCheckDistance float ___groundCheckDistance_0; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::stickToGroundHelperDistance float ___stickToGroundHelperDistance_1; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::slowDownRate float ___slowDownRate_2; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::airControl bool ___airControl_3; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::shellOffset float ___shellOffset_4; public: inline static int32_t get_offset_of_groundCheckDistance_0() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___groundCheckDistance_0)); } inline float get_groundCheckDistance_0() const { return ___groundCheckDistance_0; } inline float* get_address_of_groundCheckDistance_0() { return &___groundCheckDistance_0; } inline void set_groundCheckDistance_0(float value) { ___groundCheckDistance_0 = value; } inline static int32_t get_offset_of_stickToGroundHelperDistance_1() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___stickToGroundHelperDistance_1)); } inline float get_stickToGroundHelperDistance_1() const { return ___stickToGroundHelperDistance_1; } inline float* get_address_of_stickToGroundHelperDistance_1() { return &___stickToGroundHelperDistance_1; } inline void set_stickToGroundHelperDistance_1(float value) { ___stickToGroundHelperDistance_1 = value; } inline static int32_t get_offset_of_slowDownRate_2() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___slowDownRate_2)); } inline float get_slowDownRate_2() const { return ___slowDownRate_2; } inline float* get_address_of_slowDownRate_2() { return &___slowDownRate_2; } inline void set_slowDownRate_2(float value) { ___slowDownRate_2 = value; } inline static int32_t get_offset_of_airControl_3() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___airControl_3)); } inline bool get_airControl_3() const { return ___airControl_3; } inline bool* get_address_of_airControl_3() { return &___airControl_3; } inline void set_airControl_3(bool value) { ___airControl_3 = value; } inline static int32_t get_offset_of_shellOffset_4() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___shellOffset_4)); } inline float get_shellOffset_4() const { return ___shellOffset_4; } inline float* get_address_of_shellOffset_4() { return &___shellOffset_4; } inline void set_shellOffset_4(float value) { ___shellOffset_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints::cA DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * ___cA_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints::pathLenConstraint DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pathLenConstraint_3; public: inline static int32_t get_offset_of_cA_2() { return static_cast(offsetof(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C, ___cA_2)); } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * get_cA_2() const { return ___cA_2; } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE ** get_address_of_cA_2() { return &___cA_2; } inline void set_cA_2(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * value) { ___cA_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cA_2), (void*)value); } inline static int32_t get_offset_of_pathLenConstraint_3() { return static_cast(offsetof(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C, ___pathLenConstraint_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_pathLenConstraint_3() const { return ___pathLenConstraint_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_pathLenConstraint_3() { return &___pathLenConstraint_3; } inline void set_pathLenConstraint_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___pathLenConstraint_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pathLenConstraint_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse struct BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::tbsResponseData ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * ___tbsResponseData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::signatureAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signatureAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::signature DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___signature_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::certs Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___certs_5; public: inline static int32_t get_offset_of_tbsResponseData_2() { return static_cast(offsetof(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C, ___tbsResponseData_2)); } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * get_tbsResponseData_2() const { return ___tbsResponseData_2; } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 ** get_address_of_tbsResponseData_2() { return &___tbsResponseData_2; } inline void set_tbsResponseData_2(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * value) { ___tbsResponseData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsResponseData_2), (void*)value); } inline static int32_t get_offset_of_signatureAlgorithm_3() { return static_cast(offsetof(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C, ___signatureAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signatureAlgorithm_3() const { return ___signatureAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signatureAlgorithm_3() { return &___signatureAlgorithm_3; } inline void set_signatureAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signatureAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_signature_4() { return static_cast(offsetof(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C, ___signature_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_signature_4() const { return ___signature_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_signature_4() { return &___signature_4; } inline void set_signature_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___signature_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_4), (void*)value); } inline static int32_t get_offset_of_certs_5() { return static_cast(offsetof(BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C, ___certs_5)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_certs_5() const { return ___certs_5; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_certs_5() { return &___certs_5; } inline void set_certs_5(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___certs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___certs_5), (void*)value); } }; // 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.Asn1.Crmf.CertId struct CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::issuer GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___issuer_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_3; public: inline static int32_t get_offset_of_issuer_2() { return static_cast(offsetof(CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5, ___issuer_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_issuer_2() const { return ___issuer_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_issuer_2() { return &___issuer_2; } inline void set_issuer_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___issuer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_2), (void*)value); } inline static int32_t get_offset_of_serialNumber_3() { return static_cast(offsetof(CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5, ___serialNumber_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_3() const { return ___serialNumber_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_3() { return &___serialNumber_3; } inline void set_serialNumber_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate struct CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::signingAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signingAlg_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.OptionalValidity BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::validity OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * ___validity_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::publicKey SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___publicKey_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::issuerUID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___issuerUID_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::subjectUID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___subjectUID_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::extensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions_12; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___version_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_3() const { return ___version_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_3() { return &___version_3; } inline void set_version_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_3), (void*)value); } inline static int32_t get_offset_of_serialNumber_4() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___serialNumber_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_4() const { return ___serialNumber_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_4() { return &___serialNumber_4; } inline void set_serialNumber_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_4), (void*)value); } inline static int32_t get_offset_of_signingAlg_5() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___signingAlg_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signingAlg_5() const { return ___signingAlg_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signingAlg_5() { return &___signingAlg_5; } inline void set_signingAlg_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signingAlg_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signingAlg_5), (void*)value); } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___issuer_6)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_6() const { return ___issuer_6; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_6() { return &___issuer_6; } inline void set_issuer_6(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_6), (void*)value); } inline static int32_t get_offset_of_validity_7() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___validity_7)); } inline OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * get_validity_7() const { return ___validity_7; } inline OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 ** get_address_of_validity_7() { return &___validity_7; } inline void set_validity_7(OptionalValidity_tB885BC409EDC09EEAAC3B5F36837581AC3011D74 * value) { ___validity_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___validity_7), (void*)value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___subject_8)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_8() const { return ___subject_8; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_8), (void*)value); } inline static int32_t get_offset_of_publicKey_9() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___publicKey_9)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_publicKey_9() const { return ___publicKey_9; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_publicKey_9() { return &___publicKey_9; } inline void set_publicKey_9(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___publicKey_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_9), (void*)value); } inline static int32_t get_offset_of_issuerUID_10() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___issuerUID_10)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_issuerUID_10() const { return ___issuerUID_10; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_issuerUID_10() { return &___issuerUID_10; } inline void set_issuerUID_10(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___issuerUID_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUID_10), (void*)value); } inline static int32_t get_offset_of_subjectUID_11() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___subjectUID_11)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_subjectUID_11() const { return ___subjectUID_11; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_subjectUID_11() { return &___subjectUID_11; } inline void set_subjectUID_11(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___subjectUID_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUID_11), (void*)value); } inline static int32_t get_offset_of_extensions_12() { return static_cast(offsetof(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D, ___extensions_12)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_extensions_12() const { return ___extensions_12; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_extensions_12() { return &___extensions_12; } inline void set_extensions_12(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___extensions_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList struct CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::tbsCertList TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * ___tbsCertList_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCertList_2() { return static_cast(offsetof(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___tbsCertList_2)); } inline TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * get_tbsCertList_2() const { return ___tbsCertList_2; } inline TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 ** get_address_of_tbsCertList_2() { return &___tbsCertList_2; } inline void set_tbsCertList_2(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * value) { ___tbsCertList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCertList_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___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(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint struct CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint struct DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::distributionPoint DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * ___distributionPoint_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::reasons ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * ___reasons_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::cRLIssuer GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___cRLIssuer_4; public: inline static int32_t get_offset_of_distributionPoint_2() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___distributionPoint_2)); } inline DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * get_distributionPoint_2() const { return ___distributionPoint_2; } inline DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E ** get_address_of_distributionPoint_2() { return &___distributionPoint_2; } inline void set_distributionPoint_2(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * value) { ___distributionPoint_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___distributionPoint_2), (void*)value); } inline static int32_t get_offset_of_reasons_3() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___reasons_3)); } inline ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * get_reasons_3() const { return ___reasons_3; } inline ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF ** get_address_of_reasons_3() { return &___reasons_3; } inline void set_reasons_3(ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * value) { ___reasons_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___reasons_3), (void*)value); } inline static int32_t get_offset_of_cRLIssuer_4() { return static_cast(offsetof(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171, ___cRLIssuer_4)); } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * get_cRLIssuer_4() const { return ___cRLIssuer_4; } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 ** get_address_of_cRLIssuer_4() { return &___cRLIssuer_4; } inline void set_cRLIssuer_4(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * value) { ___cRLIssuer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cRLIssuer_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName struct DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::name Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___name_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::type int32_t ___type_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E, ___name_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_name_2() const { return ___name_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E, ___type_3)); } inline int32_t get_type_3() const { return ___type_3; } inline int32_t* get_address_of_type_3() { return &___type_3; } inline void set_type_3(int32_t value) { ___type_3 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::tag int32_t ___tag_12; public: inline static int32_t get_offset_of_obj_11() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___obj_11)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_11() const { return ___obj_11; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_11() { return &___obj_11; } inline void set_obj_11(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_11), (void*)value); } inline static int32_t get_offset_of_tag_12() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___tag_12)); } inline int32_t get_tag_12() const { return ___tag_12; } inline int32_t* get_address_of_tag_12() { return &___tag_12; } inline void set_tag_12(int32_t value) { ___tag_12 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::names GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* ___names_2; public: inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5, ___names_2)); } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* get_names_2() const { return ___names_2; } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E** get_address_of_names_2() { return &___names_2; } inline void set_names_2(GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree struct GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::baseName GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___baseName_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::minimum DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___minimum_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::maximum DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___maximum_4; public: inline static int32_t get_offset_of_baseName_2() { return static_cast(offsetof(GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1, ___baseName_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_baseName_2() const { return ___baseName_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_baseName_2() { return &___baseName_2; } inline void set_baseName_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___baseName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseName_2), (void*)value); } inline static int32_t get_offset_of_minimum_3() { return static_cast(offsetof(GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1, ___minimum_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_minimum_3() const { return ___minimum_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_minimum_3() { return &___minimum_3; } inline void set_minimum_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___minimum_3), (void*)value); } inline static int32_t get_offset_of_maximum_4() { return static_cast(offsetof(GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1, ___maximum_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_maximum_4() const { return ___maximum_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_maximum_4() { return &___maximum_4; } inline void set_maximum_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___maximum_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___maximum_4), (void*)value); } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint struct IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::_distributionPoint DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * ____distributionPoint_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::_onlyContainsUserCerts bool ____onlyContainsUserCerts_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::_onlyContainsCACerts bool ____onlyContainsCACerts_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::_onlySomeReasons ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * ____onlySomeReasons_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::_indirectCRL bool ____indirectCRL_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::_onlyContainsAttributeCerts bool ____onlyContainsAttributeCerts_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_8; public: inline static int32_t get_offset_of__distributionPoint_2() { return static_cast(offsetof(IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D, ____distributionPoint_2)); } inline DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * get__distributionPoint_2() const { return ____distributionPoint_2; } inline DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E ** get_address_of__distributionPoint_2() { return &____distributionPoint_2; } inline void set__distributionPoint_2(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * value) { ____distributionPoint_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____distributionPoint_2), (void*)value); } inline static int32_t get_offset_of__onlyContainsUserCerts_3() { return static_cast(offsetof(IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D, ____onlyContainsUserCerts_3)); } inline bool get__onlyContainsUserCerts_3() const { return ____onlyContainsUserCerts_3; } inline bool* get_address_of__onlyContainsUserCerts_3() { return &____onlyContainsUserCerts_3; } inline void set__onlyContainsUserCerts_3(bool value) { ____onlyContainsUserCerts_3 = value; } inline static int32_t get_offset_of__onlyContainsCACerts_4() { return static_cast(offsetof(IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D, ____onlyContainsCACerts_4)); } inline bool get__onlyContainsCACerts_4() const { return ____onlyContainsCACerts_4; } inline bool* get_address_of__onlyContainsCACerts_4() { return &____onlyContainsCACerts_4; } inline void set__onlyContainsCACerts_4(bool value) { ____onlyContainsCACerts_4 = value; } inline static int32_t get_offset_of__onlySomeReasons_5() { return static_cast(offsetof(IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D, ____onlySomeReasons_5)); } inline ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * get__onlySomeReasons_5() const { return ____onlySomeReasons_5; } inline ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF ** get_address_of__onlySomeReasons_5() { return &____onlySomeReasons_5; } inline void set__onlySomeReasons_5(ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * value) { ____onlySomeReasons_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____onlySomeReasons_5), (void*)value); } inline static int32_t get_offset_of__indirectCRL_6() { return static_cast(offsetof(IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D, ____indirectCRL_6)); } inline bool get__indirectCRL_6() const { return ____indirectCRL_6; } inline bool* get_address_of__indirectCRL_6() { return &____indirectCRL_6; } inline void set__indirectCRL_6(bool value) { ____indirectCRL_6 = value; } inline static int32_t get_offset_of__onlyContainsAttributeCerts_7() { return static_cast(offsetof(IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D, ____onlyContainsAttributeCerts_7)); } inline bool get__onlyContainsAttributeCerts_7() const { return ____onlyContainsAttributeCerts_7; } inline bool* get_address_of__onlyContainsAttributeCerts_7() { return &____onlyContainsAttributeCerts_7; } inline void set__onlyContainsAttributeCerts_7(bool value) { ____onlyContainsAttributeCerts_7 = value; } inline static int32_t get_offset_of_seq_8() { return static_cast(offsetof(IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D, ___seq_8)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_8() const { return ___seq_8; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_8() { return &___seq_8; } inline void set_seq_8(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints struct NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints::permitted Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___permitted_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints::excluded Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___excluded_3; public: inline static int32_t get_offset_of_permitted_2() { return static_cast(offsetof(NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08, ___permitted_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_permitted_2() const { return ___permitted_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_permitted_2() { return &___permitted_2; } inline void set_permitted_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___permitted_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___permitted_2), (void*)value); } inline static int32_t get_offset_of_excluded_3() { return static_cast(offsetof(NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08, ___excluded_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_excluded_3() const { return ___excluded_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_excluded_3() { return &___excluded_3; } inline void set_excluded_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___excluded_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___excluded_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals struct OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals::otherRevValType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___otherRevValType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals::otherRevVals Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___otherRevVals_3; public: inline static int32_t get_offset_of_otherRevValType_2() { return static_cast(offsetof(OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48, ___otherRevValType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_otherRevValType_2() const { return ___otherRevValType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_otherRevValType_2() { return &___otherRevValType_2; } inline void set_otherRevValType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___otherRevValType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___otherRevValType_2), (void*)value); } inline static int32_t get_offset_of_otherRevVals_3() { return static_cast(offsetof(OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48, ___otherRevVals_3)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_otherRevVals_3() const { return ___otherRevVals_3; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_otherRevVals_3() { return &___otherRevVals_3; } inline void set_otherRevVals_3(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___otherRevVals_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___otherRevVals_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable struct PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::status DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___status_9; public: inline static int32_t get_offset_of_status_9() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE, ___status_9)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_status_9() const { return ___status_9; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_status_9() { return &___status_9; } inline void set_status_9(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___status_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_9), (void*)value); } }; struct PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::granted PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___granted_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::grantedWithMods PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___grantedWithMods_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::rejection PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___rejection_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::waiting PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___waiting_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::revocationWarning PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___revocationWarning_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::revocationNotification PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___revocationNotification_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::keyUpdateWaiting PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___keyUpdateWaiting_8; public: inline static int32_t get_offset_of_granted_2() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___granted_2)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_granted_2() const { return ___granted_2; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_granted_2() { return &___granted_2; } inline void set_granted_2(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___granted_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___granted_2), (void*)value); } inline static int32_t get_offset_of_grantedWithMods_3() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___grantedWithMods_3)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_grantedWithMods_3() const { return ___grantedWithMods_3; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_grantedWithMods_3() { return &___grantedWithMods_3; } inline void set_grantedWithMods_3(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___grantedWithMods_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___grantedWithMods_3), (void*)value); } inline static int32_t get_offset_of_rejection_4() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___rejection_4)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_rejection_4() const { return ___rejection_4; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_rejection_4() { return &___rejection_4; } inline void set_rejection_4(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___rejection_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___rejection_4), (void*)value); } inline static int32_t get_offset_of_waiting_5() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___waiting_5)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_waiting_5() const { return ___waiting_5; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_waiting_5() { return &___waiting_5; } inline void set_waiting_5(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___waiting_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___waiting_5), (void*)value); } inline static int32_t get_offset_of_revocationWarning_6() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___revocationWarning_6)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_revocationWarning_6() const { return ___revocationWarning_6; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_revocationWarning_6() { return &___revocationWarning_6; } inline void set_revocationWarning_6(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___revocationWarning_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationWarning_6), (void*)value); } inline static int32_t get_offset_of_revocationNotification_7() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___revocationNotification_7)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_revocationNotification_7() const { return ___revocationNotification_7; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_revocationNotification_7() { return &___revocationNotification_7; } inline void set_revocationNotification_7(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___revocationNotification_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationNotification_7), (void*)value); } inline static int32_t get_offset_of_keyUpdateWaiting_8() { return static_cast(offsetof(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_StaticFields, ___keyUpdateWaiting_8)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_keyUpdateWaiting_8() const { return ___keyUpdateWaiting_8; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_keyUpdateWaiting_8() { return &___keyUpdateWaiting_8; } inline void set_keyUpdateWaiting_8(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___keyUpdateWaiting_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUpdateWaiting_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo struct PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::status DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::statusString PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___statusString_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::failInfo DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___failInfo_4; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___status_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_status_2() const { return ___status_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_status_2() { return &___status_2; } inline void set_status_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___status_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_2), (void*)value); } inline static int32_t get_offset_of_statusString_3() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___statusString_3)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_statusString_3() const { return ___statusString_3; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_statusString_3() { return &___statusString_3; } inline void set_statusString_3(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___statusString_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___statusString_3), (void*)value); } inline static int32_t get_offset_of_failInfo_4() { return static_cast(offsetof(PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17, ___failInfo_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_failInfo_4() const { return ___failInfo_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_failInfo_4() { return &___failInfo_4; } inline void set_failInfo_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___failInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___failInfo_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters struct PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE : public PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::maxPathLength int32_t ___maxPathLength_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::excludedCerts RuntimeObject* ___excludedCerts_23; public: inline static int32_t get_offset_of_maxPathLength_22() { return static_cast(offsetof(PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE, ___maxPathLength_22)); } inline int32_t get_maxPathLength_22() const { return ___maxPathLength_22; } inline int32_t* get_address_of_maxPathLength_22() { return &___maxPathLength_22; } inline void set_maxPathLength_22(int32_t value) { ___maxPathLength_22 = value; } inline static int32_t get_offset_of_excludedCerts_23() { return static_cast(offsetof(PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE, ___excludedCerts_23)); } inline RuntimeObject* get_excludedCerts_23() const { return ___excludedCerts_23; } inline RuntimeObject** get_address_of_excludedCerts_23() { return &___excludedCerts_23; } inline void set_excludedCerts_23(RuntimeObject* value) { ___excludedCerts_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___excludedCerts_23), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult struct PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 : public PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult::certPath PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath_3; public: inline static int32_t get_offset_of_certPath_3() { return static_cast(offsetof(PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063, ___certPath_3)); } inline PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * get_certPath_3() const { return ___certPath_3; } inline PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 ** get_address_of_certPath_3() { return &___certPath_3; } inline void set_certPath_3(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * value) { ___certPath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPath_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation struct PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::policyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___policyIdentifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::policyQualifiers Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___policyQualifiers_3; public: inline static int32_t get_offset_of_policyIdentifier_2() { return static_cast(offsetof(PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15, ___policyIdentifier_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_policyIdentifier_2() const { return ___policyIdentifier_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_policyIdentifier_2() { return &___policyIdentifier_2; } inline void set_policyIdentifier_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___policyIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyIdentifier_2), (void*)value); } inline static int32_t get_offset_of_policyQualifiers_3() { return static_cast(offsetof(PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15, ___policyQualifiers_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_policyQualifiers_3() const { return ___policyQualifiers_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_policyQualifiers_3() { return &___policyQualifiers_3; } inline void set_policyQualifiers_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___policyQualifiers_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyQualifiers_3), (void*)value); } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent struct RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::status PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::certId CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * ___certId_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::willBeRevokedAt DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___willBeRevokedAt_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::badSinceDate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___badSinceDate_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::crlDetails X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlDetails_6; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___status_2)); } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * get_status_2() const { return ___status_2; } inline PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE ** get_address_of_status_2() { return &___status_2; } inline void set_status_2(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * value) { ___status_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_2), (void*)value); } inline static int32_t get_offset_of_certId_3() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___certId_3)); } inline CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * get_certId_3() const { return ___certId_3; } inline CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 ** get_address_of_certId_3() { return &___certId_3; } inline void set_certId_3(CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * value) { ___certId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certId_3), (void*)value); } inline static int32_t get_offset_of_willBeRevokedAt_4() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___willBeRevokedAt_4)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_willBeRevokedAt_4() const { return ___willBeRevokedAt_4; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_willBeRevokedAt_4() { return &___willBeRevokedAt_4; } inline void set_willBeRevokedAt_4(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___willBeRevokedAt_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___willBeRevokedAt_4), (void*)value); } inline static int32_t get_offset_of_badSinceDate_5() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___badSinceDate_5)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_badSinceDate_5() const { return ___badSinceDate_5; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_badSinceDate_5() { return &___badSinceDate_5; } inline void set_badSinceDate_5(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___badSinceDate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___badSinceDate_5), (void*)value); } inline static int32_t get_offset_of_crlDetails_6() { return static_cast(offsetof(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A, ___crlDetails_6)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_crlDetails_6() const { return ___crlDetails_6; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_crlDetails_6() { return &___crlDetails_6; } inline void set_crlDetails_6(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___crlDetails_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlDetails_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails struct RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::certDetails CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * ___certDetails_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::crlEntryDetails X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlEntryDetails_3; public: inline static int32_t get_offset_of_certDetails_2() { return static_cast(offsetof(RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B, ___certDetails_2)); } inline CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * get_certDetails_2() const { return ___certDetails_2; } inline CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D ** get_address_of_certDetails_2() { return &___certDetails_2; } inline void set_certDetails_2(CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * value) { ___certDetails_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certDetails_2), (void*)value); } inline static int32_t get_offset_of_crlEntryDetails_3() { return static_cast(offsetof(RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B, ___crlEntryDetails_3)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_crlEntryDetails_3() const { return ___crlEntryDetails_3; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_crlEntryDetails_3() { return &___crlEntryDetails_3; } inline void set_crlEntryDetails_3(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___crlEntryDetails_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlEntryDetails_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent struct RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::status Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___status_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::revCerts Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___revCerts_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::crls Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___crls_4; public: inline static int32_t get_offset_of_status_2() { return static_cast(offsetof(RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2, ___status_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_status_2() const { return ___status_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_status_2() { return &___status_2; } inline void set_status_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___status_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_2), (void*)value); } inline static int32_t get_offset_of_revCerts_3() { return static_cast(offsetof(RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2, ___revCerts_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_revCerts_3() const { return ___revCerts_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_revCerts_3() { return &___revCerts_3; } inline void set_revCerts_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___revCerts_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___revCerts_3), (void*)value); } inline static int32_t get_offset_of_crls_4() { return static_cast(offsetof(RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2, ___crls_4)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_crls_4() const { return ___crls_4; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_crls_4() { return &___crls_4; } inline void set_crls_4(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___crls_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent struct RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent::content Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___content_2; public: inline static int32_t get_offset_of_content_2() { return static_cast(offsetof(RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7, ___content_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_content_2() const { return ___content_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_content_2() { return &___content_2; } inline void set_content_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___content_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues struct RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::crlVals Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___crlVals_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::ocspVals Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___ocspVals_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::otherRevVals OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * ___otherRevVals_4; public: inline static int32_t get_offset_of_crlVals_2() { return static_cast(offsetof(RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0, ___crlVals_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_crlVals_2() const { return ___crlVals_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_crlVals_2() { return &___crlVals_2; } inline void set_crlVals_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___crlVals_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlVals_2), (void*)value); } inline static int32_t get_offset_of_ocspVals_3() { return static_cast(offsetof(RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0, ___ocspVals_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_ocspVals_3() const { return ___ocspVals_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_ocspVals_3() { return &___ocspVals_3; } inline void set_ocspVals_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___ocspVals_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ocspVals_3), (void*)value); } inline static int32_t get_offset_of_otherRevVals_4() { return static_cast(offsetof(RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0, ___otherRevVals_4)); } inline OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * get_otherRevVals_4() const { return ___otherRevVals_4; } inline OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 ** get_address_of_otherRevVals_4() { return &___otherRevVals_4; } inline void set_otherRevVals_4(OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * value) { ___otherRevVals_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___otherRevVals_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo struct RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::revocationTime DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___revocationTime_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::revocationReason CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * ___revocationReason_3; public: inline static int32_t get_offset_of_revocationTime_2() { return static_cast(offsetof(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481, ___revocationTime_2)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_revocationTime_2() const { return ___revocationTime_2; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_revocationTime_2() { return &___revocationTime_2; } inline void set_revocationTime_2(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___revocationTime_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationTime_2), (void*)value); } inline static int32_t get_offset_of_revocationReason_3() { return static_cast(offsetof(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481, ___revocationReason_3)); } inline CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * get_revocationReason_3() const { return ___revocationReason_3; } inline CrlReason_tB131133C86AC20505F7A205D6059101D28944693 ** get_address_of_revocationReason_3() { return &___revocationReason_3; } inline void set_revocationReason_3(CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * value) { ___revocationReason_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationReason_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus struct RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 : public CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::info RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * ___info_1; public: inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121, ___info_1)); } inline RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * get_info_1() const { return ___info_1; } inline RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 ** get_address_of_info_1() { return &___info_1; } inline void set_info_1(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest struct RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::H0 int32_t ___H0_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::H1 int32_t ___H1_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::H2 int32_t ___H2_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::H3 int32_t ___H3_8; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::X Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___X_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::xOff int32_t ___xOff_10; public: inline static int32_t get_offset_of_H0_5() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___H0_5)); } inline int32_t get_H0_5() const { return ___H0_5; } inline int32_t* get_address_of_H0_5() { return &___H0_5; } inline void set_H0_5(int32_t value) { ___H0_5 = value; } inline static int32_t get_offset_of_H1_6() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___H1_6)); } inline int32_t get_H1_6() const { return ___H1_6; } inline int32_t* get_address_of_H1_6() { return &___H1_6; } inline void set_H1_6(int32_t value) { ___H1_6 = value; } inline static int32_t get_offset_of_H2_7() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___H2_7)); } inline int32_t get_H2_7() const { return ___H2_7; } inline int32_t* get_address_of_H2_7() { return &___H2_7; } inline void set_H2_7(int32_t value) { ___H2_7 = value; } inline static int32_t get_offset_of_H3_8() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___H3_8)); } inline int32_t get_H3_8() const { return ___H3_8; } inline int32_t* get_address_of_H3_8() { return &___H3_8; } inline void set_H3_8(int32_t value) { ___H3_8 = value; } inline static int32_t get_offset_of_X_9() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___X_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_X_9() const { return ___X_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_X_9() { return &___X_9; } inline void set_X_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___X_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_9), (void*)value); } inline static int32_t get_offset_of_xOff_10() { return static_cast(offsetof(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD, ___xOff_10)); } inline int32_t get_xOff_10() const { return ___xOff_10; } inline int32_t* get_address_of_xOff_10() { return &___xOff_10; } inline void set_xOff_10(int32_t value) { ___xOff_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest struct RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H0 int32_t ___H0_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H1 int32_t ___H1_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H2 int32_t ___H2_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H3 int32_t ___H3_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H4 int32_t ___H4_9; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::X Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H0_5() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H0_5)); } inline int32_t get_H0_5() const { return ___H0_5; } inline int32_t* get_address_of_H0_5() { return &___H0_5; } inline void set_H0_5(int32_t value) { ___H0_5 = value; } inline static int32_t get_offset_of_H1_6() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H1_6)); } inline int32_t get_H1_6() const { return ___H1_6; } inline int32_t* get_address_of_H1_6() { return &___H1_6; } inline void set_H1_6(int32_t value) { ___H1_6 = value; } inline static int32_t get_offset_of_H2_7() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H2_7)); } inline int32_t get_H2_7() const { return ___H2_7; } inline int32_t* get_address_of_H2_7() { return &___H2_7; } inline void set_H2_7(int32_t value) { ___H2_7 = value; } inline static int32_t get_offset_of_H3_8() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H3_8)); } inline int32_t get_H3_8() const { return ___H3_8; } inline int32_t* get_address_of_H3_8() { return &___H3_8; } inline void set_H3_8(int32_t value) { ___H3_8 = value; } inline static int32_t get_offset_of_H4_9() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H4_9)); } inline int32_t get_H4_9() const { return ___H4_9; } inline int32_t* get_address_of_H4_9() { return &___H4_9; } inline void set_H4_9(int32_t value) { ___H4_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___X_10)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_X_10() const { return ___X_10; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_X_10() { return &___X_10; } inline void set_X_10(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation struct TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::targets Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___targets_2; public: inline static int32_t get_offset_of_targets_2() { return static_cast(offsetof(TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6, ___targets_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_targets_2() const { return ___targets_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_targets_2() { return &___targets_2; } inline void set_targets_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___targets_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targets_2), (void*)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; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Attribute struct X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Attribute::attr AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * ___attr_2; public: inline static int32_t get_offset_of_attr_2() { return static_cast(offsetof(X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559, ___attr_2)); } inline AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * get_attr_2() const { return ___attr_2; } inline AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA ** get_address_of_attr_2() { return &___attr_2; } inline void set_attr_2(AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * value) { ___attr_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attr_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::c X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___c_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::basicConstraints BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * ___basicConstraints_1; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValueSet bool ___hashValueSet_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValue int32_t ___hashValue_4; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___c_0)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_c_0() const { return ___c_0; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___basicConstraints_1)); } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * get_basicConstraints_1() const { return ___basicConstraints_1; } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C ** get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * value) { ___basicConstraints_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___basicConstraints_1), (void*)value); } inline static int32_t get_offset_of_keyUsage_2() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___keyUsage_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_2() const { return ___keyUsage_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_2() { return &___keyUsage_2; } inline void set_keyUsage_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_2), (void*)value); } inline static int32_t get_offset_of_hashValueSet_3() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValueSet_3)); } inline bool get_hashValueSet_3() const { return ___hashValueSet_3; } inline bool* get_address_of_hashValueSet_3() { return &___hashValueSet_3; } inline void set_hashValueSet_3(bool value) { ___hashValueSet_3 = value; } inline static int32_t get_offset_of_hashValue_4() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValue_4)); } inline int32_t get_hashValue_4() const { return ___hashValue_4; } inline int32_t* get_address_of_hashValue_4() { return &___hashValue_4; } inline void set_hashValue_4(int32_t value) { ___hashValue_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl struct X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::c CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * ___c_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::sigAlgName String_t* ___sigAlgName_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::sigAlgParams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigAlgParams_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::isIndirect bool ___isIndirect_3; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___c_0)); } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * get_c_0() const { return ___c_0; } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_sigAlgName_1() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___sigAlgName_1)); } inline String_t* get_sigAlgName_1() const { return ___sigAlgName_1; } inline String_t** get_address_of_sigAlgName_1() { return &___sigAlgName_1; } inline void set_sigAlgName_1(String_t* value) { ___sigAlgName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgName_1), (void*)value); } inline static int32_t get_offset_of_sigAlgParams_2() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___sigAlgParams_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_sigAlgParams_2() const { return ___sigAlgParams_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_sigAlgParams_2() { return &___sigAlgParams_2; } inline void set_sigAlgParams_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___sigAlgParams_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgParams_2), (void*)value); } inline static int32_t get_offset_of_isIndirect_3() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___isIndirect_3)); } inline bool get_isIndirect_3() const { return ___isIndirect_3; } inline bool* get_address_of_isIndirect_3() { return &___isIndirect_3; } inline void set_isIndirect_3(bool value) { ___isIndirect_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::extensions RuntimeObject* ___extensions_34; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ordering RuntimeObject* ___ordering_35; public: inline static int32_t get_offset_of_extensions_34() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___extensions_34)); } inline RuntimeObject* get_extensions_34() const { return ___extensions_34; } inline RuntimeObject** get_address_of_extensions_34() { return &___extensions_34; } inline void set_extensions_34(RuntimeObject* value) { ___extensions_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_34), (void*)value); } inline static int32_t get_offset_of_ordering_35() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___ordering_35)); } inline RuntimeObject* get_ordering_35() const { return ___ordering_35; } inline RuntimeObject** get_address_of_ordering_35() { return &___ordering_35; } inline void set_ordering_35(RuntimeObject* value) { ___ordering_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_35), (void*)value); } }; struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectDirectoryAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectDirectoryAttributes_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectKeyIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::KeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyUsage_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PrivateKeyUsagePeriod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrivateKeyUsagePeriod_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectAlternativeName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuerAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuerAlternativeName_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BasicConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BasicConstraints_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlNumber_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ReasonCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ReasonCode_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InstructionCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InstructionCode_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InvalidityDate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InvalidityDate_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::DeltaCrlIndicator DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DeltaCrlIndicator_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuingDistributionPoint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuingDistributionPoint_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificateIssuer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificateIssuer_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NameConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameConstraints_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlDistributionPoints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlDistributionPoints_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificatePolicies DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificatePolicies_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyMappings DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyMappings_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityKeyIdentifier_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyConstraints_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExtendedKeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExtendedKeyUsage_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::FreshestCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___FreshestCrl_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InhibitAnyPolicy DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InhibitAnyPolicy_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityInfoAccess_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectInfoAccess_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::LogoType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LogoType_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BiometricInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BiometricInfo_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::QCStatements DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___QCStatements_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuditIdentity DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuditIdentity_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NoRevAvail DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NoRevAvail_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::TargetInformation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TargetInformation_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExpiredCertsOnCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExpiredCertsOnCrl_33; public: inline static int32_t get_offset_of_SubjectDirectoryAttributes_2() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectDirectoryAttributes_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectDirectoryAttributes_2() const { return ___SubjectDirectoryAttributes_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectDirectoryAttributes_2() { return &___SubjectDirectoryAttributes_2; } inline void set_SubjectDirectoryAttributes_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectDirectoryAttributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectDirectoryAttributes_2), (void*)value); } inline static int32_t get_offset_of_SubjectKeyIdentifier_3() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectKeyIdentifier_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectKeyIdentifier_3() const { return ___SubjectKeyIdentifier_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectKeyIdentifier_3() { return &___SubjectKeyIdentifier_3; } inline void set_SubjectKeyIdentifier_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectKeyIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectKeyIdentifier_3), (void*)value); } inline static int32_t get_offset_of_KeyUsage_4() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___KeyUsage_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyUsage_4() const { return ___KeyUsage_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyUsage_4() { return &___KeyUsage_4; } inline void set_KeyUsage_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyUsage_4), (void*)value); } inline static int32_t get_offset_of_PrivateKeyUsagePeriod_5() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PrivateKeyUsagePeriod_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrivateKeyUsagePeriod_5() const { return ___PrivateKeyUsagePeriod_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrivateKeyUsagePeriod_5() { return &___PrivateKeyUsagePeriod_5; } inline void set_PrivateKeyUsagePeriod_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrivateKeyUsagePeriod_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateKeyUsagePeriod_5), (void*)value); } inline static int32_t get_offset_of_SubjectAlternativeName_6() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectAlternativeName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectAlternativeName_6() const { return ___SubjectAlternativeName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectAlternativeName_6() { return &___SubjectAlternativeName_6; } inline void set_SubjectAlternativeName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectAlternativeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectAlternativeName_6), (void*)value); } inline static int32_t get_offset_of_IssuerAlternativeName_7() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuerAlternativeName_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuerAlternativeName_7() const { return ___IssuerAlternativeName_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuerAlternativeName_7() { return &___IssuerAlternativeName_7; } inline void set_IssuerAlternativeName_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuerAlternativeName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuerAlternativeName_7), (void*)value); } inline static int32_t get_offset_of_BasicConstraints_8() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BasicConstraints_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BasicConstraints_8() const { return ___BasicConstraints_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BasicConstraints_8() { return &___BasicConstraints_8; } inline void set_BasicConstraints_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BasicConstraints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___BasicConstraints_8), (void*)value); } inline static int32_t get_offset_of_CrlNumber_9() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlNumber_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlNumber_9() const { return ___CrlNumber_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlNumber_9() { return &___CrlNumber_9; } inline void set_CrlNumber_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlNumber_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlNumber_9), (void*)value); } inline static int32_t get_offset_of_ReasonCode_10() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ReasonCode_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ReasonCode_10() const { return ___ReasonCode_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ReasonCode_10() { return &___ReasonCode_10; } inline void set_ReasonCode_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ReasonCode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonCode_10), (void*)value); } inline static int32_t get_offset_of_InstructionCode_11() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InstructionCode_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InstructionCode_11() const { return ___InstructionCode_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InstructionCode_11() { return &___InstructionCode_11; } inline void set_InstructionCode_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InstructionCode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___InstructionCode_11), (void*)value); } inline static int32_t get_offset_of_InvalidityDate_12() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InvalidityDate_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InvalidityDate_12() const { return ___InvalidityDate_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InvalidityDate_12() { return &___InvalidityDate_12; } inline void set_InvalidityDate_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InvalidityDate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidityDate_12), (void*)value); } inline static int32_t get_offset_of_DeltaCrlIndicator_13() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___DeltaCrlIndicator_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DeltaCrlIndicator_13() const { return ___DeltaCrlIndicator_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DeltaCrlIndicator_13() { return &___DeltaCrlIndicator_13; } inline void set_DeltaCrlIndicator_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DeltaCrlIndicator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeltaCrlIndicator_13), (void*)value); } inline static int32_t get_offset_of_IssuingDistributionPoint_14() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuingDistributionPoint_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuingDistributionPoint_14() const { return ___IssuingDistributionPoint_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuingDistributionPoint_14() { return &___IssuingDistributionPoint_14; } inline void set_IssuingDistributionPoint_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuingDistributionPoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuingDistributionPoint_14), (void*)value); } inline static int32_t get_offset_of_CertificateIssuer_15() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificateIssuer_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificateIssuer_15() const { return ___CertificateIssuer_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificateIssuer_15() { return &___CertificateIssuer_15; } inline void set_CertificateIssuer_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificateIssuer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificateIssuer_15), (void*)value); } inline static int32_t get_offset_of_NameConstraints_16() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NameConstraints_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameConstraints_16() const { return ___NameConstraints_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameConstraints_16() { return &___NameConstraints_16; } inline void set_NameConstraints_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameConstraints_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameConstraints_16), (void*)value); } inline static int32_t get_offset_of_CrlDistributionPoints_17() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlDistributionPoints_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlDistributionPoints_17() const { return ___CrlDistributionPoints_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlDistributionPoints_17() { return &___CrlDistributionPoints_17; } inline void set_CrlDistributionPoints_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlDistributionPoints_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlDistributionPoints_17), (void*)value); } inline static int32_t get_offset_of_CertificatePolicies_18() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificatePolicies_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificatePolicies_18() const { return ___CertificatePolicies_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificatePolicies_18() { return &___CertificatePolicies_18; } inline void set_CertificatePolicies_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificatePolicies_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificatePolicies_18), (void*)value); } inline static int32_t get_offset_of_PolicyMappings_19() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyMappings_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyMappings_19() const { return ___PolicyMappings_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyMappings_19() { return &___PolicyMappings_19; } inline void set_PolicyMappings_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyMappings_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyMappings_19), (void*)value); } inline static int32_t get_offset_of_AuthorityKeyIdentifier_20() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityKeyIdentifier_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityKeyIdentifier_20() const { return ___AuthorityKeyIdentifier_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityKeyIdentifier_20() { return &___AuthorityKeyIdentifier_20; } inline void set_AuthorityKeyIdentifier_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityKeyIdentifier_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityKeyIdentifier_20), (void*)value); } inline static int32_t get_offset_of_PolicyConstraints_21() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyConstraints_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyConstraints_21() const { return ___PolicyConstraints_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyConstraints_21() { return &___PolicyConstraints_21; } inline void set_PolicyConstraints_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyConstraints_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyConstraints_21), (void*)value); } inline static int32_t get_offset_of_ExtendedKeyUsage_22() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExtendedKeyUsage_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExtendedKeyUsage_22() const { return ___ExtendedKeyUsage_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExtendedKeyUsage_22() { return &___ExtendedKeyUsage_22; } inline void set_ExtendedKeyUsage_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExtendedKeyUsage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtendedKeyUsage_22), (void*)value); } inline static int32_t get_offset_of_FreshestCrl_23() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___FreshestCrl_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_FreshestCrl_23() const { return ___FreshestCrl_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_FreshestCrl_23() { return &___FreshestCrl_23; } inline void set_FreshestCrl_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___FreshestCrl_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreshestCrl_23), (void*)value); } inline static int32_t get_offset_of_InhibitAnyPolicy_24() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InhibitAnyPolicy_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InhibitAnyPolicy_24() const { return ___InhibitAnyPolicy_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InhibitAnyPolicy_24() { return &___InhibitAnyPolicy_24; } inline void set_InhibitAnyPolicy_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InhibitAnyPolicy_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___InhibitAnyPolicy_24), (void*)value); } inline static int32_t get_offset_of_AuthorityInfoAccess_25() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityInfoAccess_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityInfoAccess_25() const { return ___AuthorityInfoAccess_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityInfoAccess_25() { return &___AuthorityInfoAccess_25; } inline void set_AuthorityInfoAccess_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityInfoAccess_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityInfoAccess_25), (void*)value); } inline static int32_t get_offset_of_SubjectInfoAccess_26() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectInfoAccess_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectInfoAccess_26() const { return ___SubjectInfoAccess_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectInfoAccess_26() { return &___SubjectInfoAccess_26; } inline void set_SubjectInfoAccess_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectInfoAccess_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectInfoAccess_26), (void*)value); } inline static int32_t get_offset_of_LogoType_27() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___LogoType_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LogoType_27() const { return ___LogoType_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LogoType_27() { return &___LogoType_27; } inline void set_LogoType_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LogoType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogoType_27), (void*)value); } inline static int32_t get_offset_of_BiometricInfo_28() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BiometricInfo_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BiometricInfo_28() const { return ___BiometricInfo_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BiometricInfo_28() { return &___BiometricInfo_28; } inline void set_BiometricInfo_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BiometricInfo_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BiometricInfo_28), (void*)value); } inline static int32_t get_offset_of_QCStatements_29() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___QCStatements_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_QCStatements_29() const { return ___QCStatements_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_QCStatements_29() { return &___QCStatements_29; } inline void set_QCStatements_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___QCStatements_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___QCStatements_29), (void*)value); } inline static int32_t get_offset_of_AuditIdentity_30() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuditIdentity_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuditIdentity_30() const { return ___AuditIdentity_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuditIdentity_30() { return &___AuditIdentity_30; } inline void set_AuditIdentity_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuditIdentity_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuditIdentity_30), (void*)value); } inline static int32_t get_offset_of_NoRevAvail_31() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NoRevAvail_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NoRevAvail_31() const { return ___NoRevAvail_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NoRevAvail_31() { return &___NoRevAvail_31; } inline void set_NoRevAvail_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NoRevAvail_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoRevAvail_31), (void*)value); } inline static int32_t get_offset_of_TargetInformation_32() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___TargetInformation_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TargetInformation_32() const { return ___TargetInformation_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TargetInformation_32() { return &___TargetInformation_32; } inline void set_TargetInformation_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TargetInformation_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetInformation_32), (void*)value); } inline static int32_t get_offset_of_ExpiredCertsOnCrl_33() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExpiredCertsOnCrl_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExpiredCertsOnCrl_33() const { return ___ExpiredCertsOnCrl_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExpiredCertsOnCrl_33() { return &___ExpiredCertsOnCrl_33; } inline void set_ExpiredCertsOnCrl_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExpiredCertsOnCrl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpiredCertsOnCrl_33), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ordering RuntimeObject* ___ordering_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::converter X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * ___converter_43; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::values RuntimeObject* ___values_44; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::added RuntimeObject* ___added_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_46; public: inline static int32_t get_offset_of_ordering_42() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___ordering_42)); } inline RuntimeObject* get_ordering_42() const { return ___ordering_42; } inline RuntimeObject** get_address_of_ordering_42() { return &___ordering_42; } inline void set_ordering_42(RuntimeObject* value) { ___ordering_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_42), (void*)value); } inline static int32_t get_offset_of_converter_43() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___converter_43)); } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * get_converter_43() const { return ___converter_43; } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 ** get_address_of_converter_43() { return &___converter_43; } inline void set_converter_43(X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * value) { ___converter_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_43), (void*)value); } inline static int32_t get_offset_of_values_44() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___values_44)); } inline RuntimeObject* get_values_44() const { return ___values_44; } inline RuntimeObject** get_address_of_values_44() { return &___values_44; } inline void set_values_44(RuntimeObject* value) { ___values_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_44), (void*)value); } inline static int32_t get_offset_of_added_45() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___added_45)); } inline RuntimeObject* get_added_45() const { return ___added_45; } inline RuntimeObject** get_address_of_added_45() { return &___added_45; } inline void set_added_45(RuntimeObject* value) { ___added_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___added_45), (void*)value); } inline static int32_t get_offset_of_seq_46() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___seq_46)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_46() const { return ___seq_46; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_46() { return &___seq_46; } inline void set_seq_46(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_46), (void*)value); } }; struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::C DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::O DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___O_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OU DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OU_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::T DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___T_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CN DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CN_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Street DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Street_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::SerialNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SerialNumber_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::L DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___L_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ST DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ST_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Surname DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Surname_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GivenName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GivenName_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Initials DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Initials_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Generation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Generation_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UniqueIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UniqueIdentifier_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::BusinessCategory DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BusinessCategory_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalCode_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DnQualifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DnQualifier_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Pseudonym DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pseudonym_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DateOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DateOfBirth_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PlaceOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PlaceOfBirth_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Gender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Gender_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfCitizenship DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfCitizenship_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfResidence DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfResidence_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::NameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameAtBirth_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalAddress_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DmdName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DmdName_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::TelephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TelephoneNumber_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OrganizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationIdentifier_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Name_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::EmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EmailAddress_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredName_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredAddress_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::E DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___E_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DC_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UID_36; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::defaultReverse BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___defaultReverse_37; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultSymbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultSymbols_38; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC2253Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC2253Symbols_39; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC1779Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC1779Symbols_40; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultLookup Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultLookup_41; public: inline static int32_t get_offset_of_C_2() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___C_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C_2() const { return ___C_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C_2() { return &___C_2; } inline void set_C_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_2), (void*)value); } inline static int32_t get_offset_of_O_3() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___O_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_O_3() const { return ___O_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_O_3() { return &___O_3; } inline void set_O_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___O_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___O_3), (void*)value); } inline static int32_t get_offset_of_OU_4() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OU_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OU_4() const { return ___OU_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OU_4() { return &___OU_4; } inline void set_OU_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OU_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OU_4), (void*)value); } inline static int32_t get_offset_of_T_5() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___T_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_T_5() const { return ___T_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_T_5() { return &___T_5; } inline void set_T_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___T_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_5), (void*)value); } inline static int32_t get_offset_of_CN_6() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CN_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CN_6() const { return ___CN_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CN_6() { return &___CN_6; } inline void set_CN_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CN_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CN_6), (void*)value); } inline static int32_t get_offset_of_Street_7() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Street_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Street_7() const { return ___Street_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Street_7() { return &___Street_7; } inline void set_Street_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Street_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Street_7), (void*)value); } inline static int32_t get_offset_of_SerialNumber_8() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___SerialNumber_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SerialNumber_8() const { return ___SerialNumber_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SerialNumber_8() { return &___SerialNumber_8; } inline void set_SerialNumber_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SerialNumber_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerialNumber_8), (void*)value); } inline static int32_t get_offset_of_L_9() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___L_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_L_9() const { return ___L_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_L_9() { return &___L_9; } inline void set_L_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___L_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_9), (void*)value); } inline static int32_t get_offset_of_ST_10() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___ST_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ST_10() const { return ___ST_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ST_10() { return &___ST_10; } inline void set_ST_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ST_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ST_10), (void*)value); } inline static int32_t get_offset_of_Surname_11() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Surname_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Surname_11() const { return ___Surname_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Surname_11() { return &___Surname_11; } inline void set_Surname_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Surname_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Surname_11), (void*)value); } inline static int32_t get_offset_of_GivenName_12() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___GivenName_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GivenName_12() const { return ___GivenName_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GivenName_12() { return &___GivenName_12; } inline void set_GivenName_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GivenName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GivenName_12), (void*)value); } inline static int32_t get_offset_of_Initials_13() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Initials_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Initials_13() const { return ___Initials_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Initials_13() { return &___Initials_13; } inline void set_Initials_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Initials_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Initials_13), (void*)value); } inline static int32_t get_offset_of_Generation_14() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Generation_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Generation_14() const { return ___Generation_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Generation_14() { return &___Generation_14; } inline void set_Generation_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Generation_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generation_14), (void*)value); } inline static int32_t get_offset_of_UniqueIdentifier_15() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UniqueIdentifier_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UniqueIdentifier_15() const { return ___UniqueIdentifier_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UniqueIdentifier_15() { return &___UniqueIdentifier_15; } inline void set_UniqueIdentifier_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UniqueIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdentifier_15), (void*)value); } inline static int32_t get_offset_of_BusinessCategory_16() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___BusinessCategory_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BusinessCategory_16() const { return ___BusinessCategory_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BusinessCategory_16() { return &___BusinessCategory_16; } inline void set_BusinessCategory_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BusinessCategory_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BusinessCategory_16), (void*)value); } inline static int32_t get_offset_of_PostalCode_17() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalCode_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalCode_17() const { return ___PostalCode_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalCode_17() { return &___PostalCode_17; } inline void set_PostalCode_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalCode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalCode_17), (void*)value); } inline static int32_t get_offset_of_DnQualifier_18() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DnQualifier_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DnQualifier_18() const { return ___DnQualifier_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DnQualifier_18() { return &___DnQualifier_18; } inline void set_DnQualifier_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DnQualifier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnQualifier_18), (void*)value); } inline static int32_t get_offset_of_Pseudonym_19() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Pseudonym_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pseudonym_19() const { return ___Pseudonym_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pseudonym_19() { return &___Pseudonym_19; } inline void set_Pseudonym_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pseudonym_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pseudonym_19), (void*)value); } inline static int32_t get_offset_of_DateOfBirth_20() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DateOfBirth_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DateOfBirth_20() const { return ___DateOfBirth_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DateOfBirth_20() { return &___DateOfBirth_20; } inline void set_DateOfBirth_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DateOfBirth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateOfBirth_20), (void*)value); } inline static int32_t get_offset_of_PlaceOfBirth_21() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PlaceOfBirth_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PlaceOfBirth_21() const { return ___PlaceOfBirth_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PlaceOfBirth_21() { return &___PlaceOfBirth_21; } inline void set_PlaceOfBirth_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PlaceOfBirth_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlaceOfBirth_21), (void*)value); } inline static int32_t get_offset_of_Gender_22() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Gender_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Gender_22() const { return ___Gender_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Gender_22() { return &___Gender_22; } inline void set_Gender_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Gender_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Gender_22), (void*)value); } inline static int32_t get_offset_of_CountryOfCitizenship_23() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfCitizenship_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfCitizenship_23() const { return ___CountryOfCitizenship_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfCitizenship_23() { return &___CountryOfCitizenship_23; } inline void set_CountryOfCitizenship_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfCitizenship_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfCitizenship_23), (void*)value); } inline static int32_t get_offset_of_CountryOfResidence_24() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfResidence_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfResidence_24() const { return ___CountryOfResidence_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfResidence_24() { return &___CountryOfResidence_24; } inline void set_CountryOfResidence_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfResidence_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfResidence_24), (void*)value); } inline static int32_t get_offset_of_NameAtBirth_25() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___NameAtBirth_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameAtBirth_25() const { return ___NameAtBirth_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameAtBirth_25() { return &___NameAtBirth_25; } inline void set_NameAtBirth_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameAtBirth_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameAtBirth_25), (void*)value); } inline static int32_t get_offset_of_PostalAddress_26() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalAddress_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalAddress_26() const { return ___PostalAddress_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalAddress_26() { return &___PostalAddress_26; } inline void set_PostalAddress_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalAddress_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalAddress_26), (void*)value); } inline static int32_t get_offset_of_DmdName_27() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DmdName_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DmdName_27() const { return ___DmdName_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DmdName_27() { return &___DmdName_27; } inline void set_DmdName_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DmdName_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DmdName_27), (void*)value); } inline static int32_t get_offset_of_TelephoneNumber_28() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___TelephoneNumber_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TelephoneNumber_28() const { return ___TelephoneNumber_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TelephoneNumber_28() { return &___TelephoneNumber_28; } inline void set_TelephoneNumber_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TelephoneNumber_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelephoneNumber_28), (void*)value); } inline static int32_t get_offset_of_OrganizationIdentifier_29() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OrganizationIdentifier_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationIdentifier_29() const { return ___OrganizationIdentifier_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationIdentifier_29() { return &___OrganizationIdentifier_29; } inline void set_OrganizationIdentifier_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationIdentifier_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationIdentifier_29), (void*)value); } inline static int32_t get_offset_of_Name_30() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Name_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Name_30() const { return ___Name_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Name_30() { return &___Name_30; } inline void set_Name_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Name_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_30), (void*)value); } inline static int32_t get_offset_of_EmailAddress_31() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___EmailAddress_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EmailAddress_31() const { return ___EmailAddress_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EmailAddress_31() { return &___EmailAddress_31; } inline void set_EmailAddress_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EmailAddress_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmailAddress_31), (void*)value); } inline static int32_t get_offset_of_UnstructuredName_32() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredName_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredName_32() const { return ___UnstructuredName_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredName_32() { return &___UnstructuredName_32; } inline void set_UnstructuredName_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredName_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredName_32), (void*)value); } inline static int32_t get_offset_of_UnstructuredAddress_33() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredAddress_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredAddress_33() const { return ___UnstructuredAddress_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredAddress_33() { return &___UnstructuredAddress_33; } inline void set_UnstructuredAddress_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredAddress_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredAddress_33), (void*)value); } inline static int32_t get_offset_of_E_34() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___E_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_E_34() const { return ___E_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_E_34() { return &___E_34; } inline void set_E_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___E_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___E_34), (void*)value); } inline static int32_t get_offset_of_DC_35() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DC_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DC_35() const { return ___DC_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DC_35() { return &___DC_35; } inline void set_DC_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DC_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___DC_35), (void*)value); } inline static int32_t get_offset_of_UID_36() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UID_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UID_36() const { return ___UID_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UID_36() { return &___UID_36; } inline void set_UID_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UID_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___UID_36), (void*)value); } inline static int32_t get_offset_of_defaultReverse_37() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___defaultReverse_37)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_defaultReverse_37() const { return ___defaultReverse_37; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_defaultReverse_37() { return &___defaultReverse_37; } inline void set_defaultReverse_37(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___defaultReverse_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultReverse_37), (void*)value); } inline static int32_t get_offset_of_DefaultSymbols_38() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultSymbols_38)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultSymbols_38() const { return ___DefaultSymbols_38; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultSymbols_38() { return &___DefaultSymbols_38; } inline void set_DefaultSymbols_38(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultSymbols_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSymbols_38), (void*)value); } inline static int32_t get_offset_of_RFC2253Symbols_39() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC2253Symbols_39)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC2253Symbols_39() const { return ___RFC2253Symbols_39; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC2253Symbols_39() { return &___RFC2253Symbols_39; } inline void set_RFC2253Symbols_39(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC2253Symbols_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC2253Symbols_39), (void*)value); } inline static int32_t get_offset_of_RFC1779Symbols_40() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC1779Symbols_40)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC1779Symbols_40() const { return ___RFC1779Symbols_40; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC1779Symbols_40() { return &___RFC1779Symbols_40; } inline void set_RFC1779Symbols_40(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC1779Symbols_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC1779Symbols_40), (void*)value); } inline static int32_t get_offset_of_DefaultLookup_41() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultLookup_41)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultLookup_41() const { return ___DefaultLookup_41; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultLookup_41() { return &___DefaultLookup_41; } inline void set_DefaultLookup_41(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultLookup_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultLookup_41), (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; } }; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 : public RuntimeObject { public: // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_com { intptr_t ___m_Ptr_0; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)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); } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 : public RuntimeObject { public: // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject::dt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; public: inline static int32_t get_offset_of_dt_0() { return static_cast(offsetof(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54, ___dt_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dt_0() const { return ___dt_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dt_0() { return &___dt_0; } inline void set_dt_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dt_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_2; public: inline static int32_t get_offset_of_bytes_2() { return static_cast(offsetof(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229, ___bytes_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_2() const { return ___bytes_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_2() { return &___bytes_2; } inline void set_bytes_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_2), (void*)value); } }; struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::cache DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* ___cache_3; public: inline static int32_t get_offset_of_cache_3() { return static_cast(offsetof(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields, ___cache_3)); } inline DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* get_cache_3() const { return ___cache_3; } inline DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D** get_address_of_cache_3() { return &___cache_3; } inline void set_cache_3(DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* value) { ___cache_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0, ___time_2)); } inline String_t* get_time_2() const { return ___time_2; } inline String_t** get_address_of_time_2() { return &___time_2; } inline void set_time_2(String_t* value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (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.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // 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; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // UnityEngine.ForceMode struct ForceMode_t7778317A4C46140D50D98811D65A7B22E38163D5 { public: // System.Int32 UnityEngine.ForceMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ForceMode_t7778317A4C46140D50D98811D65A7B22E38163D5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // UnityEngine.KeyCode struct KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Characters.FirstPerson.MouseLook struct MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 : public RuntimeObject { public: // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::XSensitivity float ___XSensitivity_0; // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::YSensitivity float ___YSensitivity_1; // System.Boolean UnityStandardAssets.Characters.FirstPerson.MouseLook::clampVerticalRotation bool ___clampVerticalRotation_2; // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::MinimumX float ___MinimumX_3; // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::MaximumX float ___MaximumX_4; // System.Boolean UnityStandardAssets.Characters.FirstPerson.MouseLook::smooth bool ___smooth_5; // System.Single UnityStandardAssets.Characters.FirstPerson.MouseLook::smoothTime float ___smoothTime_6; // System.Boolean UnityStandardAssets.Characters.FirstPerson.MouseLook::lockCursor bool ___lockCursor_7; // UnityEngine.Quaternion UnityStandardAssets.Characters.FirstPerson.MouseLook::m_CharacterTargetRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_CharacterTargetRot_8; // UnityEngine.Quaternion UnityStandardAssets.Characters.FirstPerson.MouseLook::m_CameraTargetRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_CameraTargetRot_9; // System.Boolean UnityStandardAssets.Characters.FirstPerson.MouseLook::m_cursorIsLocked bool ___m_cursorIsLocked_10; public: inline static int32_t get_offset_of_XSensitivity_0() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___XSensitivity_0)); } inline float get_XSensitivity_0() const { return ___XSensitivity_0; } inline float* get_address_of_XSensitivity_0() { return &___XSensitivity_0; } inline void set_XSensitivity_0(float value) { ___XSensitivity_0 = value; } inline static int32_t get_offset_of_YSensitivity_1() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___YSensitivity_1)); } inline float get_YSensitivity_1() const { return ___YSensitivity_1; } inline float* get_address_of_YSensitivity_1() { return &___YSensitivity_1; } inline void set_YSensitivity_1(float value) { ___YSensitivity_1 = value; } inline static int32_t get_offset_of_clampVerticalRotation_2() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___clampVerticalRotation_2)); } inline bool get_clampVerticalRotation_2() const { return ___clampVerticalRotation_2; } inline bool* get_address_of_clampVerticalRotation_2() { return &___clampVerticalRotation_2; } inline void set_clampVerticalRotation_2(bool value) { ___clampVerticalRotation_2 = value; } inline static int32_t get_offset_of_MinimumX_3() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___MinimumX_3)); } inline float get_MinimumX_3() const { return ___MinimumX_3; } inline float* get_address_of_MinimumX_3() { return &___MinimumX_3; } inline void set_MinimumX_3(float value) { ___MinimumX_3 = value; } inline static int32_t get_offset_of_MaximumX_4() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___MaximumX_4)); } inline float get_MaximumX_4() const { return ___MaximumX_4; } inline float* get_address_of_MaximumX_4() { return &___MaximumX_4; } inline void set_MaximumX_4(float value) { ___MaximumX_4 = value; } inline static int32_t get_offset_of_smooth_5() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___smooth_5)); } inline bool get_smooth_5() const { return ___smooth_5; } inline bool* get_address_of_smooth_5() { return &___smooth_5; } inline void set_smooth_5(bool value) { ___smooth_5 = value; } inline static int32_t get_offset_of_smoothTime_6() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___smoothTime_6)); } inline float get_smoothTime_6() const { return ___smoothTime_6; } inline float* get_address_of_smoothTime_6() { return &___smoothTime_6; } inline void set_smoothTime_6(float value) { ___smoothTime_6 = value; } inline static int32_t get_offset_of_lockCursor_7() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___lockCursor_7)); } inline bool get_lockCursor_7() const { return ___lockCursor_7; } inline bool* get_address_of_lockCursor_7() { return &___lockCursor_7; } inline void set_lockCursor_7(bool value) { ___lockCursor_7 = value; } inline static int32_t get_offset_of_m_CharacterTargetRot_8() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___m_CharacterTargetRot_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_CharacterTargetRot_8() const { return ___m_CharacterTargetRot_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_CharacterTargetRot_8() { return &___m_CharacterTargetRot_8; } inline void set_m_CharacterTargetRot_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_CharacterTargetRot_8 = value; } inline static int32_t get_offset_of_m_CameraTargetRot_9() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___m_CameraTargetRot_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_CameraTargetRot_9() const { return ___m_CameraTargetRot_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_CameraTargetRot_9() { return &___m_CameraTargetRot_9; } inline void set_m_CameraTargetRot_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_CameraTargetRot_9 = value; } inline static int32_t get_offset_of_m_cursorIsLocked_10() { return static_cast(offsetof(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621, ___m_cursorIsLocked_10)); } inline bool get_m_cursorIsLocked_10() const { return ___m_cursorIsLocked_10; } inline bool* get_address_of_m_cursorIsLocked_10() { return &___m_cursorIsLocked_10; } inline void set_m_cursorIsLocked_10(bool value) { ___m_cursorIsLocked_10 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.QueryTriggerInteraction struct QueryTriggerInteraction_t9B82FB8CCAF559F47B6B8C0ECE197515ABFA96B0 { public: // System.Int32 UnityEngine.QueryTriggerInteraction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(QueryTriggerInteraction_t9B82FB8CCAF559F47B6B8C0ECE197515ABFA96B0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // BestHTTP.RetryCauses struct RetryCauses_t4C5049EA3653272D69D7F4997D028E30A572AB64 { public: // System.Int32 BestHTTP.RetryCauses::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RetryCauses_t4C5049EA3653272D69D7F4997D028E30A572AB64, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_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; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___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.Asn1.Asn1InputStream struct Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::limit int32_t ___limit_6; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::tmpBuffers ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___tmpBuffers_7; public: inline static int32_t get_offset_of_limit_6() { return static_cast(offsetof(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06, ___limit_6)); } inline int32_t get_limit_6() const { return ___limit_6; } inline int32_t* get_address_of_limit_6() { return &___limit_6; } inline void set_limit_6(int32_t value) { ___limit_6 = value; } inline static int32_t get_offset_of_tmpBuffers_7() { return static_cast(offsetof(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06, ___tmpBuffers_7)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_tmpBuffers_7() const { return ___tmpBuffers_7; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_tmpBuffers_7() { return &___tmpBuffers_7; } inline void set_tmpBuffers_7(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___tmpBuffers_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpBuffers_7), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason struct CrlReason_tB131133C86AC20505F7A205D6059101D28944693 : public DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 { public: public: }; struct CrlReason_tB131133C86AC20505F7A205D6059101D28944693_StaticFields { public: // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason::ReasonString StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ReasonString_14; public: inline static int32_t get_offset_of_ReasonString_14() { return static_cast(offsetof(CrlReason_tB131133C86AC20505F7A205D6059101D28944693_StaticFields, ___ReasonString_14)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ReasonString_14() const { return ___ReasonString_14; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ReasonString_14() { return &___ReasonString_14; } inline void set_ReasonString_14(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ReasonString_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonString_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException struct PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 : public Exception_t { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings struct MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C : public RuntimeObject { public: // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::ForwardSpeed float ___ForwardSpeed_0; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::BackwardSpeed float ___BackwardSpeed_1; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::StrafeSpeed float ___StrafeSpeed_2; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::RunMultiplier float ___RunMultiplier_3; // UnityEngine.KeyCode UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::RunKey int32_t ___RunKey_4; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::JumpForce float ___JumpForce_5; // UnityEngine.AnimationCurve UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::SlopeCurveModifier AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___SlopeCurveModifier_6; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::CurrentTargetSpeed float ___CurrentTargetSpeed_7; public: inline static int32_t get_offset_of_ForwardSpeed_0() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___ForwardSpeed_0)); } inline float get_ForwardSpeed_0() const { return ___ForwardSpeed_0; } inline float* get_address_of_ForwardSpeed_0() { return &___ForwardSpeed_0; } inline void set_ForwardSpeed_0(float value) { ___ForwardSpeed_0 = value; } inline static int32_t get_offset_of_BackwardSpeed_1() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___BackwardSpeed_1)); } inline float get_BackwardSpeed_1() const { return ___BackwardSpeed_1; } inline float* get_address_of_BackwardSpeed_1() { return &___BackwardSpeed_1; } inline void set_BackwardSpeed_1(float value) { ___BackwardSpeed_1 = value; } inline static int32_t get_offset_of_StrafeSpeed_2() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___StrafeSpeed_2)); } inline float get_StrafeSpeed_2() const { return ___StrafeSpeed_2; } inline float* get_address_of_StrafeSpeed_2() { return &___StrafeSpeed_2; } inline void set_StrafeSpeed_2(float value) { ___StrafeSpeed_2 = value; } inline static int32_t get_offset_of_RunMultiplier_3() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___RunMultiplier_3)); } inline float get_RunMultiplier_3() const { return ___RunMultiplier_3; } inline float* get_address_of_RunMultiplier_3() { return &___RunMultiplier_3; } inline void set_RunMultiplier_3(float value) { ___RunMultiplier_3 = value; } inline static int32_t get_offset_of_RunKey_4() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___RunKey_4)); } inline int32_t get_RunKey_4() const { return ___RunKey_4; } inline int32_t* get_address_of_RunKey_4() { return &___RunKey_4; } inline void set_RunKey_4(int32_t value) { ___RunKey_4 = value; } inline static int32_t get_offset_of_JumpForce_5() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___JumpForce_5)); } inline float get_JumpForce_5() const { return ___JumpForce_5; } inline float* get_address_of_JumpForce_5() { return &___JumpForce_5; } inline void set_JumpForce_5(float value) { ___JumpForce_5 = value; } inline static int32_t get_offset_of_SlopeCurveModifier_6() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___SlopeCurveModifier_6)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_SlopeCurveModifier_6() const { return ___SlopeCurveModifier_6; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_SlopeCurveModifier_6() { return &___SlopeCurveModifier_6; } inline void set_SlopeCurveModifier_6(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___SlopeCurveModifier_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SlopeCurveModifier_6), (void*)value); } inline static int32_t get_offset_of_CurrentTargetSpeed_7() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___CurrentTargetSpeed_7)); } inline float get_CurrentTargetSpeed_7() const { return ___CurrentTargetSpeed_7; } inline float* get_address_of_CurrentTargetSpeed_7() { return &___CurrentTargetSpeed_7; } inline void set_CurrentTargetSpeed_7(float value) { ___CurrentTargetSpeed_7 = value; } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException struct CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // 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.Pkix.PkixCertPathBuilderException struct PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException struct PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: // System.Exception BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::cause Exception_t * ___cause_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::certPath PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath_18; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::index int32_t ___index_19; public: inline static int32_t get_offset_of_cause_17() { return static_cast(offsetof(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD, ___cause_17)); } inline Exception_t * get_cause_17() const { return ___cause_17; } inline Exception_t ** get_address_of_cause_17() { return &___cause_17; } inline void set_cause_17(Exception_t * value) { ___cause_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___cause_17), (void*)value); } inline static int32_t get_offset_of_certPath_18() { return static_cast(offsetof(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD, ___certPath_18)); } inline PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * get_certPath_18() const { return ___certPath_18; } inline PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 ** get_address_of_certPath_18() { return &___certPath_18; } inline void set_certPath_18(PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * value) { ___certPath_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___certPath_18), (void*)value); } inline static int32_t get_offset_of_index_19() { return static_cast(offsetof(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD, ___index_19)); } inline int32_t get_index_19() const { return ___index_19; } inline int32_t* get_address_of_index_19() { return &___index_19; } inline void set_index_19(int32_t value) { ___index_19 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags struct ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF : public DerBitString_t305465793A47445626D3541AB8CEDE347D874524 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.CapsuleCollider struct CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateExpiredException struct CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 : public CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException struct CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE : public CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController struct RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Camera UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::cam Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam_4; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::movementSettings MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * ___movementSettings_5; // UnityStandardAssets.Characters.FirstPerson.MouseLook UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::mouseLook MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * ___mouseLook_6; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::advancedSettings AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * ___advancedSettings_7; // UnityEngine.Rigidbody UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_RigidBody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_RigidBody_8; // UnityEngine.CapsuleCollider UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_Capsule CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___m_Capsule_9; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_YRotation float ___m_YRotation_10; // UnityEngine.Vector3 UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_GroundContactNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_GroundContactNormal_11; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_Jump bool ___m_Jump_12; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_PreviouslyGrounded bool ___m_PreviouslyGrounded_13; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_Jumping bool ___m_Jumping_14; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_IsGrounded bool ___m_IsGrounded_15; public: inline static int32_t get_offset_of_cam_4() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___cam_4)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_cam_4() const { return ___cam_4; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_cam_4() { return &___cam_4; } inline void set_cam_4(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___cam_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cam_4), (void*)value); } inline static int32_t get_offset_of_movementSettings_5() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___movementSettings_5)); } inline MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * get_movementSettings_5() const { return ___movementSettings_5; } inline MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C ** get_address_of_movementSettings_5() { return &___movementSettings_5; } inline void set_movementSettings_5(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * value) { ___movementSettings_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___movementSettings_5), (void*)value); } inline static int32_t get_offset_of_mouseLook_6() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___mouseLook_6)); } inline MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * get_mouseLook_6() const { return ___mouseLook_6; } inline MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 ** get_address_of_mouseLook_6() { return &___mouseLook_6; } inline void set_mouseLook_6(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * value) { ___mouseLook_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseLook_6), (void*)value); } inline static int32_t get_offset_of_advancedSettings_7() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___advancedSettings_7)); } inline AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * get_advancedSettings_7() const { return ___advancedSettings_7; } inline AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB ** get_address_of_advancedSettings_7() { return &___advancedSettings_7; } inline void set_advancedSettings_7(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * value) { ___advancedSettings_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___advancedSettings_7), (void*)value); } inline static int32_t get_offset_of_m_RigidBody_8() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_RigidBody_8)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_RigidBody_8() const { return ___m_RigidBody_8; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_RigidBody_8() { return &___m_RigidBody_8; } inline void set_m_RigidBody_8(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_RigidBody_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RigidBody_8), (void*)value); } inline static int32_t get_offset_of_m_Capsule_9() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_Capsule_9)); } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * get_m_Capsule_9() const { return ___m_Capsule_9; } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 ** get_address_of_m_Capsule_9() { return &___m_Capsule_9; } inline void set_m_Capsule_9(CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * value) { ___m_Capsule_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Capsule_9), (void*)value); } inline static int32_t get_offset_of_m_YRotation_10() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_YRotation_10)); } inline float get_m_YRotation_10() const { return ___m_YRotation_10; } inline float* get_address_of_m_YRotation_10() { return &___m_YRotation_10; } inline void set_m_YRotation_10(float value) { ___m_YRotation_10 = value; } inline static int32_t get_offset_of_m_GroundContactNormal_11() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_GroundContactNormal_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_GroundContactNormal_11() const { return ___m_GroundContactNormal_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_GroundContactNormal_11() { return &___m_GroundContactNormal_11; } inline void set_m_GroundContactNormal_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_GroundContactNormal_11 = value; } inline static int32_t get_offset_of_m_Jump_12() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_Jump_12)); } inline bool get_m_Jump_12() const { return ___m_Jump_12; } inline bool* get_address_of_m_Jump_12() { return &___m_Jump_12; } inline void set_m_Jump_12(bool value) { ___m_Jump_12 = value; } inline static int32_t get_offset_of_m_PreviouslyGrounded_13() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_PreviouslyGrounded_13)); } inline bool get_m_PreviouslyGrounded_13() const { return ___m_PreviouslyGrounded_13; } inline bool* get_address_of_m_PreviouslyGrounded_13() { return &___m_PreviouslyGrounded_13; } inline void set_m_PreviouslyGrounded_13(bool value) { ___m_PreviouslyGrounded_13 = value; } inline static int32_t get_offset_of_m_Jumping_14() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_Jumping_14)); } inline bool get_m_Jumping_14() const { return ___m_Jumping_14; } inline bool* get_address_of_m_Jumping_14() { return &___m_Jumping_14; } inline void set_m_Jumping_14(bool value) { ___m_Jumping_14 = value; } inline static int32_t get_offset_of_m_IsGrounded_15() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_IsGrounded_15)); } inline bool get_m_IsGrounded_15() const { return ___m_IsGrounded_15; } inline bool* get_address_of_m_IsGrounded_15() { return &___m_IsGrounded_15; } inline void set_m_IsGrounded_15(bool value) { ___m_IsGrounded_15 = 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo[] struct PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9 : public RuntimeArray { public: ALIGN_FIELD (8) PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * m_Items[1]; public: inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 ** 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, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId[] struct CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA : public RuntimeArray { public: ALIGN_FIELD (8) CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * m_Items[1]; public: inline CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 ** 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, CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList[] struct CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262 : public RuntimeArray { public: ALIGN_FIELD (8) CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * m_Items[1]; public: inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 ** 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, CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails[] struct RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0 : public RuntimeArray { public: ALIGN_FIELD (8) RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * m_Items[1]; public: inline RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B ** 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, RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * 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.Asn1.Ocsp.BasicOcspResponse[] struct BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD : public RuntimeArray { public: ALIGN_FIELD (8) BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * m_Items[1]; public: inline BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C ** 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, BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E : public RuntimeArray { public: ALIGN_FIELD (8) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * m_Items[1]; public: inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** 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, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Collections.IList[] struct IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject* m_Items[1]; public: inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint[] struct DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93 : public RuntimeArray { public: ALIGN_FIELD (8) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * m_Items[1]; public: inline DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 ** 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, DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet[] struct ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject* m_Items[1]; public: inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name[] struct X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D : public RuntimeArray { public: ALIGN_FIELD (8) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * m_Items[1]; public: inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** 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, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Attribute[] struct X509AttributeU5BU5D_tB7CB869D1933A59A13717C710F5F0ED2A833E042 : public RuntimeArray { public: ALIGN_FIELD (8) X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559 * m_Items[1]; public: inline X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559 ** 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, X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, X509Attribute_t81BD5B9B96782764FF136486088938EC85B61559 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Int64[][] struct Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC : public RuntimeArray { public: ALIGN_FIELD (8) Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* m_Items[1]; public: inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** 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, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[0...,0...] struct ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D : 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; } inline uint8_t GetAt(il2cpp_array_size_t i, il2cpp_array_size_t j) const { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t i, il2cpp_array_size_t j) { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; return m_Items + index; } inline void SetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, uint8_t value) { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) const { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, uint8_t value) { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; m_Items[index] = value; } }; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D : public RuntimeArray { public: ALIGN_FIELD (8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* m_Items[1]; public: inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** 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, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * PkiStatusEncodable_GetInstance_mB67D691DF771336843BC753016CEB9E3E05557B4 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * CertId_GetInstance_m541A155E2A203B2D5785845266D08B533561C268 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * X509Extensions_GetInstance_mAFB80D6E29432A50186EBE6C981933DBCE01D012 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevAnnContent__ctor_mC5DA2592AA66C61DDEFD22EB8AFB93F1709556DD (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * __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,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * CertTemplate_GetInstance_m91081CD326D47D2D13E973B5CBE64FAA42D27191 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevDetails__ctor_m0F08CC8826E3275E28CF663647DAAE6F9F55AB8A (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevDetails__ctor_mA4AEEA38B1EDF56F9CAF326285A545D3ED7A6625 (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * __this, CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * ___certDetails0, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlEntryDetails1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevRepContent__ctor_m2CF16461F369E505A674212483C0D77F1C08FC56 (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevRepContent_AddOptional_m971DB09E86EF8C70C6F6437FE3405364E525C4CA (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, 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); // !!0[] System.Array::Empty() inline Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * RevRepContent_GetInstance_m253FD5147D1E49010631D9EE5FD9CD72F90232E5 (RuntimeObject * ___obj0, 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.Asn1.Cmp.RevReqContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevReqContent__ctor_m78E6F1D9A91BFEF55A9066E4F718B3FACBBA6C09 (RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * RevDetails_GetInstance_m6068A3AB2C54E9057B783B810C5D6C9539CE2FBC (RuntimeObject * ___obj0, 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.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::doNextBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversedWindowGenerator_doNextBytes_mB085CA12AEE6073BDD0204E2AFA2559CCA4E87D3 (ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevocationValues__ctor_m148F32BAF695A218515C437C91F205FF1E9E302F (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * BasicOcspResponse_GetInstance_m51ADA084C32A235214F31D84B83E9DF75FA8EE4D (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * OtherRevVals_GetInstance_m2BFFCF9CC1A3D57C9CC29090701D1E1D01B60C30 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::CheckElementsAreOfType(System.Collections.IEnumerable,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10 (RuntimeObject* ___e0, Type_t * ___t1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::FromEnumerable(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0 (RuntimeObject* ___e0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * RevokedInfo_GetInstance_mB6BE4553F70BFCF58E871C79B4C8EBE50F692DC1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedInfo__ctor_m8C2F9838D5A52F7DB4B871026B18E0FC71394C0D (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedInfo__ctor_mA797A751692D8C36B0B02398189F9A922A2813F2 (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___revocationTime0, CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * ___revocationReason1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * DerEnumerated_GetInstance_m22D5ED5077D1286D7B1BF8AC1848DE41BDFAA292 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrlReason__ctor_mD2873AFD338B334096CE57824058AEFB16E1F628 (CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * __this, DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * ___reason0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateStatus__ctor_mDEF6E390A249C8146199C4D83290676C0E462040 (CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralizedTime__ctor_mB2C53D4E1AF2AD5ED1B8F41D730875DD1EC48CA6 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrlReason__ctor_mA707713755B63EE9462C21FF6F2037B4299F0BD4 (CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * __this, int32_t ___reason0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::get_RevocationTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * RevokedInfo_get_RevocationTime_mE1F506A1BE00BB9EB22145E6FBD25D30029A82DF_inline (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::ToDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::get_RevocationReason() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * RevokedInfo_get_RevocationReason_mF4C59BDF0921B0811A68768F75D07A6F657C6C79_inline (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, RuntimeObject* ___cipher0, 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.SecureRandom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::GetUnderlyingCipher() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CbcBlockCipher_GetUnderlyingCipher_mE02C1D1EC2F38FFE369EA530244E95616AB7D5E6_inline (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1 (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, RuntimeObject* ___parameters0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62 (RuntimeObject* ___ext0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * IssuingDistributionPoint_GetInstance_m8B8BD6237BB4714B75882EB993972CD92EDCB21C (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::get_DistributionPoint() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * IssuingDistributionPoint_get_DistributionPoint_mF57E117B7202B1FEE6A67263A8AD32A66597F8E1_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, 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.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::get_PointType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * GeneralNames_GetInstance_mC9C464CE24BBF9B6446FFEF3614A68A1DC18D575 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::GetNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::FromByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralName__ctor_mCF1689CCA82897AAE0F5D2152376A2A44AE6593F (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___directoryName0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::get_DistributionPointName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * DistributionPoint_get_DistributionPointName_m2325DC79A48733F8AF8359BAE787B1AA131461B3_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::get_CrlIssuer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetIssuerPrincipal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465 (RuntimeObject * ___cert0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * BasicConstraints_GetInstance_mD0D7527B2DCBB76EDD5C233ABFA074A5AADBF6BF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::get_OnlyContainsUserCerts() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IssuingDistributionPoint_get_OnlyContainsUserCerts_m3DAE2AB1B97036F5B67372416F68432688C54932_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints::IsCA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BasicConstraints_IsCA_m95E049A6982A9B37282119B6B440A626E48BC5F5 (BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::get_OnlyContainsCACerts() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IssuingDistributionPoint_get_OnlyContainsCACerts_m17184D533760664AD2F57D731AC3E6DF63F80348_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::get_OnlyContainsAttributeCerts() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IssuingDistributionPoint_get_OnlyContainsAttributeCerts_mD49A6AC3CB1F09071301D349507F9FBBE6034309_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::IsSelfIssued(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1InputStream__ctor_mF6B61FCBF0427F2217D6090D2BB5ED308C0C6143 (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1InputStream_ReadObject_mBA53F889AA1DF42134B2BBAC4FB0A3DD8F278832 (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String,System.Exception,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, Exception_t * ___cause1, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath2, int32_t ___index3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckPermittedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckPermittedDN_mE762405C630D96F1C78D1F80DD7EDDAEB79EE1F0 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::CheckExcludedDN(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_CheckExcludedDN_m9728473B2B7CD0806A3E8741534E4FEEE7ABCD14 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___dns0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GetValueList(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X509Name_GetValueList_m63BBAC44502F6217D22575425B10E15B7E9D1926 (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralName__ctor_m820C005CF2CC0C2EF1B09157C07A68BCEDCF148B (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, int32_t ___tag0, String_t* ___name1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkPermitted(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkPermitted_mB6AC598BF5195C0CE593D95139CD5FBD1F4E6E40 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___name0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::checkExcluded(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_checkExcluded_mA9A3131B30DF29680A46AF38EA85B0FC687EAE8F (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::get_PolicyIdentifier() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * PolicyInformation_get_PolicyIdentifier_mA0BF2F411410C1FC04DEAD93EECD80737F11A2BD_inline (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::get_PolicyQualifiers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * PolicyInformation_get_PolicyQualifiers_m37313A092B7BDFB8C6436227110FBFDA2F5D71C2_inline (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetQualifierSet(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___qualifiers0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::ProcessCertD1i(System.Int32,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_ProcessCertD1i_m5F5DDCF83DF36B487DCFF5A2D844B3A02FEC0921 (int32_t ___index0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___pOid2, RuntimeObject* ___pq3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::ProcessCertD1ii(System.Int32,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_ProcessCertD1ii_mFC18CC0FB157CAF3980ABF1074FA348C490C7E7F (int32_t ___index0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ____poid2, RuntimeObject* ____pq3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::.ctor(System.Collections.IList,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * __this, RuntimeObject* ___children0, int32_t ___depth1, RuntimeObject* ___expectedPolicies2, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___parent3, RuntimeObject* ___policyQualifiers4, String_t* ___validPolicy5, bool ___critical6, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::RemovePolicyNode(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree0, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ____node2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::get_IsIndirectCrl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IssuingDistributionPoint_get_IsIndirectCrl_m5166BD3C3F381C33AE98A1668108A4AB2F4ABA42_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Equivalent(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606 (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___other0, bool ___inOrder1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint::get_OnlySomeReasons() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * IssuingDistributionPoint_get_OnlySomeReasons_mFAAAED8FCDAA424516717004F0DFC4D5CAD23F3A_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::get_Reasons() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * DistributionPoint_get_Reasons_m852FA1071E937D2EEDE3B8BCFA1610009A58194E_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReasonsMask__ctor_m93A26AF5EBC0852DC70CBF24336846187C5FD427 (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, int32_t ___reasons0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::Intersect(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ReasonsMask_Intersect_mF33441FD03DB048EC69500FB8FAD8EDDD11454A7 (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___mask0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::set_Subject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Subject_m88B68C68D101561C5A6DF2EBBDA5717D63655BEA_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___value0, const RuntimeMethod* method); // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::FindCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * ___certSelect0, RuntimeObject* ___certStores1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::AddRange(System.Collections.IList,System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980 (RuntimeObject* ___to0, RuntimeObject* ___range1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathBuilder__ctor_mBD7D8348D84AE02E600810349B7199DA8F469429 (PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::set_Certificate(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Certificate_m085FB709441F7D14169750FD25A29974A7F5C270_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * PkixBuilderParameters_GetInstance_m597847590C3E7DBBB85FB13932B41AD852414358 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult::get_CertPath() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * PkixCertPathBuilderResult_get_CertPath_mD11AA5E9852928530E108C7BC132806E1541DD50_inline (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetNextWorkingKey(System.Collections.IList,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9 (RuntimeObject* ___certs0, int32_t ___index1, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetCompleteCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Object,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_GetCompleteCrls_mB17B4DDFD561AD03324A945906C2B8FE15F07048 (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject * ___cert1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___currentDate2, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlD(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * Rfc3280CertPathUtilities_ProcessCrlD_m9DAEE48D94893D8A8303DE0D3F920FB7CA825D81 (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl0, DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::HasNewReasons(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReasonsMask_HasNewReasons_m6786D4D706D70626E2CFDE0424E0521AE6D514F8 (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___mask0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlF(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6 (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl0, RuntimeObject * ___cert1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___defaultCRLSignCert2, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___defaultCRLSignKey3, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX4, RuntimeObject* ___certPathCerts5, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlG(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * Rfc3280CertPathUtilities_ProcessCrlG_m965B758E59A020B5E323D1BB5AA1ACBE57CA067A (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl0, RuntimeObject* ___keys1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetDeltaCrls(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___currentDate0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___completeCRL2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlH(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * Rfc3280CertPathUtilities_ProcessCrlH_mA08749CE43A0683E216E63C801EB1C5C8AFF5A77 (RuntimeObject* ___deltaCrls0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlB1(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181 (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject * ___cert1, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlB2(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject * ___cert1, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlC(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___deltaCRL0, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___completeCRL1, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlI(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlI_mA417077C6F49F5116F2ADD41F69FB6B195F19757 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate0, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___deltacrl1, RuntimeObject * ___cert2, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus3, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlJ(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlJ_m64DAA69B5231778CDEFCDAEB56650B4813946096 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate0, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___completecrl1, RuntimeObject * ___cert2, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::get_Status() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::set_Status(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::AddReasons(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReasonsMask_AddReasons_m8FA0FC544A4C9EE3ACEC21ED63268B321547909D (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___mask0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject* ___s0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::get_IsAllReasons() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * CrlDistPoint_GetInstance_m1C8B482DCC580043B74B194F5287A4941828EEFF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::AddAdditionalStoresFromCrlDistributionPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_AddAdditionalStoresFromCrlDistributionPoint_m59BB8809B5ADC894307319780A8128A0FD2223E0 (CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * ___crldp0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertStatus__ctor_mA6A026809C65A0BD4E3D992BB8ECCD1D7333DDE8 (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReasonsMask__ctor_m230215E1F8B2139647C33A90D268BAC543CD71DD (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlDistPoint::GetDistributionPoints() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* CrlDistPoint_GetDistributionPoints_m989D7BB0C145533ADEEDE6A933BC4C5A872E122F (CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CheckCrl(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___defaultCRLSignCert4, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___defaultCRLSignKey5, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus6, ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___reasonMask7, RuntimeObject* ___certPathCerts8, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralName__ctor_mC854F04FB150EC5F54370223BF4855DF4ED17C8E (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, int32_t ___tag0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___name1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralNames__ctor_m305225A5863987AA8F5D8B1726F21246EE3497D8 (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___name0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DistributionPointName__ctor_m1E411C122659DEEEA72AC98972A7EFCBCC1A1015 (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, int32_t ___type0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___name1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPointName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DistributionPoint__ctor_m556900AE71FBAFD0B9B8A7C8D9E25F20D472B291 (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * ___distributionPointName0, ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * ___reasons1, GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___crlIssuer2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus::get_RevocationDate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * CertStatus_get_RevocationDate_mEDE9C7484E7C7225E9B8E35C0F0E695650BE5ADF_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * __this, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m19ECEFF7BA22ED4425F7562A82A1C2308E934204 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8 (RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CrlStoreSelector__ctor_mDB250A91FD7C734D29760606B5FE7D1449B1460A (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_CertificateChecking(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_CertificateChecking_m12E6844E89659DB3A2007521B4010091086D0011_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_Issuers(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_Issuers_m1C165E3A7E12B6583B4F45D0E17FAD90EA9E9EC7 (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector::set_CompleteCrlEnabled(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_CompleteCrlEnabled_m8B5CF21EDCDD1B03C33A1DF0A0BAD01AE6A82FE4_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, bool ___value0, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetValidCertDateFromValidityModel(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPkix0, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath1, int32_t ___index2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CheckCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate2, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___sign3, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___workingPublicKey4, RuntimeObject* ___certPathCerts5, const RuntimeMethod* method); // System.Exception System.Exception::get_InnerException() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline (Exception_t * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameConstraints__ctor_mFDB6C282C2F35A3E4470E03D322232E2CD06AA34 (NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints::get_PermittedSubtrees() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * NameConstraints_get_PermittedSubtrees_m6D1455A76D623E689EFD442F92D9A3B7B975D66A_inline (NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::IntersectPermittedSubtree(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_IntersectPermittedSubtree_mAA6E1A02C299B0CBB6AC8E79F19D6EAA8FF975E9 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___permitted0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.NameConstraints::get_ExcludedSubtrees() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * NameConstraints_get_ExcludedSubtrees_mB143162E6F0E84A7523FBA5A7B069FCA4B5CF7AE_inline (NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * GeneralSubtree_GetInstance_mD170ABE05AFB3CE170A04D4FCDD1C05F09AC073F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator::AddExcludedSubtree(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralSubtree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixNameConstraintValidator_AddExcludedSubtree_m1C552E1E5787D1699DFEACE04B53FB3F6CE85624 (PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * __this, GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * ___subtree0, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints::get_PathLenConstraint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BasicConstraints_get_PathLenConstraint_mBAD9C3803E5113DAC9A4C9FA4A25B2AFF68AD7AE (BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::IsAnyPolicy(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PkixCertPathValidatorUtilities_IsAnyPolicy_m8CDA2652AAAA03578EB81526AA9ADE57A1EE6FC8 (RuntimeObject* ___policySet0, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetCertStatus(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorUtilities_GetCertStatus_m3A59789ED2B9C956C8A24C1E2FCDE079C2E0E119 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate0, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl1, RuntimeObject * ___cert2, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCrlUtilities__ctor_m7834F2D98F4FFBC3FF95B4CF5B2613830EA2CD44 (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * TargetInformation_GetInstance_m3CA5D19088034AC39BE16A99647A37381C5ADE9F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643 (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * __this, String_t* ___message0, Exception_t * ___cause1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::CheckCrl(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_CheckCrl_m23AA89ED09627224E84DE09175C0C235D22608B5 (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject* ___attrCert1, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___issuerCert4, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus5, ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___reasonMask6, RuntimeObject* ___certPathCerts7, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer::GetPrincipals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* AttributeCertificateIssuer_GetPrincipals_m1062BA09DFD0202C405E1BFFDC0E770C5DAD6A23 (AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities::GetValidDate(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 PkixCertPathValidatorUtilities_GetValidDate_mB5293CF6D027D0ABACAFFE569A8295421A836CDD (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ToString(System.Boolean,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Name_ToString_m7855C25D5CC78C2B54B09F7E7CB5EF6081B313F4 (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * __this, bool ___reverse0, RuntimeObject* ___oidSymbols1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::get_CAName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TrustAnchor_get_CAName_mEA2D7D435E63546C785007E4B8FAD402A0C7E583_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.TrustAnchor::get_TrustedCert() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PkixCertPathValidator__ctor_m8CD74CF2B705525A01B44C2492C9144EBA96C8EE (PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder::GetIssuer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* AttributeCertificateHolder_GetIssuer_m3A751FC18E67690FD024EA58B45657FB7ED23E87 (AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * AttributeCertificateHolder_get_SerialNumber_mBF718B26ADB575E822F79CE04DE26099358E9149 (AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::set_SerialNumber(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_SerialNumber_m8721FD1AD35B54F1E191B115F5335EE7A07A90F5_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::set_Issuer(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Issuer_mF45C905EE0E690870660F61DB38A4011AE4E666C_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder::GetEntityNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* AttributeCertificateHolder_GetEntityNames_mAFBB110783E56B361FA43DFF4F519EEAC95A89AE (AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::CompareTo(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, 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.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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Rigidbody::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * Component_GetComponent_TisCapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635_m17D9518E9B127111CF09C304AC4CA09DBAA3C352 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.MouseLook::Init(UnityEngine.Transform,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLook_Init_m65D7184A71FB03E7D8A91B5568B29B95A2966F81 (MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___character0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___camera1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::RotateView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_RotateView_mD297E393DA2494AD94EB0F5DAAB150448EE0CEFF (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::GetButtonDown(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CrossPlatformInputManager_GetButtonDown_mCA7A96BB65979ADD959C6BFD8B6A3A1A7B1CDC26 (String_t* ___name0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::GroundCheck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_GroundCheck_mB8795C247C54E60D56AAF6B923BA9A368273C147 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::GetInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RigidbodyFirstPersonController_GetInput_m679BF16A9B5F17B9258B11CE29222CCCD72F352F (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::ProjectOnPlane(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_ProjectOnPlane_m066BDEFD60B2828C4B531CD96C4DBFADF6B0EF3B (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vector0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___planeNormal1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_sqrMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::SlopeMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RigidbodyFirstPersonController_SlopeMultiplier_mC48D2F329905D984EA3080CF0A8C6290B50327C9 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::AddForce(UnityEngine.Vector3,UnityEngine.ForceMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForce_m78B9D94F505E19F3C63461362AD6DE7EA0836700 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___force0, int32_t ___mode1, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_drag(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_velocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::Sleep() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_Sleep_m60350AEF3E52D57FBE448CADBC06BA98DAEA2115 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::StickToGroundHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_StickToGroundHelper_mE9E633A49F5FE50DFCB6D2244FCBA5AB3D518048 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Angle(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___from0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___to1, const RuntimeMethod* method); // System.Single UnityEngine.AnimationCurve::Evaluate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * __this, float ___time0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.CapsuleCollider::get_radius() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CapsuleCollider_get_radius_m5746DDE5E6A099269FC9DAD253887C58E8A064D0 (CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_down() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629 (const RuntimeMethod* method); // System.Single UnityEngine.CapsuleCollider::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CapsuleCollider_get_height_mD6CF93CB2C222F8E5B77D65B0356F8FD8005B526 (CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Physics::SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit&,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_SphereCast_m3179B64AAFD6E888FF0A9CBB967CE342529C333D (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, float ___radius1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction2, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * ___hitInfo3, float ___maxDistance4, int32_t ___layerMask5, int32_t ___queryTriggerInteraction6, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.RaycastHit::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674 (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::GetAxis(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E (String_t* ___name0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::UpdateDesiredTargetSpeed(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovementSettings_UpdateDesiredTargetSpeed_m6D418A9690124CFC9FA7DEA81FB2E521CFC73D12 (MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___input0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_timeScale_m082A05928ED5917AA986FAA6106E79D8446A26F4 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.MouseLook::LookRotation(UnityEngine.Transform,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLook_LookRotation_mA488F8CAAF8FF957AC2CDF5C6BC13C6AECE13FE4 (MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___character0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___camera1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398 (float ___angle0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovementSettings__ctor_m349160EB18090C7916E6210DC54F023AC6410527 (MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.MouseLook::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLook__ctor_m3A4849EBD9493C9A93CF072D4D8F89579B75CDCA (MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvancedSettings__ctor_mC6C95C0E431E720B8F952FD872E22A801CEE4D46 (AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Shift(System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RijndaelEngine_Shift_m618F8AF741EB7475B5115F3D3BAEC783495A436B (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int64_t ___r0, int32_t ___shift1, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::ApplyS(System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RijndaelEngine_ApplyS_m2145F28EE6F5C787D8B878D567591C49F9769ED1 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int64_t ___r0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___box1, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0x2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0x2_mFEAC40B4E65FF1A7E334C6E7DD037DA89865C36D (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0x3(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0x3_m652498CAB27B14F29B1F9426CA51D1D8F832FC20 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0xe(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0xe_mEF1BC310115C390D3C9F275FEFCBAD3C09CB7151 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0xb(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0xb_mAAC689985E992E7DFDF6E1A2BF6510CBBDF0425F (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0xd(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0xd_mAA17C521369B1077B1DCE7D0F02934935EF54DF7 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0x9(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0x9_m22CA15A55C3984D80F31E649BDA86A3DFC0924DA (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, 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.Crypto.Engines.RijndaelEngine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine__ctor_mF6229E4C643575913A0A69E5D2329DC125FDC709 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___blockBits0, 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.Int64[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::GenerateWorkingKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* RijndaelEngine_GenerateWorkingKey_m6CDE228F8437E8B21ECC6AB51795129FF2363AD9 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::UnPackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_UnPackBlock_mF9E22A7378440BBD1D20B18006552EC4FE124ADF (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::EncryptBlock(System.Int64[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_EncryptBlock_mD2708BA77CDD39F79EE57F28790D34BB7478CC2E (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* ___rk0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::DecryptBlock(System.Int64[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_DecryptBlock_mF7C81CC2412A8362249453A7412642B8D71F1756 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* ___rk0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::PackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_PackBlock_mFE42193557C8ED0F18848868C04E4622ECC2475F (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::KeyAddition(System.Int64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_KeyAddition_m9FF3A7DAFE9E2BD4846A35D9C2CD1EBBB571AF45 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___rk0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Substitution(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_Substitution_m2587DF2C559145234CD6C35985997333A6EF3904 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___box0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::ShiftRow(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_ShiftRow_m8AA7784CFCDED070160ED261253D89E768144C4F (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shiftsSC0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::MixColumn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_MixColumn_m8B17407313207A77CA48D2CB70443B82CD5DFB34 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::InvMixColumn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_InvMixColumn_mB3650565F1CD49DA4D90E6E0232DEF4CEFE5B044 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_CopyIn_m3898F2BA026EC049B30E2575575EF0F275DC1FAC (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::UnpackWord(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_UnpackWord_mE876A0A0C81D3683A8466DFFAF09340A411C05F7 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094 (GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F1(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F1_m3FFEBB7269CF53F528CE942FF42109BE250E2A20 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::RL(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F2_m7518145D80921D127E13E7AD27D2706944241398 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F3(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F3_m01810D8814C2D32507A595D8D470B5C9CC937ED4 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F4(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F4_mA3E282D741E286EFAC2B0E5AB36B8FE0F5FD7712 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F1(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F2(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F3(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F4(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::FF4(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::FF3(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::FF2(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::FF1(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest__ctor_m81C6A62AA83375D67B2A89FB3994B0B6121DA324 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_CopyIn_m250C592D7499768ABCB8E22969842F49CBE158AA (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * ___t0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::UnpackWord(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_UnpackWord_m74B4D6FFEF290AE9E58E39368E59842DB3DCE61B (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F1(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::RL(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F5(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F4(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F3(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest__ctor_mBC495BEADF9DBA18257A3CE70293F1258D5F17D2 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * ___t0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevAnnContent__ctor_mC5DA2592AA66C61DDEFD22EB8AFB93F1709556DD (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private RevAnnContent(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // status = PkiStatusEncodable.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); IL2CPP_RUNTIME_CLASS_INIT(PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE_il2cpp_TypeInfo_var); PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_2; L_2 = PkiStatusEncodable_GetInstance_mB67D691DF771336843BC753016CEB9E3E05557B4(L_1, /*hidden argument*/NULL); __this->set_status_2(L_2); // certId = CertId.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 1); CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * L_5; L_5 = CertId_GetInstance_m541A155E2A203B2D5785845266D08B533561C268(L_4, /*hidden argument*/NULL); __this->set_certId_3(L_5); // willBeRevokedAt = DerGeneralizedTime.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, 2); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_8; L_8 = DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F(L_7, /*hidden argument*/NULL); __this->set_willBeRevokedAt_4(L_8); // badSinceDate = DerGeneralizedTime.GetInstance(seq[3]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10; L_10 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_9, 3); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_11; L_11 = DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F(L_10, /*hidden argument*/NULL); __this->set_badSinceDate_5(L_11); // if (seq.Count > 4) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = ___seq0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_12); if ((((int32_t)L_13) <= ((int32_t)4))) { goto IL_0069; } } { // crlDetails = X509Extensions.GetInstance(seq[4]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14 = ___seq0; NullCheck(L_14); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_15; L_15 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_14, 4); IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_16; L_16 = X509Extensions_GetInstance_mAFB80D6E29432A50186EBE6C981933DBCE01D012(L_15, /*hidden argument*/NULL); __this->set_crlDetails_6(L_16); } IL_0069: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * RevAnnContent_GetInstance_m151DC80249153149543F5CE1A9ABD2BC5AEF0910 (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*)&RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is RevAnnContent) RuntimeObject * L_0 = ___obj0; if (!((RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A *)IsInstClass((RuntimeObject*)L_0, RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (RevAnnContent)obj; RuntimeObject * L_1 = ___obj0; return ((RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A *)CastclassClass((RuntimeObject*)L_1, RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new RevAnnContent((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * L_4 = (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A *)il2cpp_codegen_object_new(RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A_il2cpp_TypeInfo_var); RevAnnContent__ctor_mC5DA2592AA66C61DDEFD22EB8AFB93F1709556DD(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevAnnContent_GetInstance_m151DC80249153149543F5CE1A9ABD2BC5AEF0910_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusEncodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::get_Status() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * RevAnnContent_get_Status_mFE179C650AB95D207D03DC70DD584BB7D8A6135B (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * __this, const RuntimeMethod* method) { { // get { return status; } PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_0 = __this->get_status_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::get_CertID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * RevAnnContent_get_CertID_mE915F5F397CFF7625D692348761D5F9B29537BB8 (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * __this, const RuntimeMethod* method) { { // get { return certId; } CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * L_0 = __this->get_certId_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::get_WillBeRevokedAt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * RevAnnContent_get_WillBeRevokedAt_mD2067C8D58AB260CBF5B15EDDA82D7BD33C985FB (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * __this, const RuntimeMethod* method) { { // get { return willBeRevokedAt; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_willBeRevokedAt_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::get_BadSinceDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * RevAnnContent_get_BadSinceDate_m79F3439EED7F814860A6AFD2A6344529DC31AFF4 (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * __this, const RuntimeMethod* method) { { // get { return badSinceDate; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_badSinceDate_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::get_CrlDetails() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * RevAnnContent_get_CrlDetails_mCD788655310D77D47C8AE3916B54234EE8695126 (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * __this, const RuntimeMethod* method) { { // get { return crlDetails; } X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = __this->get_crlDetails_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevAnnContent::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * RevAnnContent_ToAsn1Object_m50F00545555F23CAAE4C5F136A17B9BE0488DA85 (RevAnnContent_t066683C0653DED073B47088CC3AF7D6269FFE51A * __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*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(status, certId, willBeRevokedAt, badSinceDate); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; PkiStatusEncodable_tBB976571B5638617120083AA95BE53FAC78663AE * L_2 = __this->get_status_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; CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * L_4 = __this->get_certId_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; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_6 = __this->get_willBeRevokedAt_4(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_5; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_8 = __this->get_badSinceDate_5(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(3), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_9, L_7, /*hidden argument*/NULL); V_0 = L_9; // v.AddOptional(crlDetails); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12 = L_11; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_13 = __this->get_crlDetails_6(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_13); NullCheck(L_10); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_10, L_12, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_14 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_15 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_15, L_14, /*hidden argument*/NULL); return L_15; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevDetails__ctor_m0F08CC8826E3275E28CF663647DAAE6F9F55AB8A (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * G_B2_0 = NULL; RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * G_B1_0 = NULL; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * G_B3_0 = NULL; RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * G_B3_1 = NULL; { // private RevDetails(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // certDetails = CertTemplate.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_2; L_2 = CertTemplate_GetInstance_m91081CD326D47D2D13E973B5CBE64FAA42D27191(L_1, /*hidden argument*/NULL); __this->set_certDetails_2(L_2); // crlEntryDetails = seq.Count <= 1 // ? null // : X509Extensions.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_3); G_B1_0 = __this; if ((((int32_t)L_4) <= ((int32_t)1))) { G_B2_0 = __this; goto IL_0030; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, 1); IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_7; L_7 = X509Extensions_GetInstance_mAFB80D6E29432A50186EBE6C981933DBCE01D012(L_6, /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B1_0; goto IL_0031; } IL_0030: { G_B3_0 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F *)(NULL)); G_B3_1 = G_B2_0; } IL_0031: { NullCheck(G_B3_1); G_B3_1->set_crlEntryDetails_3(G_B3_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * RevDetails_GetInstance_m6068A3AB2C54E9057B783B810C5D6C9539CE2FBC (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*)&RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is RevDetails) RuntimeObject * L_0 = ___obj0; if (!((RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B *)IsInstClass((RuntimeObject*)L_0, RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (RevDetails)obj; RuntimeObject * L_1 = ___obj0; return ((RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B *)CastclassClass((RuntimeObject*)L_1, RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new RevDetails((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * L_4 = (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B *)il2cpp_codegen_object_new(RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B_il2cpp_TypeInfo_var); RevDetails__ctor_m0F08CC8826E3275E28CF663647DAAE6F9F55AB8A(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevDetails_GetInstance_m6068A3AB2C54E9057B783B810C5D6C9539CE2FBC_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevDetails__ctor_m34C0FCE46954D31F38C34E4D14C6A8573D0764E6 (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * __this, CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * ___certDetails0, const RuntimeMethod* method) { { // : this(certDetails, null) CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_0 = ___certDetails0; RevDetails__ctor_mA4AEEA38B1EDF56F9CAF326285A545D3ED7A6625(__this, L_0, (X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevDetails__ctor_mA4AEEA38B1EDF56F9CAF326285A545D3ED7A6625 (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * __this, CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * ___certDetails0, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlEntryDetails1, const RuntimeMethod* method) { { // public RevDetails(CertTemplate certDetails, X509Extensions crlEntryDetails) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certDetails = certDetails; CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_0 = ___certDetails0; __this->set_certDetails_2(L_0); // this.crlEntryDetails = crlEntryDetails; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_1 = ___crlEntryDetails1; __this->set_crlEntryDetails_3(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertTemplate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::get_CertDetails() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * RevDetails_get_CertDetails_mBC002DCF90D50252102E1BD62FC7CBEE96331DAC (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * __this, const RuntimeMethod* method) { { // get { return certDetails; } CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_0 = __this->get_certDetails_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::get_CrlEntryDetails() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * RevDetails_get_CrlEntryDetails_mC205F5EB89C614BBC89A5C39A3014AF153E52001 (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * __this, const RuntimeMethod* method) { { // get { return crlEntryDetails; } X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = __this->get_crlEntryDetails_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * RevDetails_ToAsn1Object_mB2C1228FE51E6725E61B38CB64396978C85346A2 (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * __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*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(certDetails); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; CertTemplate_tE6A5E8F491B2105ED56CBA7471F3E5EC0FF0761D * L_2 = __this->get_certDetails_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_1, /*hidden argument*/NULL); V_0 = L_3; // v.AddOptional(crlEntryDetails); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = L_5; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_7 = __this->get_crlEntryDetails_3(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); NullCheck(L_4); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_4, L_6, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_9, L_8, /*hidden argument*/NULL); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevRepContent__ctor_m2CF16461F369E505A674212483C0D77F1C08FC56 (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_1 = NULL; { // private RevRepContent(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // status = Asn1Sequence.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_1, /*hidden argument*/NULL); __this->set_status_2(L_2); // for (int pos = 1; pos < seq.Count; ++pos) V_0 = 1; goto IL_0051; } IL_001c: { // Asn1TaggedObject tObj = Asn1TaggedObject.GetInstance(seq[pos]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; int32_t L_4 = V_0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, L_4); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_6; L_6 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_5, /*hidden argument*/NULL); V_1 = L_6; // if (tObj.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_7 = V_1; NullCheck(L_7); int32_t L_8; L_8 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0040; } } { // revCerts = Asn1Sequence.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_9 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10; L_10 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_9, (bool)1, /*hidden argument*/NULL); __this->set_revCerts_3(L_10); // } goto IL_004d; } IL_0040: { // crls = Asn1Sequence.GetInstance(tObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_11 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12; L_12 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_11, (bool)1, /*hidden argument*/NULL); __this->set_crls_4(L_12); } IL_004d: { // for (int pos = 1; pos < seq.Count; ++pos) int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0051: { // for (int pos = 1; pos < seq.Count; ++pos) int32_t L_14 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_15 = ___seq0; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_15); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_001c; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * RevRepContent_GetInstance_m253FD5147D1E49010631D9EE5FD9CD72F90232E5 (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*)&RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is RevRepContent) RuntimeObject * L_0 = ___obj0; if (!((RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 *)IsInstClass((RuntimeObject*)L_0, RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (RevRepContent)obj; RuntimeObject * L_1 = ___obj0; return ((RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 *)CastclassClass((RuntimeObject*)L_1, RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new RevRepContent((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * L_4 = (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 *)il2cpp_codegen_object_new(RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2_il2cpp_TypeInfo_var); RevRepContent__ctor_m2CF16461F369E505A674212483C0D77F1C08FC56(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevRepContent_GetInstance_m253FD5147D1E49010631D9EE5FD9CD72F90232E5_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::GetStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9* RevRepContent_GetStatus_m6FECE15FD29BEBA452CD25D8E645801EBB73B811 (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9* V_0 = NULL; int32_t V_1 = 0; { // PkiStatusInfo[] results = new PkiStatusInfo[status.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_status_2(); 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); PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9* L_2 = (PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9*)(PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9*)SZArrayNew(PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i != results.Length; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // results[i] = PkiStatusInfo.GetInstance(status[i]); PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_status_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_8; L_8 = PkiStatusInfo_GetInstance_m7A8AAB63793502B45BC23FEDD0C72E5EAC33ABB3(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 *)L_8); // for (int i = 0; i != results.Length; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { // for (int i = 0; i != results.Length; ++i) int32_t L_10 = V_1; PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9* L_11 = V_0; NullCheck(L_11); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))) { goto IL_0015; } } { // return results; PkiStatusInfoU5BU5D_t17C9D24E9A851F2E83D16EB6339D966F60EACEE9* L_12 = V_0; return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::GetRevCerts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA* RevRepContent_GetRevCerts_mE0A12F681EACD2F7D19D4FA33F4AD4364A1E619C (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA* V_0 = NULL; int32_t V_1 = 0; { // if (revCerts == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_revCerts_3(); if (L_0) { goto IL_000a; } } { // return null; return (CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA*)NULL; } IL_000a: { // CertId[] results = new CertId[revCerts.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_revCerts_3(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_1); CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA* L_3 = (CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA*)(CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA*)SZArrayNew(CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // for (int i = 0; i != results.Length; ++i) V_1 = 0; goto IL_0037; } IL_001f: { // results[i] = CertId.GetInstance(revCerts[i]); CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_revCerts_3(); int32_t L_7 = V_1; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, L_7); CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * L_9; L_9 = CertId_GetInstance_m541A155E2A203B2D5785845266D08B533561C268(L_8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 *)L_9); // for (int i = 0; i != results.Length; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { // for (int i = 0; i != results.Length; ++i) int32_t L_11 = V_1; CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA* L_12 = V_0; NullCheck(L_12); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_001f; } } { // return results; CertIdU5BU5D_tD5E42D6D8AE1648033E66B53BDB0A2566F1802CA* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::GetCrls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* RevRepContent_GetCrls_mE316F25E4F5B493476A542011E64818BBCCA0A79 (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* V_0 = NULL; int32_t V_1 = 0; { // if (crls == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_crls_4(); if (L_0) { goto IL_000a; } } { // return null; return (CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262*)NULL; } IL_000a: { // CertificateList[] results = new CertificateList[crls.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_crls_4(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_1); CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_3 = (CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262*)(CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262*)SZArrayNew(CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // for (int i = 0; i != results.Length; ++i) V_1 = 0; goto IL_0037; } IL_001f: { // results[i] = CertificateList.GetInstance(crls[i]); CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_crls_4(); int32_t L_7 = V_1; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, L_7); CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * L_9; L_9 = CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A(L_8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 *)L_9); // for (int i = 0; i != results.Length; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { // for (int i = 0; i != results.Length; ++i) int32_t L_11 = V_1; CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_12 = V_0; NullCheck(L_12); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_001f; } } { // return results; CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * RevRepContent_ToAsn1Object_mAC47EA5346CB2E16207C9301914D38E5841C79E9 (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * __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*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(status); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_status_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_1, /*hidden argument*/NULL); V_0 = L_3; // AddOptional(v, 0, revCerts); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_revCerts_3(); RevRepContent_AddOptional_m971DB09E86EF8C70C6F6437FE3405364E525C4CA(__this, L_4, 0, L_5, /*hidden argument*/NULL); // AddOptional(v, 1, crls); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = __this->get_crls_4(); RevRepContent_AddOptional_m971DB09E86EF8C70C6F6437FE3405364E525C4CA(__this, L_6, 1, L_7, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevRepContent_AddOptional_m971DB09E86EF8C70C6F6437FE3405364E525C4CA (RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, 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*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj2; if (!L_0) { goto IL_001a; } } { // v.Add(new DerTaggedObject(true, tagNo, obj)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = ___v0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_2; int32_t L_4 = ___tagNo1; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = ___obj2; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_6 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_6, (bool)1, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_1); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_1, L_3, /*hidden argument*/NULL); } IL_001a: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A * RevRepContentBuilder_Add_m2BC8E425862B30123E65DFA42569A1A67E0A5E25 (RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A * __this, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.status.Add(status); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = __this->get_status_0(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = L_1; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_3 = ___status0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_3); NullCheck(L_0); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_0, L_2, /*hidden argument*/NULL); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.CertId) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A * RevRepContentBuilder_Add_mC2E9FAFF83DB6D39C5215275AE9448BE6C040CA6 (RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A * __this, PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * ___status0, CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * ___certId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (this.status.Count != this.revCerts.Count) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = __this->get_status_0(); NullCheck(L_0); int32_t L_1; L_1 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_0, /*hidden argument*/NULL); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = __this->get_revCerts_1(); NullCheck(L_2); int32_t L_3; L_3 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_0023; } } { // throw new InvalidOperationException("status and revCerts sequence must be in common order"); 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_mC012CE552988309733C896F3FEA8249171E4402E(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36CF39425930A75A867929B8B81503F0985E942D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevRepContentBuilder_Add_mC2E9FAFF83DB6D39C5215275AE9448BE6C040CA6_RuntimeMethod_var))); } IL_0023: { // this.status.Add(status); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = __this->get_status_0(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_6; PkiStatusInfo_t599558AC728FCD067FBBCD19778BE6228EBA3A17 * L_8 = ___status0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); // this.revCerts.Add(certId); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = __this->get_revCerts_1(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_10; CertId_t196DD927A0052F9ED925B9E3FC9C8BBAFF589EA5 * L_12 = ___certId1; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_12); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder::AddCrl(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A * RevRepContentBuilder_AddCrl_m211B088F99D334C6E9CBD0F43AD3BAFA21354280 (RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A * __this, CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * ___crl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.crls.Add(crl); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = __this->get_crls_2(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = L_1; CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * L_3 = ___crl0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_3); NullCheck(L_0); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_0, L_2, /*hidden argument*/NULL); // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder::Build() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * RevRepContentBuilder_Build_m02E7DC9F784BFA6F8AC1E68D6775C0D82DECF85E (RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // v.Add(new DerSequence(status)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = L_3; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = __this->get_status_0(); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_6 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_2); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_2, L_4, /*hidden argument*/NULL); // if (revCerts.Count != 0) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = __this->get_revCerts_1(); NullCheck(L_7); int32_t L_8; L_8 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0053; } } { // v.Add(new DerTaggedObject(true, 0, new DerSequence(revCerts))); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_10; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = __this->get_revCerts_1(); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_13 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_13, L_12, /*hidden argument*/NULL); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_14 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_14, (bool)1, 0, L_13, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_14); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); } IL_0053: { // if (crls.Count != 0) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_15 = __this->get_crls_2(); NullCheck(L_15); int32_t L_16; L_16 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0081; } } { // v.Add(new DerTaggedObject(true, 1, new DerSequence(crls))); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_17 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_18 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_19 = L_18; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_20 = __this->get_crls_2(); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_21 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_21, L_20, /*hidden argument*/NULL); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_22 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_22, (bool)1, 1, L_21, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_22); NullCheck(L_17); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_17, L_19, /*hidden argument*/NULL); } IL_0081: { // return RevRepContent.GetInstance(new DerSequence(v)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_23 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_24 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_24, L_23, /*hidden argument*/NULL); RevRepContent_tA221223C9AD67E51858E6965A55889289313E7A2 * L_25; L_25 = RevRepContent_GetInstance_m253FD5147D1E49010631D9EE5FD9CD72F90232E5(L_24, /*hidden argument*/NULL); return L_25; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevRepContentBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevRepContentBuilder__ctor_m68034DCCDA4102470183FA123A4E82BC86D68301 (RevRepContentBuilder_t341C0538E5740543AA8D8858C3362ACE3791AA0A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly Asn1EncodableVector status = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); __this->set_status_0(L_1); // private readonly Asn1EncodableVector revCerts = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2; L_2 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_2, /*hidden argument*/NULL); __this->set_revCerts_1(L_3); // private readonly Asn1EncodableVector crls = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4; L_4 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_5, L_4, /*hidden argument*/NULL); __this->set_crls_2(L_5); 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.Asn1.Cmp.RevReqContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevReqContent__ctor_m78E6F1D9A91BFEF55A9066E4F718B3FACBBA6C09 (RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private RevReqContent(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // content = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; __this->set_content_2(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * RevReqContent_GetInstance_mEFAEEACC852AB9918AAE1AB0AEBFB3071CFF7110 (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*)&RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is RevReqContent) RuntimeObject * L_0 = ___obj0; if (!((RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 *)IsInstClass((RuntimeObject*)L_0, RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (RevReqContent)obj; RuntimeObject * L_1 = ___obj0; return ((RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 *)CastclassClass((RuntimeObject*)L_1, RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new RevReqContent((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * L_4 = (RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 *)il2cpp_codegen_object_new(RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7_il2cpp_TypeInfo_var); RevReqContent__ctor_m78E6F1D9A91BFEF55A9066E4F718B3FACBBA6C09(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevReqContent_GetInstance_mEFAEEACC852AB9918AAE1AB0AEBFB3071CFF7110_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevReqContent__ctor_m6FEDE9E4215F8FAEE5BC00262864AFDAB9B3A463 (RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * __this, RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0* ___revDetails0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public RevReqContent(params RevDetails[] revDetails) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.content = new DerSequence(revDetails); RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0* L_0 = ___revDetails0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_2 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_2, L_1, /*hidden argument*/NULL); __this->set_content_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevDetails[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent::ToRevDetailsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0* RevReqContent_ToRevDetailsArray_m3735267767FE8005E8BA93007D4A78533569CFB5 (RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0* V_0 = NULL; int32_t V_1 = 0; { // RevDetails[] result = new RevDetails[content.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_content_2(); 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); RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0* L_2 = (RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0*)(RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0*)SZArrayNew(RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i != result.Length; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // result[i] = RevDetails.GetInstance(content[i]); RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_content_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B * L_8; L_8 = RevDetails_GetInstance_m6068A3AB2C54E9057B783B810C5D6C9539CE2FBC(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (RevDetails_t7E9C1A4443114DDDF8FFF087805FB2A0ABFB9F7B *)L_8); // for (int i = 0; i != result.Length; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { // for (int i = 0; i != result.Length; ++i) int32_t L_10 = V_1; RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0* L_11 = V_0; NullCheck(L_11); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))) { goto IL_0015; } } { // return result; RevDetailsU5BU5D_tF78F0E3D1CA43A59985DCD81EEC19712A20D87F0* L_12 = V_0; return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.RevReqContent::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * RevReqContent_ToAsn1Object_mAEEE989F7A24F176C48A500F5AD71BC8D1685ADA (RevReqContent_t6706484F378D6240536018D64231BA2CA900A2C7 * __this, const RuntimeMethod* method) { { // return content; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_content_2(); 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.Prng.ReversedWindowGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversedWindowGenerator__ctor_m73E39548CFBAC8A92D5CBB20D8CA865514A3F1D6 (ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * __this, RuntimeObject* ___generator0, int32_t ___windowSize1, 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 ReversedWindowGenerator( // IRandomGenerator generator, // int windowSize) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (generator == null) RuntimeObject* L_0 = ___generator0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("generator"); 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*)&_stringLiteral0653373E4E9ADC8A681764C68A7F4849F49EEF86)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReversedWindowGenerator__ctor_m73E39548CFBAC8A92D5CBB20D8CA865514A3F1D6_RuntimeMethod_var))); } IL_0014: { // if (windowSize < 2) int32_t L_2 = ___windowSize1; if ((((int32_t)L_2) >= ((int32_t)2))) { goto IL_0028; } } { // throw new ArgumentException("Window size must be at least 2", "windowSize"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05E3A10AECA4F824B71155E404964032862B91E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55E70D271A283B321170007AC3851F809CB4F951)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReversedWindowGenerator__ctor_m73E39548CFBAC8A92D5CBB20D8CA865514A3F1D6_RuntimeMethod_var))); } IL_0028: { // this.generator = generator; RuntimeObject* L_4 = ___generator0; __this->set_generator_0(L_4); // this.window = new byte[windowSize]; int32_t L_5 = ___windowSize1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_window_1(L_6); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::AddSeedMaterial(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversedWindowGenerator_AddSeedMaterial_m0530869A7A3B0CDCC1CAA391E889718549381BF7 (ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // windowCount = 0; __this->set_windowCount_2(0); // generator.AddSeedMaterial(seed); RuntimeObject* L_1 = __this->get_generator_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___seed0; NullCheck(L_1); InterfaceActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator::AddSeedMaterial(System.Byte[]) */, IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var, L_1, L_2); // } IL2CPP_LEAVE(0x2B, FINALLY_0021); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_002a; } } IL_0024: { ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * L_4 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_4, /*hidden argument*/NULL); } IL_002a: { IL2CPP_END_FINALLY(33) } }// end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::AddSeedMaterial(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversedWindowGenerator_AddSeedMaterial_mBB486B40833A2B4F2ED7D1BEC2FE8FA4B3E23EC3 (ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * __this, int64_t ___seed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // windowCount = 0; __this->set_windowCount_2(0); // generator.AddSeedMaterial(seed); RuntimeObject* L_1 = __this->get_generator_0(); int64_t L_2 = ___seed0; NullCheck(L_1); InterfaceActionInvoker1< int64_t >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator::AddSeedMaterial(System.Int64) */, IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var, L_1, L_2); // } IL2CPP_LEAVE(0x2B, FINALLY_0021); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_002a; } } IL_0024: { ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * L_4 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_4, /*hidden argument*/NULL); } IL_002a: { IL2CPP_END_FINALLY(33) } }// end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::NextBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversedWindowGenerator_NextBytes_m8A3077795C6FA72CB18205F736790DD780757817 (ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { { // doNextBytes(bytes, 0, bytes.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; NullCheck(L_1); ReversedWindowGenerator_doNextBytes_mB085CA12AEE6073BDD0204E2AFA2559CCA4E87D3(__this, L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::NextBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversedWindowGenerator_NextBytes_mBB063466F7AEF9301646F8D1323CD47334A8BBE2 (ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method) { { // doNextBytes(bytes, start, len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___start1; int32_t L_2 = ___len2; ReversedWindowGenerator_doNextBytes_mB085CA12AEE6073BDD0204E2AFA2559CCA4E87D3(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.ReversedWindowGenerator::doNextBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversedWindowGenerator_doNextBytes_mB085CA12AEE6073BDD0204E2AFA2559CCA4E87D3 (ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // int done = 0; V_2 = 0; goto IL_0062; } IL_0010: { // if (windowCount < 1) int32_t L_1 = __this->get_windowCount_2(); if ((((int32_t)L_1) >= ((int32_t)1))) { goto IL_0041; } } IL_0019: { // generator.NextBytes(window, 0, window.Length); RuntimeObject* L_2 = __this->get_generator_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_window_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_window_1(); NullCheck(L_4); NullCheck(L_2); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator::NextBytes(System.Byte[],System.Int32,System.Int32) */, IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var, L_2, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); // windowCount = window.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_window_1(); NullCheck(L_5); __this->set_windowCount_2(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); } IL_0041: { // bytes[start + done++] = window[--windowCount]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes0; int32_t L_7 = ___start1; int32_t L_8 = V_2; int32_t L_9 = L_8; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_window_1(); int32_t L_11 = __this->get_windowCount_2(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); int32_t L_12 = V_3; __this->set_windowCount_2(L_12); int32_t L_13 = V_3; NullCheck(L_10); int32_t L_14 = L_13; uint8_t L_15 = (L_10)->GetAt(static_cast(L_14)); NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9))), (uint8_t)L_15); } IL_0062: { // while (done < len) int32_t L_16 = V_2; int32_t L_17 = ___len2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0010; } } IL_0066: { // } IL2CPP_LEAVE(0x72, FINALLY_0068); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0068; } FINALLY_0068: {// begin finally (depth: 1) { bool L_18 = V_1; if (!L_18) { goto IL_0071; } } IL_006b: { ReversedWindowGenerator_tAD656B5CF10068475F4A5F4E6ECDFDBB3FE84836 * L_19 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_19, /*hidden argument*/NULL); } IL_0071: { IL2CPP_END_FINALLY(104) } }// end finally (depth: 1) IL2CPP_CLEANUP(104) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x72, IL_0072) } IL_0072: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * RevocationValues_GetInstance_m13976D68A1F3416DCEB86D6A953D7684591C83E5 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is RevocationValues) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 *)IsInstClass((RuntimeObject*)L_1, RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (RevocationValues) obj; RuntimeObject * L_2 = ___obj0; return ((RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 *)CastclassClass((RuntimeObject*)L_2, RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0_il2cpp_TypeInfo_var)); } IL_0012: { // return new RevocationValues(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * L_5 = (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 *)il2cpp_codegen_object_new(RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0_il2cpp_TypeInfo_var); RevocationValues__ctor_m148F32BAF695A218515C437C91F205FF1E9E302F(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevocationValues__ctor_m148F32BAF695A218515C437C91F205FF1E9E302F (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_2 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_3 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // private RevocationValues( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seq"); 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*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevocationValues__ctor_m148F32BAF695A218515C437C91F205FF1E9E302F_RuntimeMethod_var))); } IL_0014: { // if (seq.Count > 3) 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); if ((((int32_t)L_3) <= ((int32_t)3))) { goto IL_0040; } } { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_4); V_0 = L_5; String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevocationValues__ctor_m148F32BAF695A218515C437C91F205FF1E9E302F_RuntimeMethod_var))); } IL_0040: { // foreach (Asn1TaggedObject taggedObj in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); RuntimeObject* L_10; L_10 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_9); V_1 = L_10; } IL_0047: try {// begin try (depth: 1) { goto IL_013e; } IL_004c: { // foreach (Asn1TaggedObject taggedObj in seq) RuntimeObject* L_11 = V_1; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); // Asn1Object asn1Obj = taggedObj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_13 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_12, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); NullCheck(L_13); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_14; L_14 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_13, /*hidden argument*/NULL); V_2 = L_14; // switch (taggedObj.TagNo) NullCheck(L_13); int32_t L_15; L_15 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_13, /*hidden argument*/NULL); V_0 = L_15; int32_t L_16 = V_0; switch (L_16) { case 0: { goto IL_007b; } case 1: { goto IL_00cc; } case 2: { goto IL_0120; } } } IL_0076: { goto IL_012e; } IL_007b: { // Asn1Sequence crlValsSeq = (Asn1Sequence) asn1Obj; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_17 = V_2; V_3 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_17, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // foreach (Asn1Encodable ae in crlValsSeq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = V_3; NullCheck(L_18); RuntimeObject* L_19; L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_18); V_5 = L_19; } IL_008a: try {// begin try (depth: 2) { goto IL_00a3; } IL_008c: { // foreach (Asn1Encodable ae in crlValsSeq) RuntimeObject* L_20 = V_5; NullCheck(L_20); RuntimeObject * L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); // CertificateList.GetInstance(ae.ToAsn1Object()); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_21, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_22; L_22 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_21, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * L_23; L_23 = CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A(L_22, /*hidden argument*/NULL); } IL_00a3: { // foreach (Asn1Encodable ae in crlValsSeq) RuntimeObject* L_24 = V_5; NullCheck(L_24); bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_008c; } } IL_00ac: { IL2CPP_LEAVE(0xC3, FINALLY_00ae); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ae; } FINALLY_00ae: {// begin finally (depth: 2) { RuntimeObject* L_26 = V_5; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_6; if (!L_27) { goto IL_00c2; } } IL_00bb: { RuntimeObject* L_28 = V_6; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_28); } IL_00c2: { IL2CPP_END_FINALLY(174) } }// end finally (depth: 2) IL2CPP_CLEANUP(174) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC3, IL_00c3) } IL_00c3: { // this.crlVals = crlValsSeq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_29 = V_3; __this->set_crlVals_2(L_29); // break; goto IL_013e; } IL_00cc: { // Asn1Sequence ocspValsSeq = (Asn1Sequence) asn1Obj; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_30 = V_2; V_4 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_30, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // foreach (Asn1Encodable ae in ocspValsSeq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_31 = V_4; NullCheck(L_31); RuntimeObject* L_32; L_32 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_31); V_5 = L_32; } IL_00dd: try {// begin try (depth: 2) { goto IL_00f6; } IL_00df: { // foreach (Asn1Encodable ae in ocspValsSeq) RuntimeObject* L_33 = V_5; NullCheck(L_33); RuntimeObject * L_34; L_34 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_33); // BasicOcspResponse.GetInstance(ae.ToAsn1Object()); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_34, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_35; L_35 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_34, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * L_36; L_36 = BasicOcspResponse_GetInstance_m51ADA084C32A235214F31D84B83E9DF75FA8EE4D(L_35, /*hidden argument*/NULL); } IL_00f6: { // foreach (Asn1Encodable ae in ocspValsSeq) RuntimeObject* L_37 = V_5; NullCheck(L_37); bool L_38; L_38 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); if (L_38) { goto IL_00df; } } IL_00ff: { IL2CPP_LEAVE(0x116, FINALLY_0101); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0101; } FINALLY_0101: {// begin finally (depth: 2) { RuntimeObject* L_39 = V_5; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_40 = V_6; if (!L_40) { goto IL_0115; } } IL_010e: { RuntimeObject* L_41 = V_6; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_41); } IL_0115: { IL2CPP_END_FINALLY(257) } }// end finally (depth: 2) IL2CPP_CLEANUP(257) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x116, IL_0116) } IL_0116: { // this.ocspVals = ocspValsSeq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_42 = V_4; __this->set_ocspVals_3(L_42); // break; goto IL_013e; } IL_0120: { // this.otherRevVals = OtherRevVals.GetInstance(asn1Obj); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_43 = V_2; OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * L_44; L_44 = OtherRevVals_GetInstance_m2BFFCF9CC1A3D57C9CC29090701D1E1D01B60C30(L_43, /*hidden argument*/NULL); __this->set_otherRevVals_4(L_44); // break; goto IL_013e; } IL_012e: { // throw new ArgumentException("Illegal tag in RevocationValues", "seq"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_45 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_45, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEED69F3FCB52D20B9A13BA868C332AA37A623982)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevocationValues__ctor_m148F32BAF695A218515C437C91F205FF1E9E302F_RuntimeMethod_var))); } IL_013e: { // foreach (Asn1TaggedObject taggedObj in seq) RuntimeObject* L_46 = V_1; NullCheck(L_46); bool L_47; L_47 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_46); if (L_47) { goto IL_004c; } } IL_0149: { IL2CPP_LEAVE(0x15F, FINALLY_014b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_014b; } FINALLY_014b: {// begin finally (depth: 1) { RuntimeObject* L_48 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_48, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_49 = V_6; if (!L_49) { goto IL_015e; } } IL_0157: { RuntimeObject* L_50 = V_6; NullCheck(L_50); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_50); } IL_015e: { IL2CPP_END_FINALLY(331) } }// end finally (depth: 1) IL2CPP_CLEANUP(331) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x15F, IL_015f) } IL_015f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevocationValues__ctor_m22BD36F29BA336039F29C4D4517B7CAE48E28FAC (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * __this, CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* ___crlVals0, BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD* ___ocspVals1, OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * ___otherRevVals2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public RevocationValues( // CertificateList[] crlVals, // BasicOcspResponse[] ocspVals, // OtherRevVals otherRevVals) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (crlVals != null) CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_0 = ___crlVals0; if (!L_0) { goto IL_0017; } } { // this.crlVals = new DerSequence(crlVals); CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_1 = ___crlVals0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_3 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_3, L_2, /*hidden argument*/NULL); __this->set_crlVals_2(L_3); } IL_0017: { // if (ocspVals != null) BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD* L_4 = ___ocspVals1; if (!L_4) { goto IL_0028; } } { // this.ocspVals = new DerSequence(ocspVals); BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD* L_5 = ___ocspVals1; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_5; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_7 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_7, L_6, /*hidden argument*/NULL); __this->set_ocspVals_3(L_7); } IL_0028: { // this.otherRevVals = otherRevVals; OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * L_8 = ___otherRevVals2; __this->set_otherRevVals_4(L_8); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::.ctor(System.Collections.IEnumerable,System.Collections.IEnumerable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevocationValues__ctor_m922C975A5260FDD124D1B7D149ED0ED80538B18A (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * __this, RuntimeObject* ___crlVals0, RuntimeObject* ___ocspVals1, OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * ___otherRevVals2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RevocationValues( // IEnumerable crlVals, // IEnumerable ocspVals, // OtherRevVals otherRevVals) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (crlVals != null) RuntimeObject* L_0 = ___crlVals0; if (!L_0) { goto IL_003c; } } { // if (!CollectionUtilities.CheckElementsAreOfType(crlVals, typeof(CertificateList))) RuntimeObject* L_1 = ___crlVals0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); bool L_4; L_4 = CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10(L_1, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { // throw new ArgumentException("Must contain only 'CertificateList' objects", "crlVals"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9CAFC1829AEBBFDFD7FA4A9B6F633E8945668D84)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77DC02C457D1D22DB34525658B2DC3DFE1F4FCBF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevocationValues__ctor_m922C975A5260FDD124D1B7D149ED0ED80538B18A_RuntimeMethod_var))); } IL_002b: { // this.crlVals = new DerSequence( // Asn1EncodableVector.FromEnumerable(crlVals)); RuntimeObject* L_6 = ___crlVals0; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7; L_7 = Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0(L_6, /*hidden argument*/NULL); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_8 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_8, L_7, /*hidden argument*/NULL); __this->set_crlVals_2(L_8); } IL_003c: { // if (ocspVals != null) RuntimeObject* L_9 = ___ocspVals1; if (!L_9) { goto IL_0072; } } { // if (!CollectionUtilities.CheckElementsAreOfType(ocspVals, typeof(BasicOcspResponse))) RuntimeObject* L_10 = ___ocspVals1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); bool L_13; L_13 = CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10(L_10, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0061; } } { // throw new ArgumentException("Must contain only 'BasicOcspResponse' objects", "ocspVals"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1AFF02327194AD100099131A5C4D0D19D8862498)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15129077CA0D97FA29F3C3557CA4AAF7A7CEBE3A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevocationValues__ctor_m922C975A5260FDD124D1B7D149ED0ED80538B18A_RuntimeMethod_var))); } IL_0061: { // this.ocspVals = new DerSequence( // Asn1EncodableVector.FromEnumerable(ocspVals)); RuntimeObject* L_15 = ___ocspVals1; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16; L_16 = Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0(L_15, /*hidden argument*/NULL); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_17 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_17, L_16, /*hidden argument*/NULL); __this->set_ocspVals_3(L_17); } IL_0072: { // this.otherRevVals = otherRevVals; OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * L_18 = ___otherRevVals2; __this->set_otherRevVals_4(L_18); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::GetCrlVals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* RevocationValues_GetCrlVals_mF7DA4D46119E5B572FAD01048DF49883AD7C15DA (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* V_0 = NULL; int32_t V_1 = 0; { // CertificateList[] result = new CertificateList[crlVals.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_crlVals_2(); 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); CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_2 = (CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262*)(CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262*)SZArrayNew(CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < crlVals.Count; ++i) V_1 = 0; goto IL_0032; } IL_0015: { // result[i] = CertificateList.GetInstance(crlVals[i].ToAsn1Object()); CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_crlVals_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); NullCheck(L_7); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_7); CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * L_9; L_9 = CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A(L_8, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_9); (L_3)->SetAt(static_cast(L_4), (CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 *)L_9); // for (int i = 0; i < crlVals.Count; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0032: { // for (int i = 0; i < crlVals.Count; ++i) int32_t L_11 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = __this->get_crlVals_2(); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_12); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0015; } } { // return result; CertificateListU5BU5D_t3654A349649CAE75504FAB5916158F0EF61AF262* L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::GetOcspVals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD* RevocationValues_GetOcspVals_m1ADC335282448295045235559A202788FFA761A7 (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD* V_0 = NULL; int32_t V_1 = 0; { // BasicOcspResponse[] result = new BasicOcspResponse[ocspVals.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_ocspVals_3(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD* L_2 = (BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD*)(BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD*)SZArrayNew(BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < ocspVals.Count; ++i) V_1 = 0; goto IL_0032; } IL_0015: { // result[i] = BasicOcspResponse.GetInstance(ocspVals[i].ToAsn1Object()); BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_ocspVals_3(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); NullCheck(L_7); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_7); BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C * L_9; L_9 = BasicOcspResponse_GetInstance_m51ADA084C32A235214F31D84B83E9DF75FA8EE4D(L_8, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_9); (L_3)->SetAt(static_cast(L_4), (BasicOcspResponse_tD40A5CCFCDBB258AAA67998DCC17B5FB44E6BE5C *)L_9); // for (int i = 0; i < ocspVals.Count; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0032: { // for (int i = 0; i < ocspVals.Count; ++i) int32_t L_11 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = __this->get_ocspVals_3(); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_12); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0015; } } { // return result; BasicOcspResponseU5BU5D_t9ADC7BBAE4F93D61569579A7B9C8C8ABA4C255AD* L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevVals BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::get_OtherRevVals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * RevocationValues_get_OtherRevVals_mFE48E00B8777213B38A7CA8AA6F9898EC3BFBD16 (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * __this, const RuntimeMethod* method) { { // get { return otherRevVals; } OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * L_0 = __this->get_otherRevVals_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.RevocationValues::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * RevocationValues_ToAsn1Object_mF44F2AC51D245499E9C1065463BD7865AB70D48C (RevocationValues_t0B2BEBA86669CCCFA90D26BBB2BF91A6848A4DE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (crlVals != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_crlVals_2(); if (!L_2) { goto IL_002f; } } { // v.Add(new DerTaggedObject(true, 0, crlVals)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_crlVals_2(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_7 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_7, (bool)1, 0, L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); } IL_002f: { // if (ocspVals != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = __this->get_ocspVals_3(); if (!L_8) { goto IL_0053; } } { // v.Add(new DerTaggedObject(true, 1, ocspVals)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_10; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = __this->get_ocspVals_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_13 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_13, (bool)1, 1, L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_13); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); } IL_0053: { // if (otherRevVals != null) OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * L_14 = __this->get_otherRevVals_4(); if (!L_14) { goto IL_007c; } } { // v.Add(new DerTaggedObject(true, 2, otherRevVals.ToAsn1Object())); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_15 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_16 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_17 = L_16; OtherRevVals_tB67D865FB0CC42CF6504FF537D3FC35A2B7A3C48 * L_18 = __this->get_otherRevVals_4(); NullCheck(L_18); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_19; L_19 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_18); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_20 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_20, (bool)1, 2, L_19, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_20); NullCheck(L_15); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_15, L_17, /*hidden argument*/NULL); } IL_007c: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_21 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_22 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_22, L_21, /*hidden argument*/NULL); return L_22; } } #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.Ocsp.RevokedInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * RevokedInfo_GetInstance_mFE9BA5FC90949BD3B1192A2047F0F435EEF4A521 (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); RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_3; L_3 = RevokedInfo_GetInstance_mB6BE4553F70BFCF58E871C79B4C8EBE50F692DC1(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * RevokedInfo_GetInstance_mB6BE4553F70BFCF58E871C79B4C8EBE50F692DC1 (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*)&RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is RevokedInfo) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 *)IsInstClass((RuntimeObject*)L_1, RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (RevokedInfo) obj; RuntimeObject * L_2 = ___obj0; return ((RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 *)CastclassClass((RuntimeObject*)L_2, RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_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 RevokedInfo((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_5 = (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 *)il2cpp_codegen_object_new(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var); RevokedInfo__ctor_m8C2F9838D5A52F7DB4B871026B18E0FC71394C0D(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevokedInfo_GetInstance_mB6BE4553F70BFCF58E871C79B4C8EBE50F692DC1_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedInfo__ctor_mC01ADBD6C76A707043AF88B9FDFAF55AFD40BB14 (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___revocationTime0, const RuntimeMethod* method) { { // : this(revocationTime, null) DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = ___revocationTime0; RevokedInfo__ctor_mA797A751692D8C36B0B02398189F9A922A2813F2(__this, L_0, (CrlReason_tB131133C86AC20505F7A205D6059101D28944693 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedInfo__ctor_mA797A751692D8C36B0B02398189F9A922A2813F2 (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___revocationTime0, CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * ___revocationReason1, const RuntimeMethod* method) { { // public RevokedInfo( // DerGeneralizedTime revocationTime, // CrlReason revocationReason) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (revocationTime == null) DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = ___revocationTime0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("revocationTime"); 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*)&_stringLiteralADFE66958A953FFE12145C775221FB33795CA9DF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevokedInfo__ctor_mA797A751692D8C36B0B02398189F9A922A2813F2_RuntimeMethod_var))); } IL_0014: { // this.revocationTime = revocationTime; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_2 = ___revocationTime0; __this->set_revocationTime_2(L_2); // this.revocationReason = revocationReason; CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_3 = ___revocationReason1; __this->set_revocationReason_3(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedInfo__ctor_m8C2F9838D5A52F7DB4B871026B18E0FC71394C0D (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrlReason_tB131133C86AC20505F7A205D6059101D28944693_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private RevokedInfo( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.revocationTime = (DerGeneralizedTime) seq[0]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); __this->set_revocationTime_2(((DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)CastclassClass((RuntimeObject*)L_1, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var))); // if (seq.Count > 1) 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); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_003e; } } { // this.revocationReason = new CrlReason( // DerEnumerated.GetInstance((Asn1TaggedObject) seq[1], true)); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_4, 1); IL2CPP_RUNTIME_CLASS_INIT(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_6; L_6 = DerEnumerated_GetInstance_m22D5ED5077D1286D7B1BF8AC1848DE41BDFAA292(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_5, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_7 = (CrlReason_tB131133C86AC20505F7A205D6059101D28944693 *)il2cpp_codegen_object_new(CrlReason_tB131133C86AC20505F7A205D6059101D28944693_il2cpp_TypeInfo_var); CrlReason__ctor_mD2873AFD338B334096CE57824058AEFB16E1F628(L_7, L_6, /*hidden argument*/NULL); __this->set_revocationReason_3(L_7); } IL_003e: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::get_RevocationTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * RevokedInfo_get_RevocationTime_mE1F506A1BE00BB9EB22145E6FBD25D30029A82DF (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, const RuntimeMethod* method) { { // get { return revocationTime; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_revocationTime_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::get_RevocationReason() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * RevokedInfo_get_RevocationReason_mF4C59BDF0921B0811A68768F75D07A6F657C6C79 (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, const RuntimeMethod* method) { { // get { return revocationReason; } CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_0 = __this->get_revocationReason_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * RevokedInfo_ToAsn1Object_m95E884B53272E5E8FA800B7A2411A95C70A8E29D (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __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*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(revocationTime); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_2 = __this->get_revocationTime_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_1, /*hidden argument*/NULL); V_0 = L_3; // if (revocationReason != null) CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_4 = __this->get_revocationReason_3(); if (!L_4) { goto IL_0039; } } { // v.Add(new DerTaggedObject(true, 0, revocationReason)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_6; CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_8 = __this->get_revocationReason_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_9 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_9, (bool)1, 0, L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); } IL_0039: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_11 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_11, L_10, /*hidden argument*/NULL); return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedStatus__ctor_mABC3BF143663DD16071176DAB1BFC56F7B6960DB (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RevokedStatus( // RevokedInfo info) IL2CPP_RUNTIME_CLASS_INIT(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_il2cpp_TypeInfo_var); CertificateStatus__ctor_mDEF6E390A249C8146199C4D83290676C0E462040(__this, /*hidden argument*/NULL); // this.info = info; RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_0 = ___info0; __this->set_info_1(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::.ctor(System.DateTime,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedStatus__ctor_m1869387C422DAED699FC592A541010DF60AF3ECD (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___revocationDate0, int32_t ___reason1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrlReason_tB131133C86AC20505F7A205D6059101D28944693_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RevokedStatus( // DateTime revocationDate, // int reason) IL2CPP_RUNTIME_CLASS_INIT(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_il2cpp_TypeInfo_var); CertificateStatus__ctor_mDEF6E390A249C8146199C4D83290676C0E462040(__this, /*hidden argument*/NULL); // this.info = new RevokedInfo(new DerGeneralizedTime(revocationDate), new CrlReason(reason)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___revocationDate0; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_1 = (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)il2cpp_codegen_object_new(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); DerGeneralizedTime__ctor_mB2C53D4E1AF2AD5ED1B8F41D730875DD1EC48CA6(L_1, L_0, /*hidden argument*/NULL); int32_t L_2 = ___reason1; CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_3 = (CrlReason_tB131133C86AC20505F7A205D6059101D28944693 *)il2cpp_codegen_object_new(CrlReason_tB131133C86AC20505F7A205D6059101D28944693_il2cpp_TypeInfo_var); CrlReason__ctor_mA707713755B63EE9462C21FF6F2037B4299F0BD4(L_3, L_2, /*hidden argument*/NULL); RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_4 = (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 *)il2cpp_codegen_object_new(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481_il2cpp_TypeInfo_var); RevokedInfo__ctor_mA797A751692D8C36B0B02398189F9A922A2813F2(L_4, L_1, L_3, /*hidden argument*/NULL); __this->set_info_1(L_4); // } return; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::get_RevocationTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 RevokedStatus_get_RevocationTime_m27081AC2466F555FBE80C5319655D0A976414880 (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, const RuntimeMethod* method) { { // get { return info.RevocationTime.ToDateTime(); } RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_0 = __this->get_info_1(); NullCheck(L_0); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_1; L_1 = RevokedInfo_get_RevocationTime_mE1F506A1BE00BB9EB22145E6FBD25D30029A82DF_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5(L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::get_HasRevocationReason() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RevokedStatus_get_HasRevocationReason_m0141D093D7551EC29FDB55844916E76DCC5DCB36 (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, const RuntimeMethod* method) { { // get { return (info.RevocationReason != null); } RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_0 = __this->get_info_1(); NullCheck(L_0); CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_1; L_1 = RevokedInfo_get_RevocationReason_mF4C59BDF0921B0811A68768F75D07A6F657C6C79_inline(L_0, /*hidden argument*/NULL); return (bool)((!(((RuntimeObject*)(CrlReason_tB131133C86AC20505F7A205D6059101D28944693 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::get_RevocationReason() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RevokedStatus_get_RevocationReason_m6753F16203CAE3909870ADDC2811CBA6C792F1B7 (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, const RuntimeMethod* method) { { // if (info.RevocationReason == null) RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_0 = __this->get_info_1(); NullCheck(L_0); CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_1; L_1 = RevokedInfo_get_RevocationReason_mF4C59BDF0921B0811A68768F75D07A6F657C6C79_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { // throw new InvalidOperationException("attempt to get a reason where none is available"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42BC44E0CB3ED3CBA6597A8C389D2686E4FDD8FC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RevokedStatus_get_RevocationReason_m6753F16203CAE3909870ADDC2811CBA6C792F1B7_RuntimeMethod_var))); } IL_0018: { // return info.RevocationReason.Value.IntValue; RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_3 = __this->get_info_1(); NullCheck(L_3); CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_4; L_4 = RevokedInfo_get_RevocationReason_mF4C59BDF0921B0811A68768F75D07A6F657C6C79_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3211WrapEngine__ctor_mF4D2E203A14B4DC34F0476EAB4B8B67931A40FF3 (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * __this, RuntimeObject* ___engine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Rfc3211WrapEngine( // IBlockCipher engine) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.engine = new CbcBlockCipher(engine); RuntimeObject* L_0 = ___engine0; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_1 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_1, L_0, /*hidden argument*/NULL); __this->set_engine_0(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3211WrapEngine_Init_m9ACD81B10A506CE0E00CBECB8069C2D957FA73D7 (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * __this, bool ___forWrapping0, RuntimeObject* ___param1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * V_0 = NULL; { // this.forWrapping = forWrapping; bool L_0 = ___forWrapping0; __this->set_forWrapping_2(L_0); // if (param is ParametersWithRandom) RuntimeObject* L_1 = ___param1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0035; } } { // ParametersWithRandom p = (ParametersWithRandom)param; RuntimeObject* L_2 = ___param1; V_0 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_2, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); // this.rand = p.Random; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_3 = V_0; NullCheck(L_3); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4; L_4 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_3, /*hidden argument*/NULL); __this->set_rand_3(L_4); // this.param = p.Parameters as ParametersWithIV; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_5, /*hidden argument*/NULL); __this->set_param_1(((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_6, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))); // } goto IL_004f; } IL_0035: { // if (forWrapping) bool L_7 = ___forWrapping0; if (!L_7) { goto IL_0043; } } { // rand = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_8 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_8, /*hidden argument*/NULL); __this->set_rand_3(L_8); } IL_0043: { // this.param = param as ParametersWithIV; RuntimeObject* L_9 = ___param1; __this->set_param_1(((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_9, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))); } IL_004f: { // if (null == this.param) ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_10 = __this->get_param_1(); if (L_10) { goto IL_0067; } } { // throw new ArgumentException("RFC3211Wrap requires an IV", "param"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D24B096912C444EFB8EE5034D509607BC163E25)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral09E28307CE3EB1116FBC515D15C11DB37D057B1B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3211WrapEngine_Init_m9ACD81B10A506CE0E00CBECB8069C2D957FA73D7_RuntimeMethod_var))); } IL_0067: { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Rfc3211WrapEngine_get_AlgorithmName_m4055EFED81660B2C0BF5C51AA117054B97D7438A (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2C6E3B2725F3C7DC9E8805E139D27FB638ECA1A); s_Il2CppMethodInitialized = true; } { // get { return engine.GetUnderlyingCipher().AlgorithmName + "/RFC3211Wrap"; } CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_0 = __this->get_engine_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = CbcBlockCipher_GetUnderlyingCipher_mE02C1D1EC2F38FFE369EA530244E95616AB7D5E6_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_1); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_2, _stringLiteralB2C6E3B2725F3C7DC9E8805E139D27FB638ECA1A, /*hidden argument*/NULL); return L_3; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::Wrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Rfc3211WrapEngine_Wrap_mBC19158019E055FA6AFB9B6AF135C2C7785FEEDE (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___inLen2, 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; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B10_0 = 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*)&_stringLiteral5B3A022B03059BF4890370A8B7B5A3C7582D7BD5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3211WrapEngine_Wrap_mBC19158019E055FA6AFB9B6AF135C2C7785FEEDE_RuntimeMethod_var))); } IL_0013: { // if (inLen > 255 || inLen < 0) int32_t L_2 = ___inLen2; if ((((int32_t)L_2) > ((int32_t)((int32_t)255)))) { goto IL_001f; } } { int32_t L_3 = ___inLen2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_002f; } } IL_001f: { // throw new ArgumentException("input must be from 0 to 255 bytes", "inLen"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D79C6B3BF0FD4A905890D387EE5FB79F89BAAE5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A8BA3A091AD02088C20BEFFA94C01D62506011C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3211WrapEngine_Wrap_mBC19158019E055FA6AFB9B6AF135C2C7785FEEDE_RuntimeMethod_var))); } IL_002f: { // engine.Init(true, param); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_5 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_6 = __this->get_param_1(); NullCheck(L_5); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_5, (bool)1, L_6, /*hidden argument*/NULL); // int blockSize = engine.GetBlockSize(); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_7 = __this->get_engine_0(); NullCheck(L_7); int32_t L_8; L_8 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_7, /*hidden argument*/NULL); V_0 = L_8; // if (inLen + 4 < blockSize * 2) int32_t L_9 = ___inLen2; int32_t L_10 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)4))) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))))) { goto IL_0060; } } { // cekBlock = new byte[blockSize * 2]; int32_t L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2))); V_1 = L_12; // } goto IL_007b; } IL_0060: { // cekBlock = new byte[(inLen + 4) % blockSize == 0 ? inLen + 4 : ((inLen + 4) / blockSize + 1) * blockSize]; int32_t L_13 = ___inLen2; int32_t L_14 = V_0; if (!((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4))%(int32_t)L_14))) { goto IL_0072; } } { int32_t L_15 = ___inLen2; int32_t L_16 = V_0; int32_t L_17 = V_0; G_B10_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)4))/(int32_t)L_16)), (int32_t)1)), (int32_t)L_17)); goto IL_0075; } IL_0072: { int32_t L_18 = ___inLen2; G_B10_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)); } IL_0075: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)G_B10_0); V_1 = L_19; } IL_007b: { // cekBlock[0] = (byte)inLen; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; int32_t L_21 = ___inLen2; NullCheck(L_20); (L_20)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)L_21))); // Array.Copy(inBytes, inOff, cekBlock, 4, inLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___inBytes0; int32_t L_23 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; int32_t L_25 = ___inLen2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_22, L_23, (RuntimeArray *)(RuntimeArray *)L_24, 4, L_25, /*hidden argument*/NULL); // rand.NextBytes(cekBlock, inLen + 4, cekBlock.Length - inLen - 4); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_26 = __this->get_rand_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_1; int32_t L_28 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_1; NullCheck(L_29); int32_t L_30 = ___inLen2; NullCheck(L_26); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::NextBytes(System.Byte[],System.Int32,System.Int32) */, L_26, L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)4)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))), (int32_t)L_30)), (int32_t)4))); // cekBlock[1] = (byte)~cekBlock[4]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_1; NullCheck(L_32); int32_t L_33 = 4; uint8_t L_34 = (L_32)->GetAt(static_cast(L_33)); NullCheck(L_31); (L_31)->SetAt(static_cast(1), (uint8_t)((int32_t)((uint8_t)((~L_34))))); // cekBlock[2] = (byte)~cekBlock[4 + 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_1; NullCheck(L_36); int32_t L_37 = 5; uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); NullCheck(L_35); (L_35)->SetAt(static_cast(2), (uint8_t)((int32_t)((uint8_t)((~L_38))))); // cekBlock[3] = (byte)~cekBlock[4 + 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_1; NullCheck(L_40); int32_t L_41 = 6; uint8_t L_42 = (L_40)->GetAt(static_cast(L_41)); NullCheck(L_39); (L_39)->SetAt(static_cast(3), (uint8_t)((int32_t)((uint8_t)((~L_42))))); // for (int i = 0; i < cekBlock.Length; i += blockSize) V_2 = 0; goto IL_00d0; } IL_00bc: { // engine.ProcessBlock(cekBlock, i, cekBlock, i); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_43 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_1; int32_t L_45 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_1; int32_t L_47 = V_2; NullCheck(L_43); int32_t L_48; L_48 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_43, L_44, L_45, L_46, L_47, /*hidden argument*/NULL); // for (int i = 0; i < cekBlock.Length; i += blockSize) int32_t L_49 = V_2; int32_t L_50 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50)); } IL_00d0: { // for (int i = 0; i < cekBlock.Length; i += blockSize) int32_t L_51 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_1; NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_00bc; } } { // for (int i = 0; i < cekBlock.Length; i += blockSize) V_3 = 0; goto IL_00ee; } IL_00da: { // engine.ProcessBlock(cekBlock, i, cekBlock, i); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_53 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_1; int32_t L_55 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = V_1; int32_t L_57 = V_3; NullCheck(L_53); int32_t L_58; L_58 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_53, L_54, L_55, L_56, L_57, /*hidden argument*/NULL); // for (int i = 0; i < cekBlock.Length; i += blockSize) int32_t L_59 = V_3; int32_t L_60 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)); } IL_00ee: { // for (int i = 0; i < cekBlock.Length; i += blockSize) int32_t L_61 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_1; NullCheck(L_62); if ((((int32_t)L_61) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_62)->max_length)))))) { goto IL_00da; } } { // return cekBlock; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_1; return L_63; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine::Unwrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Rfc3211WrapEngine_Unwrap_mF781E8E968603CD005BA6E1C670811A8DD342C17 (Rfc3211WrapEngine_tCFDAB8210B47EB033AF76F8D18754152314A9E93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___inLen2, 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*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; bool V_3 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint8_t V_9 = 0x0; { // 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*)&Rfc3211WrapEngine_Unwrap_mF781E8E968603CD005BA6E1C670811A8DD342C17_RuntimeMethod_var))); } IL_0013: { // int blockSize = engine.GetBlockSize(); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_2 = __this->get_engine_0(); NullCheck(L_2); int32_t L_3; L_3 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_2, /*hidden argument*/NULL); V_0 = L_3; // if (inLen < 2 * blockSize) int32_t L_4 = ___inLen2; int32_t L_5 = V_0; if ((((int32_t)L_4) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_5))))) { goto IL_0030; } } { // throw new InvalidCipherTextException("input too short"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_6 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAB9ECCDD7D662625994C31E64097C1D5826BADFF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3211WrapEngine_Unwrap_mF781E8E968603CD005BA6E1C670811A8DD342C17_RuntimeMethod_var))); } IL_0030: { // byte[] cekBlock = new byte[inLen]; int32_t L_7 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); V_1 = L_8; // byte[] iv = new byte[blockSize]; 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_2 = L_10; // Array.Copy(inBytes, inOff, cekBlock, 0, inLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___inBytes0; int32_t L_12 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; int32_t L_14 = ___inLen2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL); // Array.Copy(inBytes, inOff, iv, 0, iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___inBytes0; int32_t L_16 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_2; NullCheck(L_18); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_15, L_16, (RuntimeArray *)(RuntimeArray *)L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), /*hidden argument*/NULL); // engine.Init(false, new ParametersWithIV(param.Parameters, iv)); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_19 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_20 = __this->get_param_1(); NullCheck(L_20); RuntimeObject* L_21; L_21 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(L_20, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_23 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_23, L_21, L_22, /*hidden argument*/NULL); NullCheck(L_19); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_19, (bool)0, L_23, /*hidden argument*/NULL); // for (int i = blockSize; i < cekBlock.Length; i += blockSize) int32_t L_24 = V_0; V_6 = L_24; goto IL_008e; } IL_0076: { // engine.ProcessBlock(cekBlock, i, cekBlock, i); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_25 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_1; int32_t L_27 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_1; int32_t L_29 = V_6; NullCheck(L_25); int32_t L_30; L_30 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_25, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); // for (int i = blockSize; i < cekBlock.Length; i += blockSize) int32_t L_31 = V_6; int32_t L_32 = V_0; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); } IL_008e: { // for (int i = blockSize; i < cekBlock.Length; i += blockSize) int32_t L_33 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_1; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))) { goto IL_0076; } } { // Array.Copy(cekBlock, cekBlock.Length - iv.Length, iv, 0, iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_1; NullCheck(L_36); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_2; NullCheck(L_37); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_2; NullCheck(L_39); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))))), (RuntimeArray *)(RuntimeArray *)L_38, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))), /*hidden argument*/NULL); // engine.Init(false, new ParametersWithIV(param.Parameters, iv)); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_40 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_41 = __this->get_param_1(); NullCheck(L_41); RuntimeObject* L_42; L_42 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(L_41, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_2; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_44 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_44, L_42, L_43, /*hidden argument*/NULL); NullCheck(L_40); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_40, (bool)0, L_44, /*hidden argument*/NULL); // engine.ProcessBlock(cekBlock, 0, cekBlock, 0); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_45 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_1; NullCheck(L_45); int32_t L_48; L_48 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_45, L_46, 0, L_47, 0, /*hidden argument*/NULL); // engine.Init(false, param); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_49 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_50 = __this->get_param_1(); NullCheck(L_49); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_49, (bool)0, L_50, /*hidden argument*/NULL); // for (int i = 0; i < cekBlock.Length; i += blockSize) V_7 = 0; goto IL_0103; } IL_00eb: { // engine.ProcessBlock(cekBlock, i, cekBlock, i); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_51 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_1; int32_t L_53 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_1; int32_t L_55 = V_7; NullCheck(L_51); int32_t L_56; L_56 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_51, L_52, L_53, L_54, L_55, /*hidden argument*/NULL); // for (int i = 0; i < cekBlock.Length; i += blockSize) int32_t L_57 = V_7; int32_t L_58 = V_0; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58)); } IL_0103: { // for (int i = 0; i < cekBlock.Length; i += blockSize) int32_t L_59 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = V_1; NullCheck(L_60); if ((((int32_t)L_59) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_60)->max_length)))))) { goto IL_00eb; } } { // bool invalidLength = (int)cekBlock[0] > (cekBlock.Length - 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = V_1; NullCheck(L_61); int32_t L_62 = 0; uint8_t L_63 = (L_61)->GetAt(static_cast(L_62)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_1; NullCheck(L_64); V_3 = (bool)((((int32_t)L_63) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length))), (int32_t)4))))? 1 : 0); // if (invalidLength) bool L_65 = V_3; if (!L_65) { goto IL_0126; } } { // key = new byte[cekBlock.Length - 4]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_1; NullCheck(L_66); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))), (int32_t)4))); V_4 = L_67; // } goto IL_0130; } IL_0126: { // key = new byte[cekBlock[0]]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_1; NullCheck(L_68); int32_t L_69 = 0; uint8_t L_70 = (L_68)->GetAt(static_cast(L_69)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_70); V_4 = L_71; } IL_0130: { // Array.Copy(cekBlock, 4, key, 0, key.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = V_4; NullCheck(L_74); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_72, 4, (RuntimeArray *)(RuntimeArray *)L_73, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length))), /*hidden argument*/NULL); // int nonEqual = 0; V_5 = 0; // for (int i = 0; i != 3; i++) V_8 = 0; goto IL_0164; } IL_0146: { // byte check = (byte)~cekBlock[1 + i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = V_1; int32_t L_76 = V_8; NullCheck(L_75); int32_t L_77 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_76)); uint8_t L_78 = (L_75)->GetAt(static_cast(L_77)); V_9 = (uint8_t)((int32_t)((uint8_t)((~L_78)))); // nonEqual |= (check ^ cekBlock[4 + i]); int32_t L_79 = V_5; uint8_t L_80 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_81 = V_1; int32_t L_82 = V_8; NullCheck(L_81); int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_82)); uint8_t L_84 = (L_81)->GetAt(static_cast(L_83)); V_5 = ((int32_t)((int32_t)L_79|(int32_t)((int32_t)((int32_t)L_80^(int32_t)L_84)))); // for (int i = 0; i != 3; i++) int32_t L_85 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_0164: { // for (int i = 0; i != 3; i++) int32_t L_86 = V_8; if ((!(((uint32_t)L_86) == ((uint32_t)3)))) { goto IL_0146; } } { // Array.Clear(cekBlock, 0, cekBlock.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = V_1; NullCheck(L_88); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_87, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length))), /*hidden argument*/NULL); // if (nonEqual != 0 | invalidLength) int32_t L_89 = V_5; bool L_90 = V_3; if (!((int32_t)((int32_t)((!(((uint32_t)L_89) <= ((uint32_t)0)))? 1 : 0)|(int32_t)L_90))) { goto IL_0187; } } { // throw new InvalidCipherTextException("wrapped key corrupted"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_91 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_91, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2DEB2F67FD25F7E0A9F3F5B832BA4E882C6905D0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3211WrapEngine_Unwrap_mF781E8E968603CD005BA6E1C670811A8DD342C17_RuntimeMethod_var))); } IL_0187: { // return key; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = V_4; return L_92; } } #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.Pkix.Rfc3280CertPathUtilities::ProcessCrlB2(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject * ___cert1, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * V_0 = NULL; Exception_t * V_1 = NULL; BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * V_2 = NULL; DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * V_3 = NULL; RuntimeObject* V_4 = NULL; bool V_5 = false; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* V_6 = NULL; int32_t V_7 = 0; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_8 = NULL; RuntimeObject* V_9 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_10 = NULL; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* V_11 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_12 = NULL; int32_t V_13 = 0; RuntimeObject* V_14 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_15 = NULL; int32_t V_16 = 0; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* V_17 = NULL; int32_t V_18 = 0; Exception_t * V_19 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IssuingDistributionPoint idp = null; V_0 = (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D *)NULL; } IL_0002: try {// begin try (depth: 1) // idp = IssuingDistributionPoint.GetInstance(PkixCertPathValidatorUtilities.GetExtensionValue(crl, X509Extensions.IssuingDistributionPoint)); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_0 = ___crl2; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_0, L_1, /*hidden argument*/NULL); IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_3; L_3 = IssuingDistributionPoint_GetInstance_m8B8BD6237BB4714B75882EB993972CD92EDCB21C(L_2, /*hidden argument*/NULL); V_0 = L_3; // } goto IL_0022; }// 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_0015; } throw e; } CATCH_0015: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("0 Issuing distribution point extension could not be decoded.", e); Exception_t * L_4 = V_1; Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4B3C1A2C57F88F67434EF66172436461AA037408)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); }// end catch (depth: 1) IL_0022: { // if (idp != null) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_6 = V_0; if (!L_6) { goto IL_0331; } } { // if (idp.DistributionPoint != null) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_7 = V_0; NullCheck(L_7); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_8; L_8 = IssuingDistributionPoint_get_DistributionPoint_mF57E117B7202B1FEE6A67263A8AD32A66597F8E1_inline(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_02b9; } } { // DistributionPointName dpName = IssuingDistributionPoint.GetInstance(idp).DistributionPoint; IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_9 = V_0; IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_10; L_10 = IssuingDistributionPoint_GetInstance_m8B8BD6237BB4714B75882EB993972CD92EDCB21C(L_9, /*hidden argument*/NULL); NullCheck(L_10); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_11; L_11 = IssuingDistributionPoint_get_DistributionPoint_mF57E117B7202B1FEE6A67263A8AD32A66597F8E1_inline(L_10, /*hidden argument*/NULL); V_3 = L_11; // IList names = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_12; L_12 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_4 = L_12; // if (dpName.PointType == DistributionPointName.FullName) DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_13 = V_3; NullCheck(L_13); int32_t L_14; L_14 = DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0080; } } { // GeneralName[] genNames = GeneralNames.GetInstance(dpName.Name).GetNames(); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_15 = V_3; NullCheck(L_15); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_16; L_16 = DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline(L_15, /*hidden argument*/NULL); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_17; L_17 = GeneralNames_GetInstance_mC9C464CE24BBF9B6446FFEF3614A68A1DC18D575(L_16, /*hidden argument*/NULL); NullCheck(L_17); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_18; L_18 = GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF(L_17, /*hidden argument*/NULL); V_6 = L_18; // for (int j = 0; j < genNames.Length; j++) V_7 = 0; goto IL_0078; } IL_0065: { // names.Add(genNames[j]); RuntimeObject* L_19 = V_4; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_20 = V_6; int32_t L_21 = V_7; NullCheck(L_20); int32_t L_22 = L_21; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_19); int32_t L_24; L_24 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_19, L_23); // for (int j = 0; j < genNames.Length; j++) int32_t L_25 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0078: { // for (int j = 0; j < genNames.Length; j++) int32_t L_26 = V_7; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_27 = V_6; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))) { goto IL_0065; } } IL_0080: { // if (dpName.PointType == DistributionPointName.NameRelativeToCrlIssuer) DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_28 = V_3; NullCheck(L_28); int32_t L_29; L_29 = DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline(L_28, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)1)))) { goto IL_011b; } } { // Asn1EncodableVector vec = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_30; L_30 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_31 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_31, L_30, /*hidden argument*/NULL); V_8 = L_31; } IL_0098: try {// begin try (depth: 1) { // IEnumerator e = Asn1Sequence.GetInstance( // Asn1Sequence.FromByteArray(crl.IssuerDN.GetEncoded())).GetEnumerator(); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_32 = ___crl2; NullCheck(L_32); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_33; L_33 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_32); NullCheck(L_33); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34; L_34 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_33, /*hidden argument*/NULL); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_35; L_35 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_34, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_36; L_36 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_35, /*hidden argument*/NULL); NullCheck(L_36); RuntimeObject* L_37; L_37 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_36); V_9 = L_37; goto IL_00d2; } IL_00b6: { // vec.Add((Asn1Encodable)e.Current); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_38 = V_8; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_39 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_40 = L_39; RuntimeObject* L_41 = V_9; NullCheck(L_41); RuntimeObject * L_42; L_42 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_41); NullCheck(L_40); ArrayElementTypeCheck (L_40, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_42, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); (L_40)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_42, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); NullCheck(L_38); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_38, L_40, /*hidden argument*/NULL); } IL_00d2: { // while (e.MoveNext()) RuntimeObject* L_43 = V_9; NullCheck(L_43); bool L_44; L_44 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_00b6; } } IL_00db: { // } goto IL_00ec; } }// 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_00dd; } throw e; } CATCH_00dd: {// begin catch(System.IO.IOException) // catch (IOException e) V_10 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception("Could not read CRL issuer.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_45 = V_10; Exception_t * L_46 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_46, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57AD365738CE37EFE8C328B34B1DFEDC5C9F6F42)), L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); }// end catch (depth: 1) IL_00ec: { // vec.Add(dpName.Name); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_47 = V_8; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_48 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_49 = L_48; DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_50 = V_3; NullCheck(L_50); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_51; L_51 = DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline(L_50, /*hidden argument*/NULL); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_51); (L_49)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_51); NullCheck(L_47); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_47, L_49, /*hidden argument*/NULL); // names.Add(new GeneralName(X509Name.GetInstance(new DerSequence(vec)))); RuntimeObject* L_52 = V_4; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_53 = V_8; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_54 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_54, L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_55; L_55 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_54, /*hidden argument*/NULL); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_56 = (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)il2cpp_codegen_object_new(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); GeneralName__ctor_mCF1689CCA82897AAE0F5D2152376A2A44AE6593F(L_56, L_55, /*hidden argument*/NULL); NullCheck(L_52); int32_t L_57; L_57 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_52, L_56); } IL_011b: { // bool matches = false; V_5 = (bool)0; // if (dp.DistributionPointName != null) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_58 = ___dp0; NullCheck(L_58); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_59; L_59 = DistributionPoint_get_DistributionPointName_m2325DC79A48733F8AF8359BAE787B1AA131461B3_inline(L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0264; } } { // dpName = dp.DistributionPointName; DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_60 = ___dp0; NullCheck(L_60); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_61; L_61 = DistributionPoint_get_DistributionPointName_m2325DC79A48733F8AF8359BAE787B1AA131461B3_inline(L_60, /*hidden argument*/NULL); V_3 = L_61; // GeneralName[] genNames = null; V_11 = (GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E*)NULL; // if (dpName.PointType == DistributionPointName.FullName) DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_62 = V_3; NullCheck(L_62); int32_t L_63; L_63 = DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline(L_62, /*hidden argument*/NULL); if (L_63) { goto IL_014d; } } { // genNames = GeneralNames.GetInstance(dpName.Name).GetNames(); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_64 = V_3; NullCheck(L_64); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_65; L_65 = DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline(L_64, /*hidden argument*/NULL); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_66; L_66 = GeneralNames_GetInstance_mC9C464CE24BBF9B6446FFEF3614A68A1DC18D575(L_65, /*hidden argument*/NULL); NullCheck(L_66); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_67; L_67 = GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF(L_66, /*hidden argument*/NULL); V_11 = L_67; } IL_014d: { // if (dpName.PointType == DistributionPointName.NameRelativeToCrlIssuer) DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_68 = V_3; NullCheck(L_68); int32_t L_69; L_69 = DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline(L_68, /*hidden argument*/NULL); if ((!(((uint32_t)L_69) == ((uint32_t)1)))) { goto IL_022b; } } { // if (dp.CrlIssuer != null) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_70 = ___dp0; NullCheck(L_70); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_71; L_71 = DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline(L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_0170; } } { // genNames = dp.CrlIssuer.GetNames(); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_72 = ___dp0; NullCheck(L_72); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_73; L_73 = DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline(L_72, /*hidden argument*/NULL); NullCheck(L_73); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_74; L_74 = GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF(L_73, /*hidden argument*/NULL); V_11 = L_74; // } goto IL_0198; } IL_0170: { // genNames = new GeneralName[1]; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_75 = (GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E*)(GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E*)SZArrayNew(GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E_il2cpp_TypeInfo_var, (uint32_t)1); V_11 = L_75; } IL_0178: try {// begin try (depth: 1) // genNames[0] = new GeneralName( // PkixCertPathValidatorUtilities.GetIssuerPrincipal(cert)); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_76 = V_11; RuntimeObject * L_77 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_78; L_78 = PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465(L_77, /*hidden argument*/NULL); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_79 = (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)il2cpp_codegen_object_new(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); GeneralName__ctor_mCF1689CCA82897AAE0F5D2152376A2A44AE6593F(L_79, L_78, /*hidden argument*/NULL); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_79); (L_76)->SetAt(static_cast(0), (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)L_79); // } goto IL_0198; }// 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_0189; } throw e; } CATCH_0189: {// begin catch(System.IO.IOException) // catch (IOException e) V_12 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception("Could not read certificate issuer.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_80 = V_12; Exception_t * L_81 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_81, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CD48A1B66604894EDD46FF59859161D0B0BEA9A)), L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); }// end catch (depth: 1) IL_0198: { // for (int j = 0; j < genNames.Length; j++) V_13 = 0; goto IL_0220; } IL_01a0: { // IEnumerator e = Asn1Sequence.GetInstance(genNames[j].Name.ToAsn1Object()).GetEnumerator(); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_82 = V_11; int32_t L_83 = V_13; NullCheck(L_82); int32_t L_84 = L_83; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_85 = (L_82)->GetAt(static_cast(L_84)); NullCheck(L_85); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_86; L_86 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_85, /*hidden argument*/NULL); NullCheck(L_86); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_87; L_87 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_86); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_88; L_88 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_87, /*hidden argument*/NULL); NullCheck(L_88); RuntimeObject* L_89; L_89 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_88); V_14 = L_89; // Asn1EncodableVector vec = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_90; L_90 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_91 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_91, L_90, /*hidden argument*/NULL); V_15 = L_91; goto IL_01e5; } IL_01c9: { // vec.Add((Asn1Encodable)e.Current); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_92 = V_15; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_93 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_94 = L_93; RuntimeObject* L_95 = V_14; NullCheck(L_95); RuntimeObject * L_96; L_96 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_95); NullCheck(L_94); ArrayElementTypeCheck (L_94, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_96, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); (L_94)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_96, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); NullCheck(L_92); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_92, L_94, /*hidden argument*/NULL); } IL_01e5: { // while (e.MoveNext()) RuntimeObject* L_97 = V_14; NullCheck(L_97); bool L_98; L_98 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_97); if (L_98) { goto IL_01c9; } } { // vec.Add(dpName.Name); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_99 = V_15; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_100 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_101 = L_100; DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_102 = V_3; NullCheck(L_102); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_103; L_103 = DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline(L_102, /*hidden argument*/NULL); NullCheck(L_101); ArrayElementTypeCheck (L_101, L_103); (L_101)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_103); NullCheck(L_99); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_99, L_101, /*hidden argument*/NULL); // genNames[j] = new GeneralName(X509Name.GetInstance(new DerSequence(vec))); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_104 = V_11; int32_t L_105 = V_13; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_106 = V_15; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_107 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_107, L_106, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_108; L_108 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_107, /*hidden argument*/NULL); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_109 = (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)il2cpp_codegen_object_new(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); GeneralName__ctor_mCF1689CCA82897AAE0F5D2152376A2A44AE6593F(L_109, L_108, /*hidden argument*/NULL); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_109); (L_104)->SetAt(static_cast(L_105), (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)L_109); // for (int j = 0; j < genNames.Length; j++) int32_t L_110 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_0220: { // for (int j = 0; j < genNames.Length; j++) int32_t L_111 = V_13; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_112 = V_11; NullCheck(L_112); if ((((int32_t)L_111) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_112)->max_length)))))) { goto IL_01a0; } } IL_022b: { // if (genNames != null) GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_113 = V_11; if (!L_113) { goto IL_0255; } } { // for (int j = 0; j < genNames.Length; j++) V_16 = 0; goto IL_024d; } IL_0234: { // if (names.Contains(genNames[j])) RuntimeObject* L_114 = V_4; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_115 = V_11; int32_t L_116 = V_16; NullCheck(L_115); int32_t L_117 = L_116; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_118 = (L_115)->GetAt(static_cast(L_117)); NullCheck(L_114); bool L_119; L_119 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_114, L_118); if (!L_119) { goto IL_0247; } } { // matches = true; V_5 = (bool)1; // break; goto IL_0255; } IL_0247: { // for (int j = 0; j < genNames.Length; j++) int32_t L_120 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); } IL_024d: { // for (int j = 0; j < genNames.Length; j++) int32_t L_121 = V_16; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_122 = V_11; NullCheck(L_122); if ((((int32_t)L_121) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_122)->max_length)))))) { goto IL_0234; } } IL_0255: { // if (!matches) bool L_123 = V_5; if (L_123) { goto IL_02b9; } } { // throw new Exception( // "No match for certificate CRL issuing distribution point name to cRLIssuer CRL distribution point."); Exception_t * L_124 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_124, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D4C473978BB6B9FEA6FBE376D9D4E181EFF3185)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_124, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); } IL_0264: { // if (dp.CrlIssuer == null) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_125 = ___dp0; NullCheck(L_125); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_126; L_126 = DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline(L_125, /*hidden argument*/NULL); if (L_126) { goto IL_0277; } } { // throw new Exception("Either the cRLIssuer or the distributionPoint field must " // + "be contained in DistributionPoint."); Exception_t * L_127 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_127, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB9CC60BF964D9078177B654964F5A7F3A5DEC6BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_127, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); } IL_0277: { // GeneralName[] genNames = dp.CrlIssuer.GetNames(); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_128 = ___dp0; NullCheck(L_128); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_129; L_129 = DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline(L_128, /*hidden argument*/NULL); NullCheck(L_129); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_130; L_130 = GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF(L_129, /*hidden argument*/NULL); V_17 = L_130; // for (int j = 0; j < genNames.Length; j++) V_18 = 0; goto IL_02a2; } IL_0289: { // if (names.Contains(genNames[j])) RuntimeObject* L_131 = V_4; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_132 = V_17; int32_t L_133 = V_18; NullCheck(L_132); int32_t L_134 = L_133; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_135 = (L_132)->GetAt(static_cast(L_134)); NullCheck(L_131); bool L_136; L_136 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_131, L_135); if (!L_136) { goto IL_029c; } } { // matches = true; V_5 = (bool)1; // break; goto IL_02aa; } IL_029c: { // for (int j = 0; j < genNames.Length; j++) int32_t L_137 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)1)); } IL_02a2: { // for (int j = 0; j < genNames.Length; j++) int32_t L_138 = V_18; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_139 = V_17; NullCheck(L_139); if ((((int32_t)L_138) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_139)->max_length)))))) { goto IL_0289; } } IL_02aa: { // if (!matches) bool L_140 = V_5; if (L_140) { goto IL_02b9; } } { // throw new Exception( // "No match for certificate CRL issuing distribution point name to cRLIssuer CRL distribution point."); Exception_t * L_141 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_141, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D4C473978BB6B9FEA6FBE376D9D4E181EFF3185)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_141, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); } IL_02b9: { // BasicConstraints bc = null; V_2 = (BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C *)NULL; } IL_02bb: try {// begin try (depth: 1) // bc = BasicConstraints.GetInstance(PkixCertPathValidatorUtilities.GetExtensionValue( // (IX509Extension)cert, X509Extensions.BasicConstraints)); RuntimeObject * L_142 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_143 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_BasicConstraints_8(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_144; L_144 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(((RuntimeObject*)Castclass((RuntimeObject*)L_142, IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var)), L_143, /*hidden argument*/NULL); BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_145; L_145 = BasicConstraints_GetInstance_mD0D7527B2DCBB76EDD5C233ABFA074A5AADBF6BF(L_144, /*hidden argument*/NULL); V_2 = L_145; // } goto IL_02e2; }// 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_02d3; } throw e; } CATCH_02d3: {// begin catch(System.Exception) // catch (Exception e) V_19 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Basic constraints extension could not be decoded.", e); Exception_t * L_146 = V_19; Exception_t * L_147 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_147, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0482CC1CB0CB4723A45A9DC39DD0B58E3F2CD27E)), L_146, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_147, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); }// end catch (depth: 1) IL_02e2: { // if (idp.OnlyContainsUserCerts && ((bc != null) && bc.IsCA())) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_148 = V_0; NullCheck(L_148); bool L_149; L_149 = IssuingDistributionPoint_get_OnlyContainsUserCerts_m3DAE2AB1B97036F5B67372416F68432688C54932_inline(L_148, /*hidden argument*/NULL); if (!L_149) { goto IL_0300; } } { BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_150 = V_2; if (!L_150) { goto IL_0300; } } { BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_151 = V_2; NullCheck(L_151); bool L_152; L_152 = BasicConstraints_IsCA_m95E049A6982A9B37282119B6B440A626E48BC5F5(L_151, /*hidden argument*/NULL); if (!L_152) { goto IL_0300; } } { // throw new Exception("CA Cert CRL only contains user certificates."); Exception_t * L_153 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_153, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral90DA22AA3046140E11F8275B2468F3F160736231)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_153, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); } IL_0300: { // if (idp.OnlyContainsCACerts && (bc == null || !bc.IsCA())) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_154 = V_0; NullCheck(L_154); bool L_155; L_155 = IssuingDistributionPoint_get_OnlyContainsCACerts_m17184D533760664AD2F57D731AC3E6DF63F80348_inline(L_154, /*hidden argument*/NULL); if (!L_155) { goto IL_031e; } } { BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_156 = V_2; if (!L_156) { goto IL_0313; } } { BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_157 = V_2; NullCheck(L_157); bool L_158; L_158 = BasicConstraints_IsCA_m95E049A6982A9B37282119B6B440A626E48BC5F5(L_157, /*hidden argument*/NULL); if (L_158) { goto IL_031e; } } IL_0313: { // throw new Exception("End CRL only contains CA certificates."); Exception_t * L_159 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_159, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral368859FA32749CF5741E8999E798A166D2BF19AC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_159, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); } IL_031e: { // if (idp.OnlyContainsAttributeCerts) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_160 = V_0; NullCheck(L_160); bool L_161; L_161 = IssuingDistributionPoint_get_OnlyContainsAttributeCerts_mD49A6AC3CB1F09071301D349507F9FBBE6034309_inline(L_160, /*hidden argument*/NULL); if (!L_161) { goto IL_0331; } } { // throw new Exception("onlyContainsAttributeCerts boolean is asserted."); Exception_t * L_162 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_162, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F24897C11ABC534C26B54E85D6E6C1DC2D73CB3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_162, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B_RuntimeMethod_var))); } IL_0331: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertBC(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * ___nameConstraintValidator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * V_3 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_4 = NULL; GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * V_5 = NULL; Exception_t * V_6 = NULL; PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * V_7 = NULL; Exception_t * V_8 = NULL; RuntimeObject* V_9 = NULL; String_t* V_10 = NULL; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * V_11 = NULL; PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * V_12 = NULL; RuntimeObject* V_13 = NULL; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* V_14 = NULL; Exception_t * V_15 = NULL; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* V_16 = NULL; int32_t V_17 = 0; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * V_18 = NULL; PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * V_19 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; RuntimeObject* L_2 = L_1; int32_t L_3 = ___index1; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_2, L_3); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_4, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // int n = certs.Count; NullCheck(L_2); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_2); V_1 = L_5; // int i = n - index; int32_t L_6 = V_1; int32_t L_7 = ___index1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); // if (!(PkixCertPathValidatorUtilities.IsSelfIssued(cert) && (i < n))) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_9; L_9 = PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002c; } } { int32_t L_10 = V_2; int32_t L_11 = V_1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0182; } } IL_002c: { // X509Name principal = cert.SubjectDN; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_12 = V_0; NullCheck(L_12); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_13; L_13 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SubjectDN() */, L_12); // Asn1InputStream aIn = new Asn1InputStream(principal.GetEncoded()); NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_13, /*hidden argument*/NULL); Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * L_15 = (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 *)il2cpp_codegen_object_new(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); Asn1InputStream__ctor_mF6B61FCBF0427F2217D6090D2BB5ED308C0C6143(L_15, L_14, /*hidden argument*/NULL); V_3 = L_15; } IL_003d: try {// begin try (depth: 1) // dns = DerSequence.GetInstance(aIn.ReadObject()); Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * L_16 = V_3; NullCheck(L_16); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_17; L_17 = Asn1InputStream_ReadObject_mBA53F889AA1DF42134B2BBAC4FB0A3DD8F278832(L_16, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18; L_18 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_17, /*hidden argument*/NULL); V_4 = L_18; // } goto IL_005d; }// 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_004c; } throw e; } CATCH_004c: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Exception extracting subject name when checking subtrees.", e, certPath, index); Exception_t * L_19 = V_6; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_20 = ___certPath0; int32_t L_21 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_22 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7432366D0064EEE11AF14FB38431C994D4B4342F)), L_19, L_20, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681_RuntimeMethod_var))); }// end catch (depth: 1) IL_005d: { } IL_005e: try {// begin try (depth: 1) // nameConstraintValidator.CheckPermittedDN(dns); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_23 = ___nameConstraintValidator2; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_24 = V_4; NullCheck(L_23); PkixNameConstraintValidator_CheckPermittedDN_mE762405C630D96F1C78D1F80DD7EDDAEB79EE1F0(L_23, L_24, /*hidden argument*/NULL); // nameConstraintValidator.CheckExcludedDN(dns); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_25 = ___nameConstraintValidator2; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_26 = V_4; NullCheck(L_25); PkixNameConstraintValidator_CheckExcludedDN_m9728473B2B7CD0806A3E8741534E4FEEE7ABCD14(L_25, L_26, /*hidden argument*/NULL); // } goto IL_0081; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0070; } throw e; } CATCH_0070: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException) // catch (PkixNameConstraintValidatorException e) V_7 = ((PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)); // throw new PkixCertPathValidatorException( // "Subtree check for certificate subject failed.", e, certPath, index); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_27 = V_7; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_28 = ___certPath0; int32_t L_29 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_30 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral379E13AD324D77D6611B6438BE4695B519C08D2A)), L_27, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681_RuntimeMethod_var))); }// end catch (depth: 1) IL_0081: { // GeneralNames altName = null; V_5 = (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 *)NULL; } IL_0084: try {// begin try (depth: 1) // altName = GeneralNames.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.SubjectAlternativeName)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_31 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_SubjectAlternativeName_6(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_33; L_33 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_31, L_32, /*hidden argument*/NULL); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_34; L_34 = GeneralNames_GetInstance_mC9C464CE24BBF9B6446FFEF3614A68A1DC18D575(L_33, /*hidden argument*/NULL); V_5 = L_34; // } goto IL_00a9; }// 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_0098; } throw e; } CATCH_0098: {// begin catch(System.Exception) // catch (Exception e) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Subject alternative name extension could not be decoded.", e, certPath, index); Exception_t * L_35 = V_8; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_36 = ___certPath0; int32_t L_37 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_38 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_38, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE173C4DC3A38123B4D46309B2B25AEFE0A12F5B)), L_35, L_36, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681_RuntimeMethod_var))); }// end catch (depth: 1) IL_00a9: { // IList emails = X509Name.GetInstance(dns).GetValueList(X509Name.EmailAddress); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_39 = V_4; IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_40; L_40 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_39, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_41 = ((X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields*)il2cpp_codegen_static_fields_for(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var))->get_EmailAddress_31(); NullCheck(L_40); RuntimeObject* L_42; L_42 = X509Name_GetValueList_m63BBAC44502F6217D22575425B10E15B7E9D1926(L_40, L_41, /*hidden argument*/NULL); // foreach (string email in emails) NullCheck(L_42); RuntimeObject* L_43; L_43 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_42); V_9 = L_43; } IL_00c1: try {// begin try (depth: 1) { goto IL_00fe; } IL_00c3: { // foreach (string email in emails) RuntimeObject* L_44 = V_9; NullCheck(L_44); RuntimeObject * L_45; L_45 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_44); V_10 = ((String_t*)CastclassSealed((RuntimeObject*)L_45, String_t_il2cpp_TypeInfo_var)); // GeneralName emailAsGeneralName = new GeneralName(GeneralName.Rfc822Name, email); String_t* L_46 = V_10; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_47 = (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)il2cpp_codegen_object_new(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); GeneralName__ctor_m820C005CF2CC0C2EF1B09157C07A68BCEDCF148B(L_47, 1, L_46, /*hidden argument*/NULL); V_11 = L_47; } IL_00db: try {// begin try (depth: 2) // nameConstraintValidator.checkPermitted(emailAsGeneralName); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_48 = ___nameConstraintValidator2; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_49 = V_11; NullCheck(L_48); PkixNameConstraintValidator_checkPermitted_mB6AC598BF5195C0CE593D95139CD5FBD1F4E6E40(L_48, L_49, /*hidden argument*/NULL); // nameConstraintValidator.checkExcluded(emailAsGeneralName); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_50 = ___nameConstraintValidator2; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_51 = V_11; NullCheck(L_50); PkixNameConstraintValidator_checkExcluded_mA9A3131B30DF29680A46AF38EA85B0FC687EAE8F(L_50, L_51, /*hidden argument*/NULL); // } goto IL_00fe; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00ed; } throw e; } CATCH_00ed: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException) // catch (PkixNameConstraintValidatorException ex) V_12 = ((PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)); // throw new PkixCertPathValidatorException( // "Subtree check for certificate subject alternative email failed.", ex, certPath, index); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_52 = V_12; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_53 = ___certPath0; int32_t L_54 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_55 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF117FEE6E999DB910D2EE5D1060C417B93FBDE18)), L_52, L_53, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681_RuntimeMethod_var))); }// end catch (depth: 2) IL_00fe: { // foreach (string email in emails) RuntimeObject* L_56 = V_9; NullCheck(L_56); bool L_57; L_57 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_56); if (L_57) { goto IL_00c3; } } IL_0107: { IL2CPP_LEAVE(0x11E, FINALLY_0109); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0109; } FINALLY_0109: {// begin finally (depth: 1) { RuntimeObject* L_58 = V_9; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_58, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_59 = V_13; if (!L_59) { goto IL_011d; } } IL_0116: { RuntimeObject* L_60 = V_13; NullCheck(L_60); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_60); } IL_011d: { IL2CPP_END_FINALLY(265) } }// end finally (depth: 1) IL2CPP_CLEANUP(265) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x11E, IL_011e) } IL_011e: { // if (altName != null) GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_61 = V_5; if (!L_61) { goto IL_0182; } } { // GeneralName[] genNames = null; V_14 = (GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E*)NULL; } IL_0125: try {// begin try (depth: 1) // genNames = altName.GetNames(); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_62 = V_5; NullCheck(L_62); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_63; L_63 = GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF(L_62, /*hidden argument*/NULL); V_14 = L_63; // } goto IL_0141; }// 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_0130; } throw e; } CATCH_0130: {// begin catch(System.Exception) // catch (Exception e) V_15 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Subject alternative name contents could not be decoded.", e, certPath, index); Exception_t * L_64 = V_15; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_65 = ___certPath0; int32_t L_66 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_67 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_67, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral19CA86D64273536E65A3160ECC59CB98A1159E5C)), L_64, L_65, L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681_RuntimeMethod_var))); }// end catch (depth: 1) IL_0141: { // foreach (GeneralName genName in genNames) GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_68 = V_14; V_16 = L_68; V_17 = 0; goto IL_017a; } IL_014a: { // foreach (GeneralName genName in genNames) GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_69 = V_16; int32_t L_70 = V_17; NullCheck(L_69); int32_t L_71 = L_70; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_72 = (L_69)->GetAt(static_cast(L_71)); V_18 = L_72; } IL_0151: try {// begin try (depth: 1) // nameConstraintValidator.checkPermitted(genName); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_73 = ___nameConstraintValidator2; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_74 = V_18; NullCheck(L_73); PkixNameConstraintValidator_checkPermitted_mB6AC598BF5195C0CE593D95139CD5FBD1F4E6E40(L_73, L_74, /*hidden argument*/NULL); // nameConstraintValidator.checkExcluded(genName); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_75 = ___nameConstraintValidator2; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_76 = V_18; NullCheck(L_75); PkixNameConstraintValidator_checkExcluded_mA9A3131B30DF29680A46AF38EA85B0FC687EAE8F(L_75, L_76, /*hidden argument*/NULL); // } goto IL_0174; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0163; } throw e; } CATCH_0163: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException) // catch (PkixNameConstraintValidatorException e) V_19 = ((PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 *)); // throw new PkixCertPathValidatorException( // "Subtree check for certificate subject alternative name failed.", e, certPath, index); PkixNameConstraintValidatorException_t36FD234E72C11FC800C40ACF9DE55DD615630D87 * L_77 = V_19; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_78 = ___certPath0; int32_t L_79 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_80 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_80, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE4C04858E7D5EFF22BD39300241D0DE2F9DAF92)), L_77, L_78, L_79, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertBC_m25CAD51FFCDE79DC6CF0CEB2C57C2AF014EBF681_RuntimeMethod_var))); }// end catch (depth: 1) IL_0174: { int32_t L_81 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_017a: { // foreach (GeneralName genName in genNames) int32_t L_82 = V_17; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_83 = V_16; NullCheck(L_83); if ((((int32_t)L_82) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_83)->max_length)))))) { goto IL_014a; } } IL_0182: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertA(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertA_m73A13A7FDE0E45720439B7DEF39D5E5E71ABD184 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_1 = NULL; Exception_t * V_2 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_3 = NULL; int32_t V_4 = 0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_5 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_6 = NULL; Exception_t * V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // Asn1Sequence pm = null; V_1 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_0014: try {// begin try (depth: 1) // pm = Asn1Sequence.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.PolicyMappings)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyMappings_19(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7; L_7 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_6, /*hidden argument*/NULL); V_1 = L_7; // } goto IL_0036; }// 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_0027; } throw e; } CATCH_0027: {// begin catch(System.Exception) // catch (Exception ex) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Policy mappings extension could not be decoded.", ex, certPath, index); Exception_t * L_8 = V_2; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; int32_t L_10 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral426D8EE5003200B3DB1B4FC057FBB9202B63D05F)), L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertA_m73A13A7FDE0E45720439B7DEF39D5E5E71ABD184_RuntimeMethod_var))); }// end catch (depth: 1) IL_0036: { // if (pm != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = V_1; if (!L_12) { goto IL_00dc; } } { // Asn1Sequence mappings = pm; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = V_1; V_3 = L_13; // for (int j = 0; j < mappings.Count; j++) V_4 = 0; goto IL_00cf; } IL_0046: { // DerObjectIdentifier issuerDomainPolicy = null; V_5 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)NULL; // DerObjectIdentifier subjectDomainPolicy = null; V_6 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)NULL; } IL_004c: try {// begin try (depth: 1) // Asn1Sequence mapping = DerSequence.GetInstance(mappings[j]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14 = V_3; int32_t L_15 = V_4; NullCheck(L_14); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_16; L_16 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_14, L_15); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17; L_17 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_16, /*hidden argument*/NULL); // issuerDomainPolicy = DerObjectIdentifier.GetInstance(mapping[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = L_17; NullCheck(L_18); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_19; L_19 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_18, 0); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20; L_20 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_19, /*hidden argument*/NULL); V_5 = L_20; // subjectDomainPolicy = DerObjectIdentifier.GetInstance(mapping[1]); NullCheck(L_18); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_21; L_21 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_18, 1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22; L_22 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_21, /*hidden argument*/NULL); V_6 = L_22; // } goto IL_0087; }// 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_0076; } throw e; } CATCH_0076: {// begin catch(System.Exception) // catch (Exception e) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Policy mappings extension contents could not be decoded.", e, certPath, index); Exception_t * L_23 = V_7; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_24 = ___certPath0; int32_t L_25 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_26 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7115463A2F2104DBF84A2DE8BB0578ECEE3B0A6A)), L_23, L_24, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertA_m73A13A7FDE0E45720439B7DEF39D5E5E71ABD184_RuntimeMethod_var))); }// end catch (depth: 1) IL_0087: { // if (Rfc3280CertPathUtilities.ANY_POLICY.Equals(issuerDomainPolicy.Id)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_27 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_28 = V_5; NullCheck(L_28); String_t* L_29; L_29 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_28, /*hidden argument*/NULL); NullCheck(L_27); bool L_30; L_30 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_27, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00a8; } } { // throw new PkixCertPathValidatorException( // "IssuerDomainPolicy is anyPolicy", null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_31 = ___certPath0; int32_t L_32 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_33 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A496470AE995E27FB04D3274093AA61CA24D9F6)), (Exception_t *)NULL, L_31, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertA_m73A13A7FDE0E45720439B7DEF39D5E5E71ABD184_RuntimeMethod_var))); } IL_00a8: { // if (Rfc3280CertPathUtilities.ANY_POLICY.Equals(subjectDomainPolicy.Id)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_34 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = V_6; NullCheck(L_35); String_t* L_36; L_36 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_35, /*hidden argument*/NULL); NullCheck(L_34); bool L_37; L_37 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_34, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00c9; } } { // throw new PkixCertPathValidatorException( // "SubjectDomainPolicy is anyPolicy,", null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_38 = ___certPath0; int32_t L_39 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_40 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1D79B308E8E9AA54C591FE73142904DF875C4173)), (Exception_t *)NULL, L_38, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertA_m73A13A7FDE0E45720439B7DEF39D5E5E71ABD184_RuntimeMethod_var))); } IL_00c9: { // for (int j = 0; j < mappings.Count; j++) int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00cf: { // for (int j = 0; j < mappings.Count; j++) int32_t L_42 = V_4; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_43 = V_3; NullCheck(L_43); int32_t L_44; L_44 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_43); if ((((int32_t)L_42) < ((int32_t)L_44))) { goto IL_0046; } } IL_00dc: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertD(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Collections.IList[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * Rfc3280CertPathUtilities_ProcessCertD_m710370EBBDE7182DAE270B0BED06754E6E6DC886 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, RuntimeObject* ___acceptablePolicies2, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree3, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes4, int32_t ___inhibitAnyPolicy5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_3 = NULL; Exception_t * V_4 = NULL; RuntimeObject* V_5 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * V_9 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_10 = NULL; RuntimeObject* V_11 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_12 = NULL; RuntimeObject* V_13 = NULL; RuntimeObject* V_14 = NULL; RuntimeObject * V_15 = NULL; PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * V_16 = NULL; RuntimeObject* V_17 = NULL; RuntimeObject* V_18 = NULL; int32_t V_19 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_20 = NULL; RuntimeObject* V_21 = NULL; RuntimeObject * V_22 = NULL; String_t* V_23 = NULL; bool V_24 = false; RuntimeObject* V_25 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_26 = NULL; RuntimeObject* V_27 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_28 = NULL; int32_t V_29 = 0; RuntimeObject* V_30 = NULL; int32_t V_31 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_32 = NULL; bool V_33 = false; RuntimeObject* V_34 = NULL; int32_t V_35 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; RuntimeObject* L_2 = L_1; int32_t L_3 = ___index1; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_2, L_3); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_4, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // int n = certs.Count; NullCheck(L_2); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_2); V_1 = L_5; // int i = n - index; int32_t L_6 = V_1; int32_t L_7 = ___index1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); // Asn1Sequence certPolicies = null; V_3 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_001f: try {// begin try (depth: 1) // certPolicies = DerSequence.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.CertificatePolicies)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10; L_10 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_8, L_9, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11; L_11 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_10, /*hidden argument*/NULL); V_3 = L_11; // } goto IL_0043; }// 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_0032; } throw e; } CATCH_0032: {// begin catch(System.Exception) // catch (Exception e) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Could not read certificate policies extension from certificate.", e, certPath, index); Exception_t * L_12 = V_4; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_13 = ___certPath0; int32_t L_14 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_15 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDC9783E42D7DFE786685484DB9FADECACE79EE7)), L_12, L_13, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertD_m710370EBBDE7182DAE270B0BED06754E6E6DC886_RuntimeMethod_var))); }// end catch (depth: 1) IL_0043: { // if (certPolicies != null && validPolicyTree != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_16 = V_3; if (!L_16) { goto IL_03dd; } } { PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_17 = ___validPolicyTree3; if (!L_17) { goto IL_03dd; } } { // ISet pols = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_18 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_18, /*hidden argument*/NULL); V_5 = L_18; // foreach (Asn1Encodable ae in certPolicies) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_19 = V_3; NullCheck(L_19); RuntimeObject* L_20; L_20 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_19); V_8 = L_20; } IL_005e: try {// begin try (depth: 1) { goto IL_00e3; } IL_0063: { // foreach (Asn1Encodable ae in certPolicies) RuntimeObject* L_21 = V_8; NullCheck(L_21); RuntimeObject * L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); // PolicyInformation pInfo = PolicyInformation.GetInstance(ae.ToAsn1Object()); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_22, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_23; L_23 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_22, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_24; L_24 = PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB(L_23, /*hidden argument*/NULL); V_9 = L_24; // DerObjectIdentifier pOid = pInfo.PolicyIdentifier; PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_25 = V_9; NullCheck(L_25); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26; L_26 = PolicyInformation_get_PolicyIdentifier_mA0BF2F411410C1FC04DEAD93EECD80737F11A2BD_inline(L_25, /*hidden argument*/NULL); V_10 = L_26; // pols.Add(pOid.Id); RuntimeObject* L_27 = V_5; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_28 = V_10; NullCheck(L_28); String_t* L_29; L_29 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_28, /*hidden argument*/NULL); NullCheck(L_27); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_27, L_29); // if (!Rfc3280CertPathUtilities.ANY_POLICY.Equals(pOid.Id)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_30 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = V_10; NullCheck(L_31); String_t* L_32; L_32 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_31, /*hidden argument*/NULL); NullCheck(L_30); bool L_33; L_33 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_30, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00e3; } } IL_00a5: { // ISet pq = null; V_11 = (RuntimeObject*)NULL; } IL_00a8: try {// begin try (depth: 2) // pq = PkixCertPathValidatorUtilities.GetQualifierSet(pInfo.PolicyQualifiers); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_34 = V_9; NullCheck(L_34); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_35; L_35 = PolicyInformation_get_PolicyQualifiers_m37313A092B7BDFB8C6436227110FBFDA2F5D71C2_inline(L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_36; L_36 = PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F(L_35, /*hidden argument*/NULL); V_11 = L_36; // } goto IL_00c9; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b8; } throw e; } CATCH_00b8: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException ex) V_12 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new PkixCertPathValidatorException( // "Policy qualifier info set could not be build.", ex, certPath, index); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_37 = V_12; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_38 = ___certPath0; int32_t L_39 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_40 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6F43B6FB9C70691DAB945CD4C7F9E7517511524)), L_37, L_38, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertD_m710370EBBDE7182DAE270B0BED06754E6E6DC886_RuntimeMethod_var))); }// end catch (depth: 2) IL_00c9: { // bool match = PkixCertPathValidatorUtilities.ProcessCertD1i(i, policyNodes, pOid, pq); int32_t L_41 = V_2; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_42 = ___policyNodes4; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_43 = V_10; RuntimeObject* L_44 = V_11; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_45; L_45 = PkixCertPathValidatorUtilities_ProcessCertD1i_m5F5DDCF83DF36B487DCFF5A2D844B3A02FEC0921(L_41, L_42, L_43, L_44, /*hidden argument*/NULL); // if (!match) if (L_45) { goto IL_00e3; } } IL_00d7: { // PkixCertPathValidatorUtilities.ProcessCertD1ii(i, policyNodes, pOid, pq); int32_t L_46 = V_2; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_47 = ___policyNodes4; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_48 = V_10; RuntimeObject* L_49 = V_11; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_ProcessCertD1ii_mFC18CC0FB157CAF3980ABF1074FA348C490C7E7F(L_46, L_47, L_48, L_49, /*hidden argument*/NULL); } IL_00e3: { // foreach (Asn1Encodable ae in certPolicies) RuntimeObject* L_50 = V_8; NullCheck(L_50); bool L_51; L_51 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_0063; } } IL_00ef: { IL2CPP_LEAVE(0x106, FINALLY_00f1); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f1; } FINALLY_00f1: {// begin finally (depth: 1) { RuntimeObject* L_52 = V_8; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_13; if (!L_53) { goto IL_0105; } } IL_00fe: { RuntimeObject* L_54 = V_13; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_54); } IL_0105: { IL2CPP_END_FINALLY(241) } }// end finally (depth: 1) IL2CPP_CLEANUP(241) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x106, IL_0106) } IL_0106: { // if (acceptablePolicies.IsEmpty || acceptablePolicies.Contains(Rfc3280CertPathUtilities.ANY_POLICY)) RuntimeObject* L_55 = ___acceptablePolicies2; NullCheck(L_55); bool L_56; L_56 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_55); if (L_56) { goto IL_011b; } } { RuntimeObject* L_57 = ___acceptablePolicies2; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_58 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); NullCheck(L_57); bool L_59; L_59 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_57, L_58); if (!L_59) { goto IL_012b; } } IL_011b: { // acceptablePolicies.Clear(); RuntimeObject* L_60 = ___acceptablePolicies2; NullCheck(L_60); InterfaceActionInvoker0::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Clear() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_60); // acceptablePolicies.AddAll(pols); RuntimeObject* L_61 = ___acceptablePolicies2; RuntimeObject* L_62 = V_5; NullCheck(L_61); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_61, L_62); // } goto IL_0187; } IL_012b: { // ISet t1 = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_63 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_63, /*hidden argument*/NULL); V_14 = L_63; // foreach (object o in acceptablePolicies) RuntimeObject* L_64 = ___acceptablePolicies2; NullCheck(L_64); RuntimeObject* L_65; L_65 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_64); V_8 = L_65; } IL_013a: try {// begin try (depth: 1) { goto IL_0159; } IL_013c: { // foreach (object o in acceptablePolicies) RuntimeObject* L_66 = V_8; NullCheck(L_66); RuntimeObject * L_67; L_67 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_66); V_15 = L_67; // if (pols.Contains(o)) RuntimeObject* L_68 = V_5; RuntimeObject * L_69 = V_15; NullCheck(L_68); bool L_70; L_70 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_68, L_69); if (!L_70) { goto IL_0159; } } IL_0150: { // t1.Add(o); RuntimeObject* L_71 = V_14; RuntimeObject * L_72 = V_15; NullCheck(L_71); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_71, L_72); } IL_0159: { // foreach (object o in acceptablePolicies) RuntimeObject* L_73 = V_8; NullCheck(L_73); bool L_74; L_74 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_73); if (L_74) { goto IL_013c; } } IL_0162: { IL2CPP_LEAVE(0x179, FINALLY_0164); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0164; } FINALLY_0164: {// begin finally (depth: 1) { RuntimeObject* L_75 = V_8; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_75, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_76 = V_13; if (!L_76) { goto IL_0178; } } IL_0171: { RuntimeObject* L_77 = V_13; NullCheck(L_77); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_77); } IL_0178: { IL2CPP_END_FINALLY(356) } }// end finally (depth: 1) IL2CPP_CLEANUP(356) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x179, IL_0179) } IL_0179: { // acceptablePolicies.Clear(); RuntimeObject* L_78 = ___acceptablePolicies2; NullCheck(L_78); InterfaceActionInvoker0::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Clear() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_78); // acceptablePolicies.AddAll(t1); RuntimeObject* L_79 = ___acceptablePolicies2; RuntimeObject* L_80 = V_14; NullCheck(L_79); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_79, L_80); } IL_0187: { // if ((inhibitAnyPolicy > 0) || ((i < n) && PkixCertPathValidatorUtilities.IsSelfIssued(cert))) int32_t L_81 = ___inhibitAnyPolicy5; if ((((int32_t)L_81) > ((int32_t)0))) { goto IL_019e; } } { int32_t L_82 = V_2; int32_t L_83 = V_1; if ((((int32_t)L_82) >= ((int32_t)L_83))) { goto IL_032e; } } { X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_84 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_85; L_85 = PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636(L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_032e; } } IL_019e: { // foreach (Asn1Encodable ae in certPolicies) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_86 = V_3; NullCheck(L_86); RuntimeObject* L_87; L_87 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_86); V_8 = L_87; } IL_01a6: try {// begin try (depth: 1) { goto IL_030b; } IL_01ab: { // foreach (Asn1Encodable ae in certPolicies) RuntimeObject* L_88 = V_8; NullCheck(L_88); RuntimeObject * L_89; L_89 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_88); // PolicyInformation pInfo = PolicyInformation.GetInstance(ae.ToAsn1Object()); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_89, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_90; L_90 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_89, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_91; L_91 = PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB(L_90, /*hidden argument*/NULL); V_16 = L_91; // if (Rfc3280CertPathUtilities.ANY_POLICY.Equals(pInfo.PolicyIdentifier.Id)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_92 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_93 = V_16; NullCheck(L_93); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_94; L_94 = PolicyInformation_get_PolicyIdentifier_mA0BF2F411410C1FC04DEAD93EECD80737F11A2BD_inline(L_93, /*hidden argument*/NULL); NullCheck(L_94); String_t* L_95; L_95 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_94, /*hidden argument*/NULL); NullCheck(L_92); bool L_96; L_96 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_92, L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_030b; } } IL_01de: { // ISet _apq = PkixCertPathValidatorUtilities.GetQualifierSet(pInfo.PolicyQualifiers); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_97 = V_16; NullCheck(L_97); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_98; L_98 = PolicyInformation_get_PolicyQualifiers_m37313A092B7BDFB8C6436227110FBFDA2F5D71C2_inline(L_97, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_99; L_99 = PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F(L_98, /*hidden argument*/NULL); V_17 = L_99; // IList _nodes = policyNodes[i - 1]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_100 = ___policyNodes4; int32_t L_101 = V_2; NullCheck(L_100); int32_t L_102 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)1)); RuntimeObject* L_103 = (L_100)->GetAt(static_cast(L_102)); V_18 = L_103; // for (int k = 0; k < _nodes.Count; k++) V_19 = 0; goto IL_02fb; } IL_01fc: { // PkixPolicyNode _node = (PkixPolicyNode)_nodes[k]; RuntimeObject* L_104 = V_18; int32_t L_105 = V_19; NullCheck(L_104); RuntimeObject * L_106; L_106 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_104, L_105); V_20 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_106, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // IEnumerator _policySetIter = _node.ExpectedPolicies.GetEnumerator(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_107 = V_20; NullCheck(L_107); RuntimeObject* L_108; L_108 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ExpectedPolicies() */, L_107); NullCheck(L_108); RuntimeObject* L_109; L_109 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_108); V_21 = L_109; goto IL_02e9; } IL_021f: { // object _tmp = _policySetIter.Current; RuntimeObject* L_110 = V_21; NullCheck(L_110); RuntimeObject * L_111; L_111 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_110); V_22 = L_111; // if (_tmp is string) RuntimeObject * L_112 = V_22; if (!((String_t*)IsInstSealed((RuntimeObject*)L_112, String_t_il2cpp_TypeInfo_var))) { goto IL_023c; } } IL_0231: { // _policy = (string)_tmp; RuntimeObject * L_113 = V_22; V_23 = ((String_t*)CastclassSealed((RuntimeObject*)L_113, String_t_il2cpp_TypeInfo_var)); // } goto IL_0256; } IL_023c: { // else if (_tmp is DerObjectIdentifier) RuntimeObject * L_114 = V_22; if (!((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)IsInstClass((RuntimeObject*)L_114, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))) { goto IL_02e9; } } IL_0248: { // _policy = ((DerObjectIdentifier)_tmp).Id; RuntimeObject * L_115 = V_22; NullCheck(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_115, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); String_t* L_116; L_116 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_115, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_23 = L_116; } IL_0256: { // bool _found = false; V_24 = (bool)0; // foreach (PkixPolicyNode _child in _node.Children) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_117 = V_20; NullCheck(L_117); RuntimeObject* L_118; L_118 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Children() */, L_117); NullCheck(L_118); RuntimeObject* L_119; L_119 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_118); V_25 = L_119; } IL_0267: try {// begin try (depth: 2) { goto IL_028a; } IL_0269: { // foreach (PkixPolicyNode _child in _node.Children) RuntimeObject* L_120 = V_25; NullCheck(L_120); RuntimeObject * L_121; L_121 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_120); V_26 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_121, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (_policy.Equals(_child.ValidPolicy)) String_t* L_122 = V_23; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_123 = V_26; NullCheck(L_123); String_t* L_124; L_124 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_123); NullCheck(L_122); bool L_125; L_125 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_122, L_124, /*hidden argument*/NULL); if (!L_125) { goto IL_028a; } } IL_0287: { // _found = true; V_24 = (bool)1; } IL_028a: { // foreach (PkixPolicyNode _child in _node.Children) RuntimeObject* L_126 = V_25; NullCheck(L_126); bool L_127; L_127 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_126); if (L_127) { goto IL_0269; } } IL_0293: { IL2CPP_LEAVE(0x2AA, FINALLY_0295); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0295; } FINALLY_0295: {// begin finally (depth: 2) { RuntimeObject* L_128 = V_25; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_128, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_129 = V_13; if (!L_129) { goto IL_02a9; } } IL_02a2: { RuntimeObject* L_130 = V_13; NullCheck(L_130); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_130); } IL_02a9: { IL2CPP_END_FINALLY(661) } }// end finally (depth: 2) IL2CPP_CLEANUP(661) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2AA, IL_02aa) } IL_02aa: { // if (!_found) bool L_131 = V_24; if (L_131) { goto IL_02e9; } } IL_02ae: { // ISet _newChildExpectedPolicies = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_132 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_132, /*hidden argument*/NULL); V_27 = L_132; // _newChildExpectedPolicies.Add(_policy); RuntimeObject* L_133 = V_27; String_t* L_134 = V_23; NullCheck(L_133); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_133, L_134); // PkixPolicyNode _newChild = new PkixPolicyNode(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(), i, // _newChildExpectedPolicies, _node, _apq, _policy, false); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_135; L_135 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); int32_t L_136 = V_2; RuntimeObject* L_137 = V_27; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_138 = V_20; RuntimeObject* L_139 = V_17; String_t* L_140 = V_23; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_141 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)il2cpp_codegen_object_new(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB(L_141, L_135, L_136, L_137, L_138, L_139, L_140, (bool)0, /*hidden argument*/NULL); V_28 = L_141; // _node.AddChild(_newChild); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_142 = V_20; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_143 = V_28; NullCheck(L_142); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::AddChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_142, L_143); // policyNodes[i].Add(_newChild); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_144 = ___policyNodes4; int32_t L_145 = V_2; NullCheck(L_144); int32_t L_146 = L_145; RuntimeObject* L_147 = (L_144)->GetAt(static_cast(L_146)); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_148 = V_28; NullCheck(L_147); int32_t L_149; L_149 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_147, L_148); } IL_02e9: { // while (_policySetIter.MoveNext()) RuntimeObject* L_150 = V_21; NullCheck(L_150); bool L_151; L_151 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_150); if (L_151) { goto IL_021f; } } IL_02f5: { // for (int k = 0; k < _nodes.Count; k++) int32_t L_152 = V_19; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)1)); } IL_02fb: { // for (int k = 0; k < _nodes.Count; k++) int32_t L_153 = V_19; RuntimeObject* L_154 = V_18; NullCheck(L_154); int32_t L_155; L_155 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_154); if ((((int32_t)L_153) < ((int32_t)L_155))) { goto IL_01fc; } } IL_0309: { // break; IL2CPP_LEAVE(0x32E, FINALLY_0319); } IL_030b: { // foreach (Asn1Encodable ae in certPolicies) RuntimeObject* L_156 = V_8; NullCheck(L_156); bool L_157; L_157 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_156); if (L_157) { goto IL_01ab; } } IL_0317: { IL2CPP_LEAVE(0x32E, FINALLY_0319); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0319; } FINALLY_0319: {// begin finally (depth: 1) { RuntimeObject* L_158 = V_8; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_158, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_159 = V_13; if (!L_159) { goto IL_032d; } } IL_0326: { RuntimeObject* L_160 = V_13; NullCheck(L_160); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_160); } IL_032d: { IL2CPP_END_FINALLY(793) } }// end finally (depth: 1) IL2CPP_CLEANUP(793) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x32E, IL_032e) } IL_032e: { // PkixPolicyNode _validPolicyTree = validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_161 = ___validPolicyTree3; V_6 = L_161; // for (int j = (i - 1); j >= 0; j--) int32_t L_162 = V_2; V_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_162, (int32_t)1)); goto IL_0385; } IL_0338: { // IList nodes = policyNodes[j]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_163 = ___policyNodes4; int32_t L_164 = V_29; NullCheck(L_163); int32_t L_165 = L_164; RuntimeObject* L_166 = (L_163)->GetAt(static_cast(L_165)); V_30 = L_166; // for (int k = 0; k < nodes.Count; k++) V_31 = 0; goto IL_0374; } IL_0344: { // PkixPolicyNode node = (PkixPolicyNode)nodes[k]; RuntimeObject* L_167 = V_30; int32_t L_168 = V_31; NullCheck(L_167); RuntimeObject * L_169; L_169 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_167, L_168); V_32 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_169, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (!node.HasChildren) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_170 = V_32; NullCheck(L_170); bool L_171; L_171 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_HasChildren() */, L_170); if (L_171) { goto IL_036e; } } { // _validPolicyTree = PkixCertPathValidatorUtilities.RemovePolicyNode(_validPolicyTree, policyNodes, // node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_172 = V_6; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_173 = ___policyNodes4; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_174 = V_32; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_175; L_175 = PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C(L_172, L_173, L_174, /*hidden argument*/NULL); V_6 = L_175; // if (_validPolicyTree == null) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_176 = V_6; if (!L_176) { goto IL_037f; } } IL_036e: { // for (int k = 0; k < nodes.Count; k++) int32_t L_177 = V_31; V_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)1)); } IL_0374: { // for (int k = 0; k < nodes.Count; k++) int32_t L_178 = V_31; RuntimeObject* L_179 = V_30; NullCheck(L_179); int32_t L_180; L_180 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_179); if ((((int32_t)L_178) < ((int32_t)L_180))) { goto IL_0344; } } IL_037f: { // for (int j = (i - 1); j >= 0; j--) int32_t L_181 = V_29; V_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_181, (int32_t)1)); } IL_0385: { // for (int j = (i - 1); j >= 0; j--) int32_t L_182 = V_29; if ((((int32_t)L_182) >= ((int32_t)0))) { goto IL_0338; } } { // ISet criticalExtensionOids = cert.GetCriticalExtensionOids(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_183 = V_0; NullCheck(L_183); RuntimeObject* L_184; L_184 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetCriticalExtensionOids() */, L_183); V_7 = L_184; // if (criticalExtensionOids != null) RuntimeObject* L_185 = V_7; if (!L_185) { goto IL_03da; } } { // bool critical = criticalExtensionOids.Contains(X509Extensions.CertificatePolicies.Id); RuntimeObject* L_186 = V_7; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_187 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); NullCheck(L_187); String_t* L_188; L_188 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_187, /*hidden argument*/NULL); NullCheck(L_186); bool L_189; L_189 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_186, L_188); V_33 = L_189; // IList nodes = policyNodes[i]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_190 = ___policyNodes4; int32_t L_191 = V_2; NullCheck(L_190); int32_t L_192 = L_191; RuntimeObject* L_193 = (L_190)->GetAt(static_cast(L_192)); V_34 = L_193; // for (int j = 0; j < nodes.Count; j++) V_35 = 0; goto IL_03cf; } IL_03b4: { // PkixPolicyNode node = (PkixPolicyNode)nodes[j]; RuntimeObject* L_194 = V_34; int32_t L_195 = V_35; NullCheck(L_194); RuntimeObject * L_196; L_196 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_194, L_195); // node.IsCritical = critical; bool L_197 = V_33; NullCheck(((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_196, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var))); VirtualActionInvoker1< bool >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::set_IsCritical(System.Boolean) */, ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_196, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)), L_197); // for (int j = 0; j < nodes.Count; j++) int32_t L_198 = V_35; V_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)1)); } IL_03cf: { // for (int j = 0; j < nodes.Count; j++) int32_t L_199 = V_35; RuntimeObject* L_200 = V_34; NullCheck(L_200); int32_t L_201; L_201 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_200); if ((((int32_t)L_199) < ((int32_t)L_201))) { goto IL_03b4; } } IL_03da: { // return _validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_202 = V_6; return L_202; } IL_03dd: { // return null; return (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlB1(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181 (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject * ___cert1, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl2, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; bool V_3 = false; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* V_4 = NULL; int32_t V_5 = 0; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Asn1Object idp = PkixCertPathValidatorUtilities.GetExtensionValue( // crl, X509Extensions.IssuingDistributionPoint); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_0 = ___crl2; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // bool isIndirect = false; V_1 = (bool)0; // if (idp != null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!L_3) { goto IL_0020; } } { // if (IssuingDistributionPoint.GetInstance(idp).IsIndirectCrl) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_5; L_5 = IssuingDistributionPoint_GetInstance_m8B8BD6237BB4714B75882EB993972CD92EDCB21C(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = IssuingDistributionPoint_get_IsIndirectCrl_m5166BD3C3F381C33AE98A1668108A4AB2F4ABA42_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0020; } } { // isIndirect = true; V_1 = (bool)1; } IL_0020: { // byte[] issuerBytes = crl.IssuerDN.GetEncoded(); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_7 = ___crl2; NullCheck(L_7); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_8; L_8 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_7); NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_8, /*hidden argument*/NULL); V_2 = L_9; // bool matchIssuer = false; V_3 = (bool)0; // if (dp.CrlIssuer != null) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_10 = ___dp0; NullCheck(L_10); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_11; L_11 = DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00b1; } } { // GeneralName[] genNames = dp.CrlIssuer.GetNames(); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_12 = ___dp0; NullCheck(L_12); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_13; L_13 = DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_14; L_14 = GeneralNames_GetNames_m343A3572C29C753465759390B709B014215282AF(L_13, /*hidden argument*/NULL); V_4 = L_14; // for (int j = 0; j < genNames.Length; j++) V_5 = 0; goto IL_008a; } IL_0048: { // if (genNames[j].TagNo == GeneralName.DirectoryName) GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_15 = V_4; int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); int32_t L_19; L_19 = GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline(L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)4)))) { goto IL_0084; } } IL_0055: try {// begin try (depth: 1) { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays.AreEqual(genNames[j].Name.ToAsn1Object().GetEncoded(), issuerBytes)) GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_20 = V_4; int32_t L_21 = V_5; NullCheck(L_20); int32_t L_22 = L_21; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_23); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_24; L_24 = GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_25; L_25 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_24); NullCheck(L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26; L_26 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_25, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_28; L_28 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0073; } } IL_0071: { // matchIssuer = true; V_3 = (bool)1; } IL_0073: { // } goto IL_0084; } }// 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_0075; } throw e; } CATCH_0075: {// begin catch(System.IO.IOException) // catch (IOException e) V_6 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception( // "CRL issuer information from distribution point cannot be decoded.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_29 = V_6; Exception_t * L_30 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD9A4DBE6C65B6AE57C330CAED083B9BD8DE9230)), L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181_RuntimeMethod_var))); }// end catch (depth: 1) IL_0084: { // for (int j = 0; j < genNames.Length; j++) int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_008a: { // for (int j = 0; j < genNames.Length; j++) int32_t L_32 = V_5; GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* L_33 = V_4; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_0048; } } { // if (matchIssuer && !isIndirect) bool L_34 = V_3; if (!L_34) { goto IL_00a3; } } { bool L_35 = V_1; if (L_35) { goto IL_00a3; } } { // throw new Exception("Distribution point contains cRLIssuer field but CRL is not indirect."); Exception_t * L_36 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC64322C8D04CE318BFE4D92A7A5D7286824DBE1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181_RuntimeMethod_var))); } IL_00a3: { // if (!matchIssuer) bool L_37 = V_3; if (L_37) { goto IL_00c7; } } { // throw new Exception("CRL issuer of CRL does not match CRL issuer of distribution point."); Exception_t * L_38 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_38, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA7B3CDF40FBF4B5DAC4C27875CB2941BBAB81FE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181_RuntimeMethod_var))); } IL_00b1: { // if (crl.IssuerDN.Equivalent(PkixCertPathValidatorUtilities.GetIssuerPrincipal(cert), true)) X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_39 = ___crl2; NullCheck(L_39); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_40; L_40 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_39); RuntimeObject * L_41 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_42; L_42 = PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465(L_41, /*hidden argument*/NULL); NullCheck(L_40); bool L_43; L_43 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_40, L_42, (bool)1, /*hidden argument*/NULL); if (!L_43) { goto IL_00c7; } } { // matchIssuer = true; V_3 = (bool)1; } IL_00c7: { // if (!matchIssuer) bool L_44 = V_3; if (L_44) { goto IL_00d5; } } { // throw new Exception("Cannot find matching CRL issuer for certificate."); Exception_t * L_45 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_45, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72DF8F5BA0B4554C8DC1AF49EC93B6CF0A4FBBE3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181_RuntimeMethod_var))); } IL_00d5: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlD(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * Rfc3280CertPathUtilities_ProcessCrlD_m9DAEE48D94893D8A8303DE0D3F920FB7CA825D81 (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl0, DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * V_0 = NULL; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * V_1 = NULL; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IssuingDistributionPoint idp = null; V_0 = (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D *)NULL; } IL_0002: try {// begin try (depth: 1) // idp = IssuingDistributionPoint.GetInstance(PkixCertPathValidatorUtilities.GetExtensionValue(crl, X509Extensions.IssuingDistributionPoint)); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_0 = ___crl0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_0, L_1, /*hidden argument*/NULL); IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_3; L_3 = IssuingDistributionPoint_GetInstance_m8B8BD6237BB4714B75882EB993972CD92EDCB21C(L_2, /*hidden argument*/NULL); V_0 = L_3; // } goto IL_0022; }// 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_0015; } throw e; } CATCH_0015: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("issuing distribution point extension could not be decoded.", e); Exception_t * L_4 = V_3; Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78772FD0301D5035731288AE9CDCAD8249646A22)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlD_m9DAEE48D94893D8A8303DE0D3F920FB7CA825D81_RuntimeMethod_var))); }// end catch (depth: 1) IL_0022: { // if (idp != null && idp.OnlySomeReasons != null && dp.Reasons != null) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_6 = V_0; if (!L_6) { goto IL_005b; } } { IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_7 = V_0; NullCheck(L_7); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_8; L_8 = IssuingDistributionPoint_get_OnlySomeReasons_mFAAAED8FCDAA424516717004F0DFC4D5CAD23F3A_inline(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005b; } } { DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_9 = ___dp1; NullCheck(L_9); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_10; L_10 = DistributionPoint_get_Reasons_m852FA1071E937D2EEDE3B8BCFA1610009A58194E_inline(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005b; } } { // return new ReasonsMask(dp.Reasons.IntValue).Intersect(new ReasonsMask(idp.OnlySomeReasons // .IntValue)); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_11 = ___dp1; NullCheck(L_11); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_12; L_12 = DistributionPoint_get_Reasons_m852FA1071E937D2EEDE3B8BCFA1610009A58194E_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::get_IntValue() */, L_12); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_14 = (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 *)il2cpp_codegen_object_new(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask__ctor_m93A26AF5EBC0852DC70CBF24336846187C5FD427(L_14, L_13, /*hidden argument*/NULL); IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_15 = V_0; NullCheck(L_15); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_16; L_16 = IssuingDistributionPoint_get_OnlySomeReasons_mFAAAED8FCDAA424516717004F0DFC4D5CAD23F3A_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::get_IntValue() */, L_16); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_18 = (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 *)il2cpp_codegen_object_new(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask__ctor_m93A26AF5EBC0852DC70CBF24336846187C5FD427(L_18, L_17, /*hidden argument*/NULL); NullCheck(L_14); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_19; L_19 = ReasonsMask_Intersect_mF33441FD03DB048EC69500FB8FAD8EDDD11454A7(L_14, L_18, /*hidden argument*/NULL); return L_19; } IL_005b: { // if ((idp == null || idp.OnlySomeReasons == null) && dp.Reasons == null) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_20 = V_0; if (!L_20) { goto IL_0066; } } { IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_21 = V_0; NullCheck(L_21); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_22; L_22 = IssuingDistributionPoint_get_OnlySomeReasons_mFAAAED8FCDAA424516717004F0DFC4D5CAD23F3A_inline(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0074; } } IL_0066: { DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_23 = ___dp1; NullCheck(L_23); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_24; L_24 = DistributionPoint_get_Reasons_m852FA1071E937D2EEDE3B8BCFA1610009A58194E_inline(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0074; } } { // return ReasonsMask.AllReasons; IL2CPP_RUNTIME_CLASS_INIT(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_25 = ((ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_StaticFields*)il2cpp_codegen_static_fields_for(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var))->get_AllReasons_1(); return L_25; } IL_0074: { // ReasonsMask dpReasons = null; V_1 = (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 *)NULL; // if (dp.Reasons == null) DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_26 = ___dp1; NullCheck(L_26); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_27; L_27 = DistributionPoint_get_Reasons_m852FA1071E937D2EEDE3B8BCFA1610009A58194E_inline(L_26, /*hidden argument*/NULL); if (L_27) { goto IL_0086; } } { // dpReasons = ReasonsMask.AllReasons; IL2CPP_RUNTIME_CLASS_INIT(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_28 = ((ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_StaticFields*)il2cpp_codegen_static_fields_for(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var))->get_AllReasons_1(); V_1 = L_28; // } goto IL_0097; } IL_0086: { // dpReasons = new ReasonsMask(dp.Reasons.IntValue); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_29 = ___dp1; NullCheck(L_29); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_30; L_30 = DistributionPoint_get_Reasons_m852FA1071E937D2EEDE3B8BCFA1610009A58194E_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31; L_31 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::get_IntValue() */, L_30); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_32 = (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 *)il2cpp_codegen_object_new(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask__ctor_m93A26AF5EBC0852DC70CBF24336846187C5FD427(L_32, L_31, /*hidden argument*/NULL); V_1 = L_32; } IL_0097: { // ReasonsMask idpReasons = null; V_2 = (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 *)NULL; // if (idp == null) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_33 = V_0; if (L_33) { goto IL_00a4; } } { // idpReasons = ReasonsMask.AllReasons; IL2CPP_RUNTIME_CLASS_INIT(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_34 = ((ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_StaticFields*)il2cpp_codegen_static_fields_for(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var))->get_AllReasons_1(); V_2 = L_34; // } goto IL_00b5; } IL_00a4: { // idpReasons = new ReasonsMask(idp.OnlySomeReasons.IntValue); IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_35 = V_0; NullCheck(L_35); ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_36; L_36 = IssuingDistributionPoint_get_OnlySomeReasons_mFAAAED8FCDAA424516717004F0DFC4D5CAD23F3A_inline(L_35, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::get_IntValue() */, L_36); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_38 = (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 *)il2cpp_codegen_object_new(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask__ctor_m93A26AF5EBC0852DC70CBF24336846187C5FD427(L_38, L_37, /*hidden argument*/NULL); V_2 = L_38; } IL_00b5: { // return dpReasons.Intersect(idpReasons); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_39 = V_1; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_40 = V_2; NullCheck(L_39); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_41; L_41 = ReasonsMask_Intersect_mF33441FD03DB048EC69500FB8FAD8EDDD11454A7(L_39, L_40, /*hidden argument*/NULL); return L_41; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlF(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6 (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl0, RuntimeObject * ___cert1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___defaultCRLSignCert2, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___defaultCRLSignKey3, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX4, RuntimeObject* ___certPathCerts5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E0E5CDBBB92D93B8CBFA8934E121C77B2E91352); s_Il2CppMethodInitialized = true; } X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * V_6 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_7 = NULL; Exception_t * V_8 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_9 = NULL; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * V_10 = NULL; RuntimeObject* V_11 = NULL; PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * V_12 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_13 = NULL; int32_t V_14 = 0; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_15 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * G_B12_0 = NULL; PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * G_B11_0 = NULL; PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * G_B13_0 = NULL; { // X509CertStoreSelector selector = new X509CertStoreSelector(); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_0 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) // selector.Subject = crl.IssuerDN; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_1 = V_0; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_2 = ___crl0; NullCheck(L_2); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_3; L_3 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_2); NullCheck(L_1); X509CertStoreSelector_set_Subject_m88B68C68D101561C5A6DF2EBBDA5717D63655BEA_inline(L_1, L_3, /*hidden argument*/NULL); // } goto IL_0023; }// 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_0014; } throw e; } CATCH_0014: {// begin catch(System.IO.IOException) // catch (IOException e) V_7 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception( // "Subject criteria for certificate selector to find issuer certificate for CRL could not be set.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_4 = V_7; Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DDF7DE10C0828BA2A6D362B3549A4204D11A038)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6_RuntimeMethod_var))); }// end catch (depth: 1) IL_0023: { // IList coll = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_1 = L_6; } IL_0029: try {// begin try (depth: 1) // CollectionUtilities.AddRange(coll, PkixCertPathValidatorUtilities.FindCertificates(selector, paramsPKIX.GetStores())); RuntimeObject* L_7 = V_1; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_8 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_9 = ___paramsPKIX4; NullCheck(L_9); RuntimeObject* L_10; L_10 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD(L_8, L_10, /*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_7, L_11, /*hidden argument*/NULL); // CollectionUtilities.AddRange(coll, PkixCertPathValidatorUtilities.FindCertificates(selector, paramsPKIX.GetAdditionalStores())); RuntimeObject* L_12 = V_1; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_13 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_14 = ___paramsPKIX4; NullCheck(L_14); RuntimeObject* L_15; L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(34 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetAdditionalStores() */, L_14); RuntimeObject* L_16; L_16 = PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD(L_13, L_15, /*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_12, L_16, /*hidden argument*/NULL); // } goto IL_0060; }// 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_0051; } throw e; } CATCH_0051: {// begin catch(System.Exception) // catch (Exception e) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Issuer certificate for CRL cannot be searched.", e); Exception_t * L_17 = V_8; Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5287C7B3AA9B0F60B5D8D3FDD8A44A9819365B5E)), L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6_RuntimeMethod_var))); }// end catch (depth: 1) IL_0060: { // coll.Add(defaultCRLSignCert); RuntimeObject* L_19 = V_1; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_20 = ___defaultCRLSignCert2; NullCheck(L_19); int32_t L_21; L_21 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_19, L_20); // IEnumerator cert_it = coll.GetEnumerator(); RuntimeObject* L_22 = V_1; NullCheck(L_22); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_22); V_2 = L_23; // IList validCerts = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_24; L_24 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_3 = L_24; // IList validKeys = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); RuntimeObject* L_25; L_25 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_4 = L_25; goto IL_0146; } IL_0081: { // X509Certificate signingCert = (X509Certificate)cert_it.Current; RuntimeObject* L_26 = V_2; NullCheck(L_26); RuntimeObject * L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); V_9 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_27, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // if (signingCert.Equals(defaultCRLSignCert)) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_28 = V_9; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_29 = ___defaultCRLSignCert2; NullCheck(L_28); bool L_30; L_30 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_28, L_29); if (!L_30) { goto IL_00af; } } { // validCerts.Add(signingCert); RuntimeObject* L_31 = V_3; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_32 = V_9; NullCheck(L_31); int32_t L_33; L_33 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_31, L_32); // validKeys.Add(defaultCRLSignKey); RuntimeObject* L_34 = V_4; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_35 = ___defaultCRLSignKey3; NullCheck(L_34); int32_t L_36; L_36 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_34, L_35); // continue; goto IL_0146; } IL_00af: { } IL_00b0: try {// begin try (depth: 1) { // PkixCertPathBuilder builder = new PkixCertPathBuilder(); PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * L_37 = (PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 *)il2cpp_codegen_object_new(PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0_il2cpp_TypeInfo_var); PkixCertPathBuilder__ctor_mBD7D8348D84AE02E600810349B7199DA8F469429(L_37, /*hidden argument*/NULL); // selector = new X509CertStoreSelector(); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_38 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A(L_38, /*hidden argument*/NULL); V_0 = L_38; // selector.Certificate = signingCert; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_39 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_40 = V_9; NullCheck(L_39); X509CertStoreSelector_set_Certificate_m085FB709441F7D14169750FD25A29974A7F5C270_inline(L_39, L_40, /*hidden argument*/NULL); // PkixParameters temp = (PkixParameters)paramsPKIX.Clone(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_41 = ___paramsPKIX4; NullCheck(L_41); RuntimeObject * L_42; L_42 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::Clone() */, L_41); // temp.SetTargetCertConstraints(selector); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_43 = ((PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *)CastclassClass((RuntimeObject*)L_42, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var)); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_44 = V_0; NullCheck(L_43); VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTargetCertConstraints(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, L_43, L_44); // PkixBuilderParameters parameters = (PkixBuilderParameters) // PkixBuilderParameters.GetInstance(temp); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_45; L_45 = PkixBuilderParameters_GetInstance_m597847590C3E7DBBB85FB13932B41AD852414358(L_43, /*hidden argument*/NULL); V_10 = L_45; // if (certPathCerts.Contains(signingCert)) RuntimeObject* L_46 = ___certPathCerts5; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_47 = V_9; NullCheck(L_46); bool L_48; L_48 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_46, L_47); G_B11_0 = L_37; if (!L_48) { G_B12_0 = L_37; goto IL_00f2; } } IL_00e8: { // parameters.IsRevocationEnabled = false; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_49 = V_10; NullCheck(L_49); VirtualActionInvoker1< bool >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsRevocationEnabled(System.Boolean) */, L_49, (bool)0); // } G_B13_0 = G_B11_0; goto IL_00fa; } IL_00f2: { // parameters.IsRevocationEnabled = true; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_50 = V_10; NullCheck(L_50); VirtualActionInvoker1< bool >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::set_IsRevocationEnabled(System.Boolean) */, L_50, (bool)1); G_B13_0 = G_B12_0; } IL_00fa: { // IList certs = builder.Build(parameters).CertPath.Certificates; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_51 = V_10; NullCheck(G_B13_0); PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_52; L_52 = VirtualFuncInvoker1< PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters) */, G_B13_0, L_51); NullCheck(L_52); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_53; L_53 = PkixCertPathBuilderResult_get_CertPath_mD11AA5E9852928530E108C7BC132806E1541DD50_inline(L_52, /*hidden argument*/NULL); NullCheck(L_53); RuntimeObject* L_54; L_54 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_53); V_11 = L_54; // validCerts.Add(signingCert); RuntimeObject* L_55 = V_3; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_56 = V_9; NullCheck(L_55); int32_t L_57; L_57 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_55, L_56); // validKeys.Add(PkixCertPathValidatorUtilities.GetNextWorkingKey(certs, 0)); RuntimeObject* L_58 = V_4; RuntimeObject* L_59 = V_11; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_60; L_60 = PkixCertPathValidatorUtilities_GetNextWorkingKey_m617A6AEA2701D30AEE23440C5C048A2D06455AA9(L_59, 0, /*hidden argument*/NULL); NullCheck(L_58); int32_t L_61; L_61 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_58, L_60); // } goto IL_0146; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0128; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0137; } throw e; } CATCH_0128: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException) // catch (PkixCertPathBuilderException e) V_12 = ((PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)); // throw new Exception("Internal error.", e); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_62 = V_12; Exception_t * L_63 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_63, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral981AE4478E71C4EC026A30E7892E7C4381F95DB9)), L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0137: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException e) V_13 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new Exception("Public key of issuer certificate of CRL could not be retrieved.", e); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_64 = V_13; Exception_t * L_65 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_65, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3647463467C99647F78DAB7FF10CD67C729BC0F2)), L_64, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6_RuntimeMethod_var))); }// end catch (depth: 1) IL_0146: { // while (cert_it.MoveNext()) RuntimeObject* L_66 = V_2; NullCheck(L_66); bool L_67; L_67 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_66); if (L_67) { goto IL_0081; } } { // ISet checkKeys = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_68 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_68, /*hidden argument*/NULL); V_5 = L_68; // Exception lastException = null; V_6 = (Exception_t *)NULL; // for (int i = 0; i < validCerts.Count; i++) V_14 = 0; goto IL_01ad; } IL_0160: { // X509Certificate signCert = (X509Certificate)validCerts[i]; RuntimeObject* L_69 = V_3; int32_t L_70 = V_14; NullCheck(L_69); 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_69, L_70); // bool[] keyusage = signCert.GetKeyUsage(); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_71, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_72; L_72 = VirtualFuncInvoker0< BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* >::Invoke(31 /* System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetKeyUsage() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_71, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); V_15 = L_72; // if (keyusage != null && (keyusage.Length < 7 || !keyusage[CRL_SIGN])) BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_73 = V_15; if (!L_73) { goto IL_0197; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_74 = V_15; NullCheck(L_74); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length)))) < ((int32_t)7))) { goto IL_0189; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_75 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); int32_t L_76 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_CRL_SIGN_3(); NullCheck(L_75); int32_t L_77 = L_76; uint8_t L_78 = (uint8_t)(L_75)->GetAt(static_cast(L_77)); if (L_78) { goto IL_0197; } } IL_0189: { // lastException = new Exception( // "Issuer certificate key usage extension does not permit CRL signing."); Exception_t * L_79 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_79, _stringLiteral9E0E5CDBBB92D93B8CBFA8934E121C77B2E91352, /*hidden argument*/NULL); V_6 = L_79; // } goto IL_01a7; } IL_0197: { // checkKeys.Add(validKeys[i]); RuntimeObject* L_80 = V_5; RuntimeObject* L_81 = V_4; int32_t L_82 = V_14; NullCheck(L_81); 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_81, L_82); NullCheck(L_80); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_80, L_83); } IL_01a7: { // for (int i = 0; i < validCerts.Count; i++) int32_t L_84 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_01ad: { // for (int i = 0; i < validCerts.Count; i++) int32_t L_85 = V_14; RuntimeObject* L_86 = V_3; NullCheck(L_86); int32_t L_87; L_87 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_86); if ((((int32_t)L_85) < ((int32_t)L_87))) { goto IL_0160; } } { // if ((checkKeys.Count == 0) && lastException == null) RuntimeObject* L_88 = V_5; NullCheck(L_88); int32_t L_89; L_89 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_88); if (L_89) { goto IL_01cf; } } { Exception_t * L_90 = V_6; if (L_90) { goto IL_01cf; } } { // throw new Exception("Cannot find a valid issuer certificate."); Exception_t * L_91 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_91, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1CEDABF345BB8FDF176B01A38BA62A864478BB62)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6_RuntimeMethod_var))); } IL_01cf: { // if ((checkKeys.Count == 0) && lastException != null) RuntimeObject* L_92 = V_5; NullCheck(L_92); int32_t L_93; L_93 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_92); if (L_93) { goto IL_01df; } } { Exception_t * L_94 = V_6; if (!L_94) { goto IL_01df; } } { // throw lastException; Exception_t * L_95 = V_6; IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6_RuntimeMethod_var))); } IL_01df: { // return checkKeys; RuntimeObject* L_96 = V_5; return L_96; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlG(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * Rfc3280CertPathUtilities_ProcessCrlG_m965B758E59A020B5E323D1BB5AA1ACBE57CA067A (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl0, RuntimeObject* ___keys1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A_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; } Exception_t * V_0 = NULL; RuntimeObject* V_1 = NULL; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_2 = NULL; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Exception lastException = null; V_0 = (Exception_t *)NULL; // foreach (AsymmetricKeyParameter key in keys) RuntimeObject* L_0 = ___keys1; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_0009: try {// begin try (depth: 1) { goto IL_0025; } IL_000b: { // foreach (AsymmetricKeyParameter key in keys) RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_2 = ((AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A *)CastclassClass((RuntimeObject*)L_3, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A_il2cpp_TypeInfo_var)); } IL_0017: try {// begin try (depth: 2) // crl.Verify(key); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_4 = ___crl0; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_5 = V_2; NullCheck(L_4); VirtualActionInvoker1< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::Verify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) */, L_4, L_5); // return key; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_6 = V_2; V_3 = L_6; IL2CPP_LEAVE(0x4F, FINALLY_002f); }// end try (depth: 2) 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_0022; } throw e; } CATCH_0022: {// begin catch(System.Exception) // lastException = e; V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0025; }// end catch (depth: 2) IL_0025: { // foreach (AsymmetricKeyParameter key in keys) RuntimeObject* L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_000b; } } IL_002d: { IL2CPP_LEAVE(0x43, FINALLY_002f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_4; if (!L_10) { goto IL_0042; } } IL_003b: { RuntimeObject* L_11 = V_4; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0042: { IL2CPP_END_FINALLY(47) } }// end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_JUMP_TBL(0x43, IL_0043) } IL_0043: { // throw new Exception("Cannot verify CRL.", lastException); Exception_t * L_12 = V_0; Exception_t * L_13 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E215CFB2973682516F623807746B5F6D3F2FD9B)), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlG_m965B758E59A020B5E323D1BB5AA1ACBE57CA067A_RuntimeMethod_var))); } IL_004f: { // } AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_14 = V_3; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlH(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * Rfc3280CertPathUtilities_ProcessCrlH_mA08749CE43A0683E216E63C801EB1C5C8AFF5A77 (RuntimeObject* ___deltaCrls0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; RuntimeObject* V_1 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_2 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Exception lastException = null; V_0 = (Exception_t *)NULL; // foreach (X509Crl crl in deltaCrls) RuntimeObject* L_0 = ___deltaCrls0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_0009: try {// begin try (depth: 1) { goto IL_0025; } IL_000b: { // foreach (X509Crl crl in deltaCrls) RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_2 = ((X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)CastclassClass((RuntimeObject*)L_3, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var)); } IL_0017: try {// begin try (depth: 2) // crl.Verify(key); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_4 = V_2; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_5 = ___key1; NullCheck(L_4); VirtualActionInvoker1< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::Verify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) */, L_4, L_5); // return crl; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_6 = V_2; V_3 = L_6; IL2CPP_LEAVE(0x54, FINALLY_002f); }// end try (depth: 2) 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_0022; } throw e; } CATCH_0022: {// begin catch(System.Exception) // lastException = e; V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0025; }// end catch (depth: 2) IL_0025: { // foreach (X509Crl crl in deltaCrls) RuntimeObject* L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_000b; } } IL_002d: { IL2CPP_LEAVE(0x43, FINALLY_002f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_4; if (!L_10) { goto IL_0042; } } IL_003b: { RuntimeObject* L_11 = V_4; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0042: { IL2CPP_END_FINALLY(47) } }// end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) IL2CPP_JUMP_TBL(0x43, IL_0043) } IL_0043: { // if (lastException != null) Exception_t * L_12 = V_0; if (!L_12) { goto IL_0052; } } { // throw new Exception("Cannot verify delta CRL.", lastException); Exception_t * L_13 = V_0; Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22FA8EAE7B2FAB36F9200E67827270C2FAD99F7D)), L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlH_mA08749CE43A0683E216E63C801EB1C5C8AFF5A77_RuntimeMethod_var))); } IL_0052: { // return null; return (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)NULL; } IL_0054: { // } X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_15 = V_3; return L_15; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CheckCrl(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___defaultCRLSignCert4, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___defaultCRLSignKey5, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus6, ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___reasonMask7, RuntimeObject* ___certPathCerts8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_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*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Exception_t * V_2 = NULL; RuntimeObject* V_3 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_4 = NULL; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * V_5 = NULL; RuntimeObject* V_6 = NULL; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_7 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_8 = NULL; RuntimeObject* V_9 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_10; memset((&V_10), 0, sizeof(V_10)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // DateTime currentDate = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_0 = L_0; // if (validDate.Ticks > currentDate.Ticks) int64_t L_1; L_1 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___validDate3), /*hidden argument*/NULL); int64_t L_2; L_2 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); if ((((int64_t)L_1) <= ((int64_t)L_2))) { goto IL_0021; } } { // throw new Exception("Validation time is in future."); Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16A50DB49F7E5E9CEE02DC4B75F39D462282172F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF_RuntimeMethod_var))); } IL_0021: { // ISet crls = PkixCertPathValidatorUtilities.GetCompleteCrls(dp, cert, currentDate, paramsPKIX); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_4 = ___dp0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_5 = ___cert2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_7 = ___paramsPKIX1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = PkixCertPathValidatorUtilities_GetCompleteCrls_mB17B4DDFD561AD03324A945906C2B8FE15F07048(L_4, L_5, L_6, L_7, /*hidden argument*/NULL); // bool validCrlFound = false; V_1 = (bool)0; // Exception lastException = null; V_2 = (Exception_t *)NULL; // IEnumerator crl_iter = crls.GetEnumerator(); NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_8); V_3 = L_9; goto IL_01c1; } IL_0039: { } IL_003a: try {// begin try (depth: 1) { // X509Crl crl = (X509Crl)crl_iter.Current; RuntimeObject* L_10 = V_3; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_4 = ((X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)CastclassClass((RuntimeObject*)L_11, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var)); // ReasonsMask interimReasonsMask = Rfc3280CertPathUtilities.ProcessCrlD(crl, dp); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_12 = V_4; DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_13 = ___dp0; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_14; L_14 = Rfc3280CertPathUtilities_ProcessCrlD_m9DAEE48D94893D8A8303DE0D3F920FB7CA825D81(L_12, L_13, /*hidden argument*/NULL); V_5 = L_14; // if (!interimReasonsMask.HasNewReasons(reasonMask)) ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_15 = V_5; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_16 = ___reasonMask7; NullCheck(L_15); bool L_17; L_17 = ReasonsMask_HasNewReasons_m6786D4D706D70626E2CFDE0424E0521AE6D514F8(L_15, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0061; } } IL_005c: { // continue; goto IL_01c1; } IL_0061: { // ISet keys = Rfc3280CertPathUtilities.ProcessCrlF(crl, cert, defaultCRLSignCert, defaultCRLSignKey, // paramsPKIX, certPathCerts); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_18 = V_4; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_19 = ___cert2; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_20 = ___defaultCRLSignCert4; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_21 = ___defaultCRLSignKey5; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_22 = ___paramsPKIX1; RuntimeObject* L_23 = ___certPathCerts8; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); RuntimeObject* L_24; L_24 = Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6(L_18, L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); V_6 = L_24; // AsymmetricKeyParameter key = Rfc3280CertPathUtilities.ProcessCrlG(crl, keys); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_25 = V_4; RuntimeObject* L_26 = V_6; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_27; L_27 = Rfc3280CertPathUtilities_ProcessCrlG_m965B758E59A020B5E323D1BB5AA1ACBE57CA067A(L_25, L_26, /*hidden argument*/NULL); V_7 = L_27; // X509Crl deltaCRL = null; V_8 = (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)NULL; // if (paramsPKIX.IsUseDeltasEnabled) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_28 = ___paramsPKIX1; NullCheck(L_28); bool L_29; L_29 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsUseDeltasEnabled() */, L_28); if (!L_29) { goto IL_009a; } } IL_0088: { // ISet deltaCRLs = PkixCertPathValidatorUtilities.GetDeltaCrls(currentDate, paramsPKIX, crl); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_30 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_31 = ___paramsPKIX1; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_33; L_33 = PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569(L_30, L_31, L_32, /*hidden argument*/NULL); // deltaCRL = Rfc3280CertPathUtilities.ProcessCrlH(deltaCRLs, key); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_34 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_35; L_35 = Rfc3280CertPathUtilities_ProcessCrlH_mA08749CE43A0683E216E63C801EB1C5C8AFF5A77(L_33, L_34, /*hidden argument*/NULL); V_8 = L_35; } IL_009a: { // if (paramsPKIX.ValidityModel != PkixParameters.ChainValidityModel) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_36 = ___paramsPKIX1; NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_ValidityModel() */, L_36); if ((((int32_t)L_37) == ((int32_t)1))) { goto IL_00cf; } } IL_00a3: { // if (cert.NotAfter.Ticks < crl.ThisUpdate.Ticks) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_38 = ___cert2; NullCheck(L_38); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_39; L_39 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(23 /* System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_NotAfter() */, L_38); V_10 = L_39; int64_t L_40; L_40 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_10), /*hidden argument*/NULL); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_41 = V_4; NullCheck(L_41); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_42; L_42 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(19 /* System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_ThisUpdate() */, L_41); V_10 = L_42; int64_t L_43; L_43 = DateTime_get_Ticks_m175EDB41A50DB06872CC48CAB603FEBD1DFF46A9((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_10), /*hidden argument*/NULL); if ((((int64_t)L_40) >= ((int64_t)L_43))) { goto IL_00cf; } } IL_00c4: { // throw new Exception("No valid CRL for current time found."); Exception_t * L_44 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40DD640AC47A9EDEAF531C34E9A6ADD2A3F63D9A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF_RuntimeMethod_var))); } IL_00cf: { // Rfc3280CertPathUtilities.ProcessCrlB1(dp, cert, crl); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_45 = ___dp0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_46 = ___cert2; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_47 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181(L_45, L_46, L_47, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCrlB2(dp, cert, crl); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_48 = ___dp0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_49 = ___cert2; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_50 = V_4; Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B(L_48, L_49, L_50, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCrlC(deltaCRL, crl, paramsPKIX); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_51 = V_8; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_52 = V_4; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_53 = ___paramsPKIX1; Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD(L_51, L_52, L_53, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCrlI(validDate, deltaCRL, cert, certStatus, paramsPKIX); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_54 = ___validDate3; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_55 = V_8; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_56 = ___cert2; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_57 = ___certStatus6; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_58 = ___paramsPKIX1; Rfc3280CertPathUtilities_ProcessCrlI_mA417077C6F49F5116F2ADD41F69FB6B195F19757(L_54, L_55, L_56, L_57, L_58, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCrlJ(validDate, crl, cert, certStatus); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_59 = ___validDate3; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_60 = V_4; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_61 = ___cert2; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_62 = ___certStatus6; Rfc3280CertPathUtilities_ProcessCrlJ_m64DAA69B5231778CDEFCDAEB56650B4813946096(L_59, L_60, L_61, L_62, /*hidden argument*/NULL); // if (certStatus.Status == CrlReason.RemoveFromCrl) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_63 = ___certStatus6; NullCheck(L_63); int32_t L_64; L_64 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_63, /*hidden argument*/NULL); if ((!(((uint32_t)L_64) == ((uint32_t)8)))) { goto IL_0115; } } IL_010c: { // certStatus.Status = CertStatus.Unrevoked; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_65 = ___certStatus6; NullCheck(L_65); CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline(L_65, ((int32_t)11), /*hidden argument*/NULL); } IL_0115: { // reasonMask.AddReasons(interimReasonsMask); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_66 = ___reasonMask7; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_67 = V_5; NullCheck(L_66); ReasonsMask_AddReasons_m8FA0FC544A4C9EE3ACEC21ED63268B321547909D(L_66, L_67, /*hidden argument*/NULL); // ISet criticalExtensions = crl.GetCriticalExtensionOids(); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_68 = V_4; NullCheck(L_68); RuntimeObject* L_69; L_69 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetCriticalExtensionOids() */, L_68); V_9 = L_69; // if (criticalExtensions != null) RuntimeObject* L_70 = V_9; if (!L_70) { goto IL_016a; } } IL_012b: { // criticalExtensions = new HashSet(criticalExtensions); RuntimeObject* L_71 = V_9; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_72 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_72, L_71, /*hidden argument*/NULL); V_9 = L_72; // criticalExtensions.Remove(X509Extensions.IssuingDistributionPoint.Id); RuntimeObject* L_73 = V_9; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_74 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); NullCheck(L_74); String_t* L_75; L_75 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_74, /*hidden argument*/NULL); NullCheck(L_73); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_73, L_75); // criticalExtensions.Remove(X509Extensions.DeltaCrlIndicator.Id); RuntimeObject* L_76 = V_9; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_77 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_DeltaCrlIndicator_13(); NullCheck(L_77); String_t* L_78; L_78 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_77, /*hidden argument*/NULL); NullCheck(L_76); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_76, L_78); // if (!criticalExtensions.IsEmpty) RuntimeObject* L_79 = V_9; NullCheck(L_79); bool L_80; L_80 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_79); if (L_80) { goto IL_016a; } } IL_015f: { // throw new Exception("CRL contains unsupported critical extensions."); Exception_t * L_81 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_81, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral325C6BE8E6276E3C22C027D9857124D0452D956A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF_RuntimeMethod_var))); } IL_016a: { // if (deltaCRL != null) X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_82 = V_8; if (!L_82) { goto IL_01ba; } } IL_016e: { // criticalExtensions = deltaCRL.GetCriticalExtensionOids(); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_83 = V_8; NullCheck(L_83); RuntimeObject* L_84; L_84 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetCriticalExtensionOids() */, L_83); V_9 = L_84; // if (criticalExtensions != null) RuntimeObject* L_85 = V_9; if (!L_85) { goto IL_01ba; } } IL_017b: { // criticalExtensions = new HashSet(criticalExtensions); RuntimeObject* L_86 = V_9; HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_87 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_87, L_86, /*hidden argument*/NULL); V_9 = L_87; // criticalExtensions.Remove(X509Extensions.IssuingDistributionPoint.Id); RuntimeObject* L_88 = V_9; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_89 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); NullCheck(L_89); String_t* L_90; L_90 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_89, /*hidden argument*/NULL); NullCheck(L_88); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_88, L_90); // criticalExtensions.Remove(X509Extensions.DeltaCrlIndicator.Id); RuntimeObject* L_91 = V_9; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_92 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_DeltaCrlIndicator_13(); NullCheck(L_92); String_t* L_93; L_93 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_92, /*hidden argument*/NULL); NullCheck(L_91); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_91, L_93); // if (!criticalExtensions.IsEmpty) RuntimeObject* L_94 = V_9; NullCheck(L_94); bool L_95; L_95 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_94); if (L_95) { goto IL_01ba; } } IL_01af: { // throw new Exception("Delta CRL contains unsupported critical extension."); Exception_t * L_96 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_96, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C7C8067177E1C30597989BAEF09120B4F101F5E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF_RuntimeMethod_var))); } IL_01ba: { // validCrlFound = true; V_1 = (bool)1; // } goto IL_01c1; } }// 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_01be; } throw e; } CATCH_01be: {// begin catch(System.Exception) // lastException = e; V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01c1; }// end catch (depth: 1) IL_01c1: { // while (crl_iter.MoveNext() && certStatus.Status == CertStatus.Unrevoked && !reasonMask.IsAllReasons) RuntimeObject* L_97 = V_3; NullCheck(L_97); bool L_98; L_98 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_97); if (!L_98) { goto IL_01e0; } } { CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_99 = ___certStatus6; NullCheck(L_99); int32_t L_100; L_100 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_99, /*hidden argument*/NULL); if ((!(((uint32_t)L_100) == ((uint32_t)((int32_t)11))))) { goto IL_01e0; } } { ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_101 = ___reasonMask7; NullCheck(L_101); bool L_102; L_102 = ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B(L_101, /*hidden argument*/NULL); if (!L_102) { goto IL_0039; } } IL_01e0: { // if (!validCrlFound) bool L_103 = V_1; if (L_103) { goto IL_01e5; } } { // throw lastException; Exception_t * L_104 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(L_104, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF_RuntimeMethod_var))); } IL_01e5: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::CheckCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25 (PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate2, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___sign3, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___workingPublicKey4, RuntimeObject* ___certPathCerts5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * V_1 = NULL; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * V_2 = NULL; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * V_3 = NULL; bool V_4 = false; Exception_t * V_5 = NULL; Exception_t * V_6 = NULL; DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* V_7 = NULL; Exception_t * V_8 = NULL; int32_t V_9 = 0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * V_10 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_11 = NULL; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * V_12 = NULL; Exception_t * V_13 = NULL; String_t* V_14 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_15; memset((&V_15), 0, sizeof(V_15)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Exception lastException = null; V_0 = (Exception_t *)NULL; // CrlDistPoint crldp = null; V_1 = (CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 *)NULL; } IL_0004: try {// begin try (depth: 1) // crldp = CrlDistPoint.GetInstance(PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.CrlDistributionPoints)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CrlDistributionPoints_17(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_0, L_1, /*hidden argument*/NULL); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_3; L_3 = CrlDistPoint_GetInstance_m1C8B482DCC580043B74B194F5287A4941828EEFF(L_2, /*hidden argument*/NULL); V_1 = L_3; // } goto IL_0026; }// 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_0017; } throw e; } CATCH_0017: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("CRL distribution point extension could not be read.", e); Exception_t * L_4 = V_5; Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE17DE0EA82B051647413C37D06FE1469FC89DAE1)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25_RuntimeMethod_var))); }// end catch (depth: 1) IL_0026: { } IL_0027: try {// begin try (depth: 1) // PkixCertPathValidatorUtilities.AddAdditionalStoresFromCrlDistributionPoint(crldp, paramsPKIX); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_6 = V_1; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_7 = ___paramsPKIX0; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_AddAdditionalStoresFromCrlDistributionPoint_m59BB8809B5ADC894307319780A8128A0FD2223E0(L_6, L_7, /*hidden argument*/NULL); // } goto IL_003f; }// 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_0030; } throw e; } CATCH_0030: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "No additional CRL locations could be decoded from CRL distribution point extension.", e); Exception_t * L_8 = V_6; Exception_t * L_9 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral476B3E138B28F0E8426AC55A2955D7CC0D3F32C6)), L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25_RuntimeMethod_var))); }// end catch (depth: 1) IL_003f: { // CertStatus certStatus = new CertStatus(); CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_10 = (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 *)il2cpp_codegen_object_new(CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940_il2cpp_TypeInfo_var); CertStatus__ctor_mA6A026809C65A0BD4E3D992BB8ECCD1D7333DDE8(L_10, /*hidden argument*/NULL); V_2 = L_10; // ReasonsMask reasonsMask = new ReasonsMask(); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_11 = (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 *)il2cpp_codegen_object_new(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask__ctor_m230215E1F8B2139647C33A90D268BAC543CD71DD(L_11, /*hidden argument*/NULL); V_3 = L_11; // bool validCrlFound = false; V_4 = (bool)0; // if (crldp != null) CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_12 = V_1; if (!L_12) { goto IL_00c0; } } { // DistributionPoint[] dps = null; V_7 = (DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93*)NULL; } IL_0054: try {// begin try (depth: 1) // dps = crldp.GetDistributionPoints(); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_13 = V_1; NullCheck(L_13); DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_14; L_14 = CrlDistPoint_GetDistributionPoints_m989D7BB0C145533ADEEDE6A933BC4C5A872E122F(L_13, /*hidden argument*/NULL); V_7 = L_14; // } goto IL_006d; }// 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_005e; } throw e; } CATCH_005e: {// begin catch(System.Exception) // catch (Exception e) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Distribution points could not be read.", e); Exception_t * L_15 = V_8; Exception_t * L_16 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47F5048004AA4E55585F6CC992D48EED668D93)), L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25_RuntimeMethod_var))); }// end catch (depth: 1) IL_006d: { // if (dps != null) DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_17 = V_7; if (!L_17) { goto IL_00c0; } } { // for (int i = 0; i < dps.Length && certStatus.Status == CertStatus.Unrevoked && !reasonsMask.IsAllReasons; i++) V_9 = 0; goto IL_00a6; } IL_0076: { // PkixParameters paramsPKIXClone = (PkixParameters)paramsPKIX.Clone(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_18 = ___paramsPKIX0; NullCheck(L_18); RuntimeObject * L_19; L_19 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::Clone() */, L_18); V_10 = ((PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *)CastclassClass((RuntimeObject*)L_19, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var)); } IL_0083: try {// begin try (depth: 1) // CheckCrl(dps[i], paramsPKIXClone, cert, validDate, sign, workingPublicKey, certStatus, reasonsMask, certPathCerts); DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_20 = V_7; int32_t L_21 = V_9; NullCheck(L_20); int32_t L_22 = L_21; DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_23 = (L_20)->GetAt(static_cast(L_22)); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_24 = V_10; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_25 = ___cert1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = ___validDate2; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_27 = ___sign3; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_28 = ___workingPublicKey4; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_29 = V_2; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_30 = V_3; RuntimeObject* L_31 = ___certPathCerts5; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF(L_23, L_24, L_25, L_26, L_27, L_28, L_29, L_30, L_31, /*hidden argument*/NULL); // validCrlFound = true; V_4 = (bool)1; // } goto IL_00a0; }// 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_009d; } throw e; } CATCH_009d: {// begin catch(System.Exception) // lastException = e; V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00a0; }// end catch (depth: 1) IL_00a0: { // for (int i = 0; i < dps.Length && certStatus.Status == CertStatus.Unrevoked && !reasonsMask.IsAllReasons; i++) int32_t L_32 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00a6: { // for (int i = 0; i < dps.Length && certStatus.Status == CertStatus.Unrevoked && !reasonsMask.IsAllReasons; i++) int32_t L_33 = V_9; DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_34 = V_7; NullCheck(L_34); if ((((int32_t)L_33) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))) { goto IL_00c0; } } { CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_35 = V_2; NullCheck(L_35); int32_t L_36; L_36 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_35, /*hidden argument*/NULL); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)11))))) { goto IL_00c0; } } { ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_37 = V_3; NullCheck(L_37); bool L_38; L_38 = ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0076; } } IL_00c0: { // if (certStatus.Status == CertStatus.Unrevoked && !reasonsMask.IsAllReasons) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_39 = V_2; NullCheck(L_39); int32_t L_40; L_40 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_39, /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)11))))) { goto IL_013c; } } { ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_41 = V_3; NullCheck(L_41); bool L_42; L_42 = ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B(L_41, /*hidden argument*/NULL); if (L_42) { goto IL_013c; } } IL_00d2: try {// begin try (depth: 1) { // Asn1Object issuer = null; V_11 = (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } IL_00d5: try {// begin try (depth: 2) // issuer = new Asn1InputStream(cert.IssuerDN.GetEncoded()).ReadObject(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_43 = ___cert1; NullCheck(L_43); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_44; L_44 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_IssuerDN() */, L_43); NullCheck(L_44); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45; L_45 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_44, /*hidden argument*/NULL); Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * L_46 = (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 *)il2cpp_codegen_object_new(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); Asn1InputStream__ctor_mF6B61FCBF0427F2217D6090D2BB5ED308C0C6143(L_46, L_45, /*hidden argument*/NULL); NullCheck(L_46); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_47; L_47 = Asn1InputStream_ReadObject_mBA53F889AA1DF42134B2BBAC4FB0A3DD8F278832(L_46, /*hidden argument*/NULL); V_11 = L_47; // } goto IL_00fd; }// end try (depth: 2) 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_00ee; } throw e; } CATCH_00ee: {// begin catch(System.Exception) // catch (Exception e) V_13 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Issuer from certificate for CRL could not be reencoded.", e); Exception_t * L_48 = V_13; Exception_t * L_49 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24D90D5EC453D0D13F030BFC48F155788D920F8E)), L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25_RuntimeMethod_var))); }// end catch (depth: 2) IL_00fd: { // DistributionPoint dp = new DistributionPoint(new DistributionPointName(0, new GeneralNames( // new GeneralName(GeneralName.DirectoryName, issuer))), null, null); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_50 = V_11; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_51 = (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)il2cpp_codegen_object_new(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); GeneralName__ctor_mC854F04FB150EC5F54370223BF4855DF4ED17C8E(L_51, 4, L_50, /*hidden argument*/NULL); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_52 = (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 *)il2cpp_codegen_object_new(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5_il2cpp_TypeInfo_var); GeneralNames__ctor_m305225A5863987AA8F5D8B1726F21246EE3497D8(L_52, L_51, /*hidden argument*/NULL); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_53 = (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E *)il2cpp_codegen_object_new(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E_il2cpp_TypeInfo_var); DistributionPointName__ctor_m1E411C122659DEEEA72AC98972A7EFCBCC1A1015(L_53, 0, L_52, /*hidden argument*/NULL); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_54 = (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 *)il2cpp_codegen_object_new(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171_il2cpp_TypeInfo_var); DistributionPoint__ctor_m556900AE71FBAFD0B9B8A7C8D9E25F20D472B291(L_54, L_53, (ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF *)NULL, (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 *)NULL, /*hidden argument*/NULL); // PkixParameters paramsPKIXClone = (PkixParameters)paramsPKIX.Clone(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_55 = ___paramsPKIX0; NullCheck(L_55); RuntimeObject * L_56; L_56 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::Clone() */, L_55); V_12 = ((PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *)CastclassClass((RuntimeObject*)L_56, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var)); // CheckCrl(dp, paramsPKIXClone, cert, validDate, sign, workingPublicKey, certStatus, reasonsMask, // certPathCerts); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_57 = V_12; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_58 = ___cert1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_59 = ___validDate2; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_60 = ___sign3; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_61 = ___workingPublicKey4; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_62 = V_2; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_63 = V_3; RuntimeObject* L_64 = ___certPathCerts5; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_CheckCrl_mD6DB7287547102022D251C4D7A69688E782473CF(L_54, L_57, L_58, L_59, L_60, L_61, L_62, L_63, L_64, /*hidden argument*/NULL); // validCrlFound = true; V_4 = (bool)1; // } goto IL_013c; } }// 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_0139; } throw e; } CATCH_0139: {// begin catch(System.Exception) // lastException = e; V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_013c; }// end catch (depth: 1) IL_013c: { // if (!validCrlFound) bool L_65 = V_4; if (L_65) { goto IL_0142; } } { // throw lastException; Exception_t * L_66 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25_RuntimeMethod_var))); } IL_0142: { // if (certStatus.Status != CertStatus.Unrevoked) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_67 = V_2; NullCheck(L_67); int32_t L_68; L_68 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_67, /*hidden argument*/NULL); if ((((int32_t)L_68) == ((int32_t)((int32_t)11)))) { goto IL_018f; } } { // string formattedDate = certStatus.RevocationDate.Value.ToString( // "ddd MMM dd HH:mm:ss K yyyy"); CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_69 = V_2; NullCheck(L_69); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_70; L_70 = CertStatus_get_RevocationDate_mEDE9C7484E7C7225E9B8E35C0F0E695650BE5ADF_inline(L_69, /*hidden argument*/NULL); NullCheck(L_70); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_71; L_71 = DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline(L_70, /*hidden argument*/NULL); V_15 = L_71; String_t* L_72; L_72 = DateTime_ToString_m19ECEFF7BA22ED4425F7562A82A1C2308E934204((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_15), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral69F980034C875D463590822465477D95EAA1874A)), /*hidden argument*/NULL); V_14 = L_72; // string message = "Certificate revocation after " + formattedDate; String_t* L_73 = V_14; String_t* L_74; L_74 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE73557B713FAB09ECBF420F65A93ECE53E3E8CBB)), L_73, /*hidden argument*/NULL); // message += ", reason: " + CrlReasons[certStatus.Status]; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_75 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))))->get_CrlReasons_4(); CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_76 = V_2; NullCheck(L_76); int32_t L_77; L_77 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_76, /*hidden argument*/NULL); NullCheck(L_75); int32_t L_78 = L_77; String_t* L_79 = (L_75)->GetAt(static_cast(L_78)); String_t* L_80; L_80 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_74, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA770210E80CF9A24CA41476744F58522A66536F0)), L_79, /*hidden argument*/NULL); // throw new Exception(message); Exception_t * L_81 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_81, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25_RuntimeMethod_var))); } IL_018f: { // if (!reasonsMask.IsAllReasons && certStatus.Status == CertStatus.Unrevoked) ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_82 = V_3; NullCheck(L_82); bool L_83; L_83 = ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B(L_82, /*hidden argument*/NULL); if (L_83) { goto IL_01a9; } } { CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_84 = V_2; NullCheck(L_84); int32_t L_85; L_85 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_84, /*hidden argument*/NULL); if ((!(((uint32_t)L_85) == ((uint32_t)((int32_t)11))))) { goto IL_01a9; } } { // certStatus.Status = CertStatus.Undetermined; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_86 = V_2; NullCheck(L_86); CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline(L_86, ((int32_t)12), /*hidden argument*/NULL); } IL_01a9: { // if (certStatus.Status == CertStatus.Undetermined) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_87 = V_2; NullCheck(L_87); int32_t L_88; L_88 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_87, /*hidden argument*/NULL); if ((!(((uint32_t)L_88) == ((uint32_t)((int32_t)12))))) { goto IL_01be; } } { // throw new Exception("Certificate status could not be determined."); Exception_t * L_89 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_89, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF46CB9A8F956075818BA215CF7B135DCB0FB603E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_89, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25_RuntimeMethod_var))); } IL_01be: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareCertB(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * Rfc3280CertPathUtilities_PrepareCertB_m989DD6B731CAD31FC58B33E8E1AFF46BF8DA78E7 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes2, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree3, int32_t ___policyMapping4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; int32_t V_1 = 0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_2 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_3 = NULL; Exception_t * V_4 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; String_t* V_11 = NULL; RuntimeObject* V_12 = NULL; String_t* V_13 = NULL; bool V_14 = false; RuntimeObject* V_15 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_16 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_17 = NULL; RuntimeObject* V_18 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_19 = NULL; bool V_20 = false; RuntimeObject* V_21 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_22 = NULL; Exception_t * V_23 = NULL; RuntimeObject* V_24 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_25 = NULL; PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * V_26 = NULL; Exception_t * V_27 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_28 = NULL; RuntimeObject* V_29 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_30 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_31 = NULL; int32_t V_32 = 0; RuntimeObject* V_33 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_34 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; RuntimeObject* L_2 = L_1; int32_t L_3 = ___index1; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_2, L_3); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_4, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // int n = certs.Count; NullCheck(L_2); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_2); // int i = n - index; int32_t L_6 = ___index1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)); // Asn1Sequence pm = null; V_2 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_001d: try {// begin try (depth: 1) // pm = (Asn1Sequence)Asn1Sequence.GetInstance(PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.PolicyMappings)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyMappings_19(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_9; L_9 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_7, L_8, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10; L_10 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_9, /*hidden argument*/NULL); V_2 = L_10; // } goto IL_0041; }// 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_0030; } throw e; } CATCH_0030: {// begin catch(System.Exception) // catch (Exception ex) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Policy mappings extension could not be decoded.", ex, certPath, index); Exception_t * L_11 = V_4; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_12 = ___certPath0; int32_t L_13 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_14 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral426D8EE5003200B3DB1B4FC057FBB9202B63D05F)), L_11, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareCertB_m989DD6B731CAD31FC58B33E8E1AFF46BF8DA78E7_RuntimeMethod_var))); }// end catch (depth: 1) IL_0041: { // PkixPolicyNode _validPolicyTree = validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_15 = ___validPolicyTree3; V_3 = L_15; // if (pm != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_16 = V_2; if (!L_16) { goto IL_03d1; } } { // Asn1Sequence mappings = (Asn1Sequence)pm; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17 = V_2; V_5 = L_17; // IDictionary m_idp = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_18; L_18 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); V_6 = L_18; // ISet s_idp = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_19 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_19, /*hidden argument*/NULL); V_7 = L_19; // for (int j = 0; j < mappings.Count; j++) V_9 = 0; goto IL_00e5; } IL_0062: { // Asn1Sequence mapping = (Asn1Sequence) mappings[j]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_20 = V_5; int32_t L_21 = V_9; NullCheck(L_20); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_22; L_22 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_20, L_21); // string id_p = ((DerObjectIdentifier) mapping[0]).Id; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_23 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_22, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); NullCheck(L_23); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_24; L_24 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_23, 0); NullCheck(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_24, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); String_t* L_25; L_25 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_24, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_10 = L_25; // string sd_p = ((DerObjectIdentifier) mapping[1]).Id; NullCheck(L_23); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_26; L_26 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_23, 1); NullCheck(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_26, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); String_t* L_27; L_27 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_26, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_11 = L_27; // if (!m_idp.Contains(id_p)) RuntimeObject* L_28 = V_6; String_t* L_29 = V_10; NullCheck(L_28); bool L_30; L_30 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_28, L_29); if (L_30) { goto IL_00c6; } } { // tmp = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_31 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_31, /*hidden argument*/NULL); V_12 = L_31; // tmp.Add(sd_p); RuntimeObject* L_32 = V_12; String_t* L_33 = V_11; NullCheck(L_32); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_32, L_33); // m_idp[id_p] = tmp; RuntimeObject* L_34 = V_6; String_t* L_35 = V_10; RuntimeObject* L_36 = V_12; NullCheck(L_34); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_34, L_35, L_36); // s_idp.Add(id_p); RuntimeObject* L_37 = V_7; String_t* L_38 = V_10; NullCheck(L_37); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_37, L_38); // } goto IL_00df; } IL_00c6: { // tmp = (ISet)m_idp[id_p]; RuntimeObject* L_39 = V_6; String_t* L_40 = V_10; NullCheck(L_39); RuntimeObject * L_41; L_41 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_39, L_40); V_12 = ((RuntimeObject*)Castclass((RuntimeObject*)L_41, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)); // tmp.Add(sd_p); RuntimeObject* L_42 = V_12; String_t* L_43 = V_11; NullCheck(L_42); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_42, L_43); } IL_00df: { // for (int j = 0; j < mappings.Count; j++) int32_t L_44 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00e5: { // for (int j = 0; j < mappings.Count; j++) int32_t L_45 = V_9; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_46 = V_5; NullCheck(L_46); int32_t L_47; L_47 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_46); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_0062; } } { // IEnumerator it_idp = s_idp.GetEnumerator(); RuntimeObject* L_48 = V_7; NullCheck(L_48); RuntimeObject* L_49; L_49 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_48); V_8 = L_49; goto IL_03c5; } IL_0101: { // string id_p = (string)it_idp.Current; RuntimeObject* L_50 = V_8; NullCheck(L_50); RuntimeObject * L_51; L_51 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_50); V_13 = ((String_t*)CastclassSealed((RuntimeObject*)L_51, String_t_il2cpp_TypeInfo_var)); // if (policyMapping > 0) int32_t L_52 = ___policyMapping4; if ((((int32_t)L_52) <= ((int32_t)0))) { goto IL_02f0; } } { // bool idp_found = false; V_14 = (bool)0; // IEnumerator nodes_i = policyNodes[i].GetEnumerator(); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_53 = ___policyNodes2; int32_t L_54 = V_1; NullCheck(L_53); int32_t L_55 = L_54; RuntimeObject* L_56 = (L_53)->GetAt(static_cast(L_55)); NullCheck(L_56); RuntimeObject* L_57; L_57 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_56); V_15 = L_57; goto IL_015e; } IL_0126: { // PkixPolicyNode node = (PkixPolicyNode)nodes_i.Current; RuntimeObject* L_58 = V_15; NullCheck(L_58); RuntimeObject * L_59; L_59 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_58); V_16 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_59, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (node.ValidPolicy.Equals(id_p)) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_60 = V_16; NullCheck(L_60); String_t* L_61; L_61 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_60); String_t* L_62 = V_13; NullCheck(L_61); bool L_63; L_63 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_61, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_015e; } } { // idp_found = true; V_14 = (bool)1; // node.ExpectedPolicies = (ISet)m_idp[id_p]; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_64 = V_16; RuntimeObject* L_65 = V_6; String_t* L_66 = V_13; NullCheck(L_65); RuntimeObject * L_67; L_67 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_65, L_66); NullCheck(L_64); VirtualActionInvoker1< RuntimeObject* >::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::set_ExpectedPolicies(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) */, L_64, ((RuntimeObject*)Castclass((RuntimeObject*)L_67, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var))); // break; goto IL_0167; } IL_015e: { // while (nodes_i.MoveNext()) RuntimeObject* L_68 = V_15; NullCheck(L_68); bool L_69; L_69 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_68); if (L_69) { goto IL_0126; } } IL_0167: { // if (!idp_found) bool L_70 = V_14; if (L_70) { goto IL_03c5; } } { // nodes_i = policyNodes[i].GetEnumerator(); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_71 = ___policyNodes2; int32_t L_72 = V_1; NullCheck(L_71); int32_t L_73 = L_72; RuntimeObject* L_74 = (L_71)->GetAt(static_cast(L_73)); NullCheck(L_74); RuntimeObject* L_75; L_75 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_74); V_15 = L_75; goto IL_02df; } IL_017d: { // PkixPolicyNode node = (PkixPolicyNode)nodes_i.Current; RuntimeObject* L_76 = V_15; NullCheck(L_76); RuntimeObject * L_77; L_77 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_76); V_17 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_77, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (Rfc3280CertPathUtilities.ANY_POLICY.Equals(node.ValidPolicy)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_78 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_79 = V_17; NullCheck(L_79); String_t* L_80; L_80 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_79); NullCheck(L_78); bool L_81; L_81 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_78, L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_02df; } } { // ISet pq = null; V_18 = (RuntimeObject*)NULL; // Asn1Sequence policies = null; V_19 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_01a7: try {// begin try (depth: 1) // policies = (Asn1Sequence)PkixCertPathValidatorUtilities.GetExtensionValue(cert, // X509Extensions.CertificatePolicies); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_82 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_83 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_84; L_84 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_82, L_83, /*hidden argument*/NULL); V_19 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_84, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // } goto IL_01cc; }// 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_01bb; } throw e; } CATCH_01bb: {// begin catch(System.Exception) // catch (Exception e) V_23 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Certificate policies extension could not be decoded.", e, certPath, index); Exception_t * L_85 = V_23; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_86 = ___certPath0; int32_t L_87 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_88 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_88, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE183C10FF314F25FB6E44CA864EF65D15FB3EC9B)), L_85, L_86, L_87, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareCertB_m989DD6B731CAD31FC58B33E8E1AFF46BF8DA78E7_RuntimeMethod_var))); }// end catch (depth: 1) IL_01cc: { // foreach (Asn1Encodable ae in policies) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_89 = V_19; NullCheck(L_89); RuntimeObject* L_90; L_90 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_89); V_24 = L_90; } IL_01d5: try {// begin try (depth: 1) { goto IL_0242; } IL_01d7: { // foreach (Asn1Encodable ae in policies) RuntimeObject* L_91 = V_24; NullCheck(L_91); RuntimeObject * L_92; L_92 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_91); V_25 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_92, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // PolicyInformation pinfo = null; V_26 = (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 *)NULL; } IL_01e8: try {// begin try (depth: 2) // pinfo = PolicyInformation.GetInstance(ae.ToAsn1Object()); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_93 = V_25; NullCheck(L_93); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_94; L_94 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_93); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_95; L_95 = PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB(L_94, /*hidden argument*/NULL); V_26 = L_95; // } goto IL_0209; }// end try (depth: 2) 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_01f8; } throw e; } CATCH_01f8: {// begin catch(System.Exception) // catch (Exception ex) V_27 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Policy information could not be decoded.", ex, certPath, index); Exception_t * L_96 = V_27; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_97 = ___certPath0; int32_t L_98 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_99 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_99, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDA0CA645FBB7A3E799B85A087FEC2FF34B7BA198)), L_96, L_97, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareCertB_m989DD6B731CAD31FC58B33E8E1AFF46BF8DA78E7_RuntimeMethod_var))); }// end catch (depth: 2) IL_0209: { // if (Rfc3280CertPathUtilities.ANY_POLICY.Equals(pinfo.PolicyIdentifier.Id)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_100 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_101 = V_26; NullCheck(L_101); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_102; L_102 = PolicyInformation_get_PolicyIdentifier_mA0BF2F411410C1FC04DEAD93EECD80737F11A2BD_inline(L_101, /*hidden argument*/NULL); NullCheck(L_102); String_t* L_103; L_103 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_102, /*hidden argument*/NULL); NullCheck(L_100); bool L_104; L_104 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_100, L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_0242; } } IL_0221: try {// begin try (depth: 2) // pq = PkixCertPathValidatorUtilities // .GetQualifierSet(pinfo.PolicyQualifiers); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_105 = V_26; NullCheck(L_105); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_106; L_106 = PolicyInformation_get_PolicyQualifiers_m37313A092B7BDFB8C6436227110FBFDA2F5D71C2_inline(L_105, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_107; L_107 = PkixCertPathValidatorUtilities_GetQualifierSet_m0E509771E391330C0ED328EBC7913AB8585A7F5F(L_106, /*hidden argument*/NULL); V_18 = L_107; // } IL2CPP_LEAVE(0x262, FINALLY_024d); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0231; } throw e; } CATCH_0231: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException ex) V_28 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new PkixCertPathValidatorException( // "Policy qualifier info set could not be decoded.", ex, certPath, // index); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_108 = V_28; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_109 = ___certPath0; int32_t L_110 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_111 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_111, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E66C1543E22EDC5796447F687758DB90502D645)), L_108, L_109, L_110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareCertB_m989DD6B731CAD31FC58B33E8E1AFF46BF8DA78E7_RuntimeMethod_var))); }// end catch (depth: 2) IL_0242: { // foreach (Asn1Encodable ae in policies) RuntimeObject* L_112 = V_24; NullCheck(L_112); bool L_113; L_113 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_112); if (L_113) { goto IL_01d7; } } IL_024b: { IL2CPP_LEAVE(0x262, FINALLY_024d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_024d; } FINALLY_024d: {// begin finally (depth: 1) { RuntimeObject* L_114 = V_24; V_29 = ((RuntimeObject*)IsInst((RuntimeObject*)L_114, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_115 = V_29; if (!L_115) { goto IL_0261; } } IL_025a: { RuntimeObject* L_116 = V_29; NullCheck(L_116); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_116); } IL_0261: { IL2CPP_END_FINALLY(589) } }// end finally (depth: 1) IL2CPP_CLEANUP(589) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x262, IL_0262) } IL_0262: { // bool ci = false; V_20 = (bool)0; // ISet critExtOids = cert.GetCriticalExtensionOids(); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_117 = V_0; NullCheck(L_117); RuntimeObject* L_118; L_118 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::GetCriticalExtensionOids() */, L_117); V_21 = L_118; // if (critExtOids != null) RuntimeObject* L_119 = V_21; if (!L_119) { goto IL_0284; } } { // ci = critExtOids.Contains(X509Extensions.CertificatePolicies.Id); RuntimeObject* L_120 = V_21; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_121 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); NullCheck(L_121); String_t* L_122; L_122 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_121, /*hidden argument*/NULL); NullCheck(L_120); bool L_123; L_123 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_120, L_122); V_20 = L_123; } IL_0284: { // PkixPolicyNode p_node = (PkixPolicyNode)node.Parent; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_124 = V_17; NullCheck(L_124); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_125; L_125 = VirtualFuncInvoker0< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Parent() */, L_124); V_22 = L_125; // if (Rfc3280CertPathUtilities.ANY_POLICY.Equals(p_node.ValidPolicy)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_126 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_127 = V_22; NullCheck(L_127); String_t* L_128; L_128 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_127); NullCheck(L_126); bool L_129; L_129 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_126, L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_03c5; } } { // PkixPolicyNode c_node = new PkixPolicyNode(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(), i, // (ISet)m_idp[id_p], p_node, pq, id_p, ci); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_130; L_130 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); int32_t L_131 = V_1; RuntimeObject* L_132 = V_6; String_t* L_133 = V_13; NullCheck(L_132); RuntimeObject * L_134; L_134 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_132, L_133); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_135 = V_22; RuntimeObject* L_136 = V_18; String_t* L_137 = V_13; bool L_138 = V_20; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_139 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)il2cpp_codegen_object_new(PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); PkixPolicyNode__ctor_m2E4350F37AE6277F7C06451885521A63CE6084DB(L_139, L_130, L_131, ((RuntimeObject*)Castclass((RuntimeObject*)L_134, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var)), L_135, L_136, L_137, L_138, /*hidden argument*/NULL); V_30 = L_139; // p_node.AddChild(c_node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_140 = V_22; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_141 = V_30; NullCheck(L_140); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::AddChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_140, L_141); // policyNodes[i].Add(c_node); IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_142 = ___policyNodes2; int32_t L_143 = V_1; NullCheck(L_142); int32_t L_144 = L_143; RuntimeObject* L_145 = (L_142)->GetAt(static_cast(L_144)); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_146 = V_30; NullCheck(L_145); int32_t L_147; L_147 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_145, L_146); // break; goto IL_03c5; } IL_02df: { // while (nodes_i.MoveNext()) RuntimeObject* L_148 = V_15; NullCheck(L_148); bool L_149; L_149 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_148); if (L_149) { goto IL_017d; } } { // } goto IL_03c5; } IL_02f0: { // else if (policyMapping <= 0) int32_t L_150 = ___policyMapping4; if ((((int32_t)L_150) > ((int32_t)0))) { goto IL_03c5; } } { // foreach (PkixPolicyNode node in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[i])) IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_151 = ___policyNodes2; int32_t L_152 = V_1; NullCheck(L_151); int32_t L_153 = L_152; RuntimeObject* L_154 = (L_151)->GetAt(static_cast(L_153)); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_155; L_155 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_154, /*hidden argument*/NULL); NullCheck(L_155); RuntimeObject* L_156; L_156 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_155); V_24 = L_156; } IL_0307: try {// begin try (depth: 1) { goto IL_03a2; } IL_030c: { // foreach (PkixPolicyNode node in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[i])) RuntimeObject* L_157 = V_24; NullCheck(L_157); RuntimeObject * L_158; L_158 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_157); V_31 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_158, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (node.ValidPolicy.Equals(id_p)) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_159 = V_31; NullCheck(L_159); String_t* L_160; L_160 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_159); String_t* L_161 = V_13; NullCheck(L_160); bool L_162; L_162 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_160, L_161, /*hidden argument*/NULL); if (!L_162) { goto IL_03a2; } } IL_032a: { // node.Parent.RemoveChild(node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_163 = V_31; NullCheck(L_163); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_164; L_164 = VirtualFuncInvoker0< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Parent() */, L_163); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_165 = V_31; NullCheck(L_164); VirtualActionInvoker1< PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::RemoveChild(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) */, L_164, L_165); // for (int k = i - 1; k >= 0; k--) int32_t L_166 = V_1; V_32 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_166, (int32_t)1)); goto IL_039d; } IL_033f: { // foreach (PkixPolicyNode node2 in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[k])) IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_167 = ___policyNodes2; int32_t L_168 = V_32; NullCheck(L_167); int32_t L_169 = L_168; RuntimeObject* L_170 = (L_167)->GetAt(static_cast(L_169)); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_171; L_171 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_170, /*hidden argument*/NULL); NullCheck(L_171); RuntimeObject* L_172; L_172 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_171); V_33 = L_172; } IL_034f: try {// begin try (depth: 2) { goto IL_0377; } IL_0351: { // foreach (PkixPolicyNode node2 in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[k])) RuntimeObject* L_173 = V_33; NullCheck(L_173); RuntimeObject * L_174; L_174 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_173); V_34 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_174, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (!node2.HasChildren) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_175 = V_34; NullCheck(L_175); bool L_176; L_176 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_HasChildren() */, L_175); if (L_176) { goto IL_0377; } } IL_0368: { // _validPolicyTree = PkixCertPathValidatorUtilities.RemovePolicyNode( // _validPolicyTree, policyNodes, node2); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_177 = V_3; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_178 = ___policyNodes2; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_179 = V_34; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_180; L_180 = PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C(L_177, L_178, L_179, /*hidden argument*/NULL); V_3 = L_180; // if (_validPolicyTree == null) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_181 = V_3; if (L_181) { goto IL_0377; } } IL_0375: { // break; IL2CPP_LEAVE(0x397, FINALLY_0382); } IL_0377: { // foreach (PkixPolicyNode node2 in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[k])) RuntimeObject* L_182 = V_33; NullCheck(L_182); bool L_183; L_183 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_182); if (L_183) { goto IL_0351; } } IL_0380: { IL2CPP_LEAVE(0x397, FINALLY_0382); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0382; } FINALLY_0382: {// begin finally (depth: 2) { RuntimeObject* L_184 = V_33; V_29 = ((RuntimeObject*)IsInst((RuntimeObject*)L_184, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_185 = V_29; if (!L_185) { goto IL_0396; } } IL_038f: { RuntimeObject* L_186 = V_29; NullCheck(L_186); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_186); } IL_0396: { IL2CPP_END_FINALLY(898) } }// end finally (depth: 2) IL2CPP_CLEANUP(898) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x397, IL_0397) } IL_0397: { // for (int k = i - 1; k >= 0; k--) int32_t L_187 = V_32; V_32 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_187, (int32_t)1)); } IL_039d: { // for (int k = i - 1; k >= 0; k--) int32_t L_188 = V_32; if ((((int32_t)L_188) >= ((int32_t)0))) { goto IL_033f; } } IL_03a2: { // foreach (PkixPolicyNode node in BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(policyNodes[i])) RuntimeObject* L_189 = V_24; NullCheck(L_189); bool L_190; L_190 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_189); if (L_190) { goto IL_030c; } } IL_03ae: { IL2CPP_LEAVE(0x3C5, FINALLY_03b0); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03b0; } FINALLY_03b0: {// begin finally (depth: 1) { RuntimeObject* L_191 = V_24; V_29 = ((RuntimeObject*)IsInst((RuntimeObject*)L_191, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_192 = V_29; if (!L_192) { goto IL_03c4; } } IL_03bd: { RuntimeObject* L_193 = V_29; NullCheck(L_193); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_193); } IL_03c4: { IL2CPP_END_FINALLY(944) } }// end finally (depth: 1) IL2CPP_CLEANUP(944) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3C5, IL_03c5) } IL_03c5: { // while (it_idp.MoveNext()) RuntimeObject* L_194 = V_8; NullCheck(L_194); bool L_195; L_195 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_194); if (L_195) { goto IL_0101; } } IL_03d1: { // return _validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_196 = V_3; return L_196; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlA1ii(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E* Rfc3280CertPathUtilities_ProcessCrlA1ii_m26A59D8BE2020C67621D3050361BE56D82524C33 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___currentDate0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert2, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_4 = NULL; Exception_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * G_B4_0 = NULL; String_t* G_B4_1 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * G_B3_0 = NULL; String_t* G_B3_1 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; { // ISet deltaSet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // X509CrlStoreSelector crlselect = new X509CrlStoreSelector(); X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_1 = (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 *)il2cpp_codegen_object_new(X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272_il2cpp_TypeInfo_var); X509CrlStoreSelector__ctor_mDB250A91FD7C734D29760606B5FE7D1449B1460A(L_1, /*hidden argument*/NULL); V_1 = L_1; // crlselect.CertificateChecking = cert; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_2 = V_1; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_3 = ___cert2; NullCheck(L_2); X509CrlStoreSelector_set_CertificateChecking_m12E6844E89659DB3A2007521B4010091086D0011_inline(L_2, L_3, /*hidden argument*/NULL); } IL_0013: try {// begin try (depth: 1) // IList issuer = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_3 = L_4; // issuer.Add(crl.IssuerDN); RuntimeObject* L_5 = V_3; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_6 = ___crl3; NullCheck(L_6); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_7; L_7 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_6); NullCheck(L_5); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_5, L_7); // crlselect.Issuers = issuer; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_9 = V_1; RuntimeObject* L_10 = V_3; NullCheck(L_9); X509CrlStoreSelector_set_Issuers_m1C165E3A7E12B6583B4F45D0E17FAD90EA9E9EC7(L_9, L_10, /*hidden argument*/NULL); // } goto IL_0051; }// 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_002f; } throw e; } CATCH_002f: {// begin catch(System.IO.IOException) { // catch (IOException e) V_4 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new Exception("Cannot extract issuer from CRL." + e, e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_11 = V_4; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_12 = L_11; G_B3_0 = L_12; G_B3_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E95F152FED30265401A8CA428DE65CAE77E3FFD)); if (L_12) { G_B4_0 = L_12; G_B4_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E95F152FED30265401A8CA428DE65CAE77E3FFD)); goto IL_003f; } } IL_003b: { G_B5_0 = ((String_t*)(NULL)); G_B5_1 = G_B3_1; goto IL_0044; } IL_003f: { NullCheck(G_B4_0); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B4_0); G_B5_0 = L_13; G_B5_1 = G_B4_1; } IL_0044: { String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B5_1, G_B5_0, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_15 = V_4; Exception_t * L_16 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_16, L_14, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlA1ii_m26A59D8BE2020C67621D3050361BE56D82524C33_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0051: { // crlselect.CompleteCrlEnabled = true; X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_17 = V_1; NullCheck(L_17); X509CrlStoreSelector_set_CompleteCrlEnabled_m8B5CF21EDCDD1B03C33A1DF0A0BAD01AE6A82FE4_inline(L_17, (bool)1, /*hidden argument*/NULL); // ISet completeSet = CrlUtilities.FindCrls(crlselect, paramsPKIX, currentDate); IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * L_18 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_CrlUtilities_0(); X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * L_19 = V_1; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_20 = ___paramsPKIX1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21 = ___currentDate0; NullCheck(L_18); RuntimeObject* L_22; L_22 = VirtualFuncInvoker3< RuntimeObject*, X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 *, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCrlUtilities::FindCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CrlStoreSelector,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.DateTime) */, L_18, L_19, L_20, L_21); V_2 = L_22; // if (paramsPKIX.IsUseDeltasEnabled) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_23 = ___paramsPKIX1; NullCheck(L_23); bool L_24; L_24 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsUseDeltasEnabled() */, L_23); if (!L_24) { goto IL_008d; } } IL_006e: try {// begin try (depth: 1) // deltaSet.AddAll(PkixCertPathValidatorUtilities.GetDeltaCrls(currentDate, paramsPKIX, crl)); RuntimeObject* L_25 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = ___currentDate0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_27 = ___paramsPKIX1; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_28 = ___crl3; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_29; L_29 = PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569(L_26, L_27, L_28, /*hidden argument*/NULL); NullCheck(L_25); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_25, L_29); // } goto IL_008d; }// 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_007e; } throw e; } CATCH_007e: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Exception obtaining delta CRLs.", e); Exception_t * L_30 = V_5; Exception_t * L_31 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F3D7F1C37FBA64E0673D463F93B9CDDF3FFC04E)), L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlA1ii_m26A59D8BE2020C67621D3050361BE56D82524C33_RuntimeMethod_var))); }// end catch (depth: 1) IL_008d: { // return new ISet[]{ completeSet, deltaSet }; ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E* L_32 = (ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E*)(ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E*)SZArrayNew(ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E_il2cpp_TypeInfo_var, (uint32_t)2); ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E* L_33 = L_32; RuntimeObject* L_34 = V_2; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(0), (RuntimeObject*)L_34); ISetU5BU5D_t8F90114BC79832B1CD8016ACEA04820BB075834E* L_35 = L_33; RuntimeObject* L_36 = V_0; NullCheck(L_35); ArrayElementTypeCheck (L_35, L_36); (L_35)->SetAt(static_cast(1), (RuntimeObject*)L_36); return L_35; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlA1i(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Rfc3280CertPathUtilities_ProcessCrlA1i_mACEF6D62B7EA78A8AFC7384C63CFF7864CF9E4FA (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___currentDate0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert2, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___crl3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * V_4 = NULL; Exception_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ISet deltaSet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_0 = L_0; // if (paramsPKIX.IsUseDeltasEnabled) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_1 = ___paramsPKIX1; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsUseDeltasEnabled() */, L_1); if (!L_2) { goto IL_0091; } } { // CrlDistPoint freshestCRL = null; V_1 = (CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 *)NULL; } IL_0013: try {// begin try (depth: 1) // freshestCRL = CrlDistPoint.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.FreshestCrl)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_3 = ___cert2; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_FreshestCrl_23(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_3, L_4, /*hidden argument*/NULL); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_6; L_6 = CrlDistPoint_GetInstance_m1C8B482DCC580043B74B194F5287A4941828EEFF(L_5, /*hidden argument*/NULL); V_1 = L_6; // } goto IL_0033; }// 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_0026; } throw e; } CATCH_0026: {// begin catch(System.Exception) // catch (Exception e) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Freshest CRL extension could not be decoded from certificate.", e); Exception_t * L_7 = V_2; Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7AFC51DA79ADB0ECDE4FC1932A62490648C83F8)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlA1i_mACEF6D62B7EA78A8AFC7384C63CFF7864CF9E4FA_RuntimeMethod_var))); }// end catch (depth: 1) IL_0033: { // if (freshestCRL == null) CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_9 = V_1; if (L_9) { goto IL_0056; } } IL_0036: try {// begin try (depth: 1) // freshestCRL = CrlDistPoint.GetInstance(PkixCertPathValidatorUtilities.GetExtensionValue(crl, X509Extensions.FreshestCrl)); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_10 = ___crl3; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_FreshestCrl_23(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_12; L_12 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_10, L_11, /*hidden argument*/NULL); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_13; L_13 = CrlDistPoint_GetInstance_m1C8B482DCC580043B74B194F5287A4941828EEFF(L_12, /*hidden argument*/NULL); V_1 = L_13; // } goto IL_0056; }// 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_0049; } throw e; } CATCH_0049: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Freshest CRL extension could not be decoded from CRL.", e); Exception_t * L_14 = V_3; Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57621D6FC38B263D6CC150D02471DCAD1D4C8691)), L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlA1i_mACEF6D62B7EA78A8AFC7384C63CFF7864CF9E4FA_RuntimeMethod_var))); }// end catch (depth: 1) IL_0056: { // if (freshestCRL != null) CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_16 = V_1; if (!L_16) { goto IL_0091; } } IL_0059: try {// begin try (depth: 1) // PkixCertPathValidatorUtilities.AddAdditionalStoresFromCrlDistributionPoint(freshestCRL, paramsPKIX); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_17 = V_1; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_18 = ___paramsPKIX1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_AddAdditionalStoresFromCrlDistributionPoint_m59BB8809B5ADC894307319780A8128A0FD2223E0(L_17, L_18, /*hidden argument*/NULL); // } goto IL_0071; }// 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_0062; } throw e; } CATCH_0062: {// begin catch(System.Exception) // catch (Exception e) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "No new delta CRL locations could be added from Freshest CRL extension.", e); Exception_t * L_19 = V_4; Exception_t * L_20 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E70B70AFD1359B6869326623D948BFD22BFADAC)), L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlA1i_mACEF6D62B7EA78A8AFC7384C63CFF7864CF9E4FA_RuntimeMethod_var))); }// end catch (depth: 1) IL_0071: { } IL_0072: try {// begin try (depth: 1) // deltaSet.AddAll(PkixCertPathValidatorUtilities.GetDeltaCrls(currentDate, paramsPKIX, crl)); RuntimeObject* L_21 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22 = ___currentDate0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_23 = ___paramsPKIX1; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_24 = ___crl3; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569(L_22, L_23, L_24, /*hidden argument*/NULL); NullCheck(L_21); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_21, L_25); // } goto IL_0091; }// 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_0082; } throw e; } CATCH_0082: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("Exception obtaining delta CRLs.", e); Exception_t * L_26 = V_5; Exception_t * L_27 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F3D7F1C37FBA64E0673D463F93B9CDDF3FFC04E)), L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlA1i_mACEF6D62B7EA78A8AFC7384C63CFF7864CF9E4FA_RuntimeMethod_var))); }// end catch (depth: 1) IL_0091: { // return deltaSet; RuntimeObject* L_28 = V_0; return L_28; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertF(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCertF_mB2A69897B32815A51FAF321B72E1E8BA38555FC4 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree2, int32_t ___explicitPolicy3, const RuntimeMethod* method) { { // if (explicitPolicy <= 0 && validPolicyTree == null) int32_t L_0 = ___explicitPolicy3; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0015; } } { PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_1 = ___validPolicyTree2; if (L_1) { goto IL_0015; } } { // throw new PkixCertPathValidatorException( // "No valid policy tree found when one expected.", null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_2 = ___certPath0; int32_t L_3 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_4 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral591C0D1C52030F949248A44C801AB9ED36F8D19A)), (Exception_t *)NULL, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertF_mB2A69897B32815A51FAF321B72E1E8BA38555FC4_RuntimeMethod_var))); } IL_0015: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertA(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, int32_t ___index2, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___workingPublicKey3, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___workingIssuerName4, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___sign5, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_1 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * V_2 = NULL; GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * V_3 = NULL; CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 * V_4 = NULL; CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * V_7 = NULL; Exception_t * V_8 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * G_B16_0 = NULL; int32_t G_B16_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B16_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B16_3 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * G_B15_0 = NULL; int32_t G_B15_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B15_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B15_3 = NULL; String_t* G_B17_0 = NULL; int32_t G_B17_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B17_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B17_3 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * G_B19_0 = NULL; int32_t G_B19_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B19_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B19_3 = NULL; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * G_B18_0 = NULL; int32_t G_B18_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B18_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B18_3 = NULL; String_t* G_B20_0 = NULL; int32_t G_B20_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B20_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B20_3 = NULL; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); V_0 = L_1; // X509Certificate cert = (X509Certificate)certs[index]; RuntimeObject* L_2 = V_0; int32_t L_3 = ___index2; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_2, L_3); V_1 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_4, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); } IL_0014: try {// begin try (depth: 1) // cert.Verify(workingPublicKey); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_5 = V_1; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_6 = ___workingPublicKey3; NullCheck(L_5); VirtualActionInvoker1< AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::Verify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) */, L_5, L_6); // } 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*)&GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001d; } throw e; } CATCH_001d: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException) // catch (GeneralSecurityException e) V_3 = ((GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)IL2CPP_GET_ACTIVE_EXCEPTION(GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA *)); // throw new PkixCertPathValidatorException("Could not validate certificate signature.", e, certPath, index); GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA * L_7 = V_3; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_8 = ___certPath0; int32_t L_9 = ___index2; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_10 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDAB909FD709050EE9B85EF30DEAB51604FA418A)), L_7, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847_RuntimeMethod_var))); }// end catch (depth: 1) IL_002c: { } IL_002d: try {// begin try (depth: 1) // cert.CheckValidity(PkixCertPathValidatorUtilities // .GetValidCertDateFromValidityModel(paramsPKIX, certPath, index)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_11 = V_1; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_12 = ___paramsPKIX1; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_13 = ___certPath0; int32_t L_14 = ___index2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15; L_15 = PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2(L_12, L_13, L_14, /*hidden argument*/NULL); NullCheck(L_11); VirtualActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::CheckValidity(System.DateTime) */, L_11, L_15); // } goto IL_0088; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003d; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005a; } 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_0077; } throw e; } CATCH_003d: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateExpiredException) // catch (CertificateExpiredException e) V_4 = ((CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 *)); // throw new PkixCertPathValidatorException("Could not validate certificate: " + e.Message, e, certPath, index); CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 * L_16 = V_4; NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_16); String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral194FC6807F8BEEFE0FB1BD24AFB6BC1D348B0BFD)), L_17, /*hidden argument*/NULL); CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 * L_19 = V_4; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_20 = ___certPath0; int32_t L_21 = ___index2; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_22 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_22, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_005a: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException) // catch (CertificateNotYetValidException e) V_5 = ((CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE *)); // throw new PkixCertPathValidatorException("Could not validate certificate: " + e.Message, e, certPath, index); CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE * L_23 = V_5; NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_23); String_t* L_25; L_25 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral194FC6807F8BEEFE0FB1BD24AFB6BC1D348B0BFD)), L_24, /*hidden argument*/NULL); CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE * L_26 = V_5; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_27 = ___certPath0; int32_t L_28 = ___index2; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_29 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_29, L_25, L_26, L_27, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0077: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException("Could not validate time of certificate.", e, certPath, index); Exception_t * L_30 = V_6; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_31 = ___certPath0; int32_t L_32 = ___index2; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_33 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A8E56036BECF991F91391B8BC332123A1CD7ACB)), L_30, L_31, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847_RuntimeMethod_var))); }// end catch (depth: 1) IL_0088: { // if (paramsPKIX.IsRevocationEnabled) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_34 = ___paramsPKIX1; NullCheck(L_34); bool L_35; L_35 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsRevocationEnabled() */, L_34); if (!L_35) { goto IL_00c9; } } IL_0090: try {// begin try (depth: 1) // CheckCrls(paramsPKIX, cert, PkixCertPathValidatorUtilities.GetValidCertDateFromValidityModel(paramsPKIX, // certPath, index), sign, workingPublicKey, certs); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_36 = ___paramsPKIX1; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_37 = V_1; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_38 = ___paramsPKIX1; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_39 = ___certPath0; int32_t L_40 = ___index2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_41; L_41 = PkixCertPathValidatorUtilities_GetValidCertDateFromValidityModel_mDABCE02786F4E44E340F95A8806678EE5C8292E2(L_38, L_39, L_40, /*hidden argument*/NULL); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_42 = ___sign5; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_43 = ___workingPublicKey3; RuntimeObject* L_44 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_CheckCrls_mA1398BA7CFC0472979FBA29D628DD59557B73E25(L_36, L_37, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); // } goto IL_00c9; }// 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_00a5; } throw e; } CATCH_00a5: {// begin catch(System.Exception) { // catch (Exception e) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Exception cause = e.InnerException; Exception_t * L_45 = V_7; NullCheck(L_45); Exception_t * L_46; L_46 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_45, /*hidden argument*/NULL); V_8 = L_46; // if (cause == null) Exception_t * L_47 = V_8; if (L_47) { goto IL_00b8; } } IL_00b4: { // cause = e; Exception_t * L_48 = V_7; V_8 = L_48; } IL_00b8: { // throw new PkixCertPathValidatorException(e.Message, cause, certPath, index); Exception_t * L_49 = V_7; NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_49); Exception_t * L_51 = V_8; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_52 = ___certPath0; int32_t L_53 = ___index2; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_54 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_54, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00c9: { // X509Name issuer = PkixCertPathValidatorUtilities.GetIssuerPrincipal(cert); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_55 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_56; L_56 = PkixCertPathValidatorUtilities_GetIssuerPrincipal_m663F26C702DE44F5D7BD09B30466EC3839511465(L_55, /*hidden argument*/NULL); V_2 = L_56; // if (!issuer.Equivalent(workingIssuerName, true)) X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_57 = V_2; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_58 = ___workingIssuerName4; NullCheck(L_57); bool L_59; L_59 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_57, L_58, (bool)1, /*hidden argument*/NULL); if (L_59) { goto IL_0128; } } { // throw new PkixCertPathValidatorException("IssuerName(" + issuer // + ") does not match SubjectName(" + workingIssuerName + ") of signing certificate.", null, // certPath, index); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_60 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral855915AFCAC87E5677D64DED33C2E3351C11CFE0))); (L_61)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral855915AFCAC87E5677D64DED33C2E3351C11CFE0))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_62 = L_61; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_63 = V_2; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_64 = L_63; G_B15_0 = L_64; G_B15_1 = 1; G_B15_2 = L_62; G_B15_3 = L_62; if (L_64) { G_B16_0 = L_64; G_B16_1 = 1; G_B16_2 = L_62; G_B16_3 = L_62; goto IL_00f3; } } { G_B17_0 = ((String_t*)(NULL)); G_B17_1 = G_B15_1; G_B17_2 = G_B15_2; G_B17_3 = G_B15_3; goto IL_00f8; } IL_00f3: { NullCheck(G_B16_0); String_t* L_65; L_65 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B16_0); G_B17_0 = L_65; G_B17_1 = G_B16_1; G_B17_2 = G_B16_2; G_B17_3 = G_B16_3; } IL_00f8: { NullCheck(G_B17_2); ArrayElementTypeCheck (G_B17_2, G_B17_0); (G_B17_2)->SetAt(static_cast(G_B17_1), (String_t*)G_B17_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_66 = G_B17_3; NullCheck(L_66); ArrayElementTypeCheck (L_66, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1BEC097E40DAAF026CDA25D650D9DBB09A25FCE0))); (L_66)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1BEC097E40DAAF026CDA25D650D9DBB09A25FCE0))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_67 = L_66; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_68 = ___workingIssuerName4; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_69 = L_68; G_B18_0 = L_69; G_B18_1 = 3; G_B18_2 = L_67; G_B18_3 = L_67; if (L_69) { G_B19_0 = L_69; G_B19_1 = 3; G_B19_2 = L_67; G_B19_3 = L_67; goto IL_010c; } } { G_B20_0 = ((String_t*)(NULL)); G_B20_1 = G_B18_1; G_B20_2 = G_B18_2; G_B20_3 = G_B18_3; goto IL_0111; } IL_010c: { NullCheck(G_B19_0); String_t* L_70; L_70 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B19_0); G_B20_0 = L_70; G_B20_1 = G_B19_1; G_B20_2 = G_B19_2; G_B20_3 = G_B19_3; } IL_0111: { NullCheck(G_B20_2); ArrayElementTypeCheck (G_B20_2, G_B20_0); (G_B20_2)->SetAt(static_cast(G_B20_1), (String_t*)G_B20_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_71 = G_B20_3; NullCheck(L_71); ArrayElementTypeCheck (L_71, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57A32A05EEB612229A5FDE466398FAA8C6019121))); (L_71)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57A32A05EEB612229A5FDE466398FAA8C6019121))); String_t* L_72; L_72 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_71, /*hidden argument*/NULL); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_73 = ___certPath0; int32_t L_74 = ___index2; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_75 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_75, L_72, (Exception_t *)NULL, L_73, L_74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_75, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertA_m4644A8170BDC7638BA0044B5455A1A91B8DE9847_RuntimeMethod_var))); } IL_0128: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertI1(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertI1_m47F1866D37AEB30940B53BF5AC949AEC36591F46 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___explicitPolicy2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; RuntimeObject* V_4 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_5 = NULL; int32_t V_6 = 0; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // Asn1Sequence pc = null; V_1 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_0014: try {// begin try (depth: 1) // pc = DerSequence.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.PolicyConstraints)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyConstraints_21(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7; L_7 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_6, /*hidden argument*/NULL); V_1 = L_7; // } goto IL_0036; }// 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_0027; } throw e; } CATCH_0027: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Policy constraints extension cannot be decoded.", e, certPath, index); Exception_t * L_8 = V_3; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; int32_t L_10 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94318AEBD7ECA7E96B937056F90DB6FBD73E74D4)), L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertI1_m47F1866D37AEB30940B53BF5AC949AEC36591F46_RuntimeMethod_var))); }// end catch (depth: 1) IL_0036: { // if (pc != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = V_1; if (!L_12) { goto IL_0095; } } { // IEnumerator policyConstraints = pc.GetEnumerator(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = V_1; NullCheck(L_13); RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_13); V_4 = L_14; goto IL_008c; } IL_0043: { } IL_0044: try {// begin try (depth: 1) { // Asn1TaggedObject constraint = Asn1TaggedObject.GetInstance(policyConstraints.Current); RuntimeObject* L_15 = V_4; NullCheck(L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_17; L_17 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_16, /*hidden argument*/NULL); V_5 = L_17; // if (constraint.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_18 = V_5; NullCheck(L_18); int32_t L_19; L_19 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0079; } } IL_005b: { // tmpInt = DerInteger.GetInstance(constraint, false).Value.IntValue; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_20 = V_5; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_21; L_21 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(L_20, (bool)0, /*hidden argument*/NULL); NullCheck(L_21); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22; L_22 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23; L_23 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_22, /*hidden argument*/NULL); V_2 = L_23; // if (tmpInt < explicitPolicy) int32_t L_24 = V_2; int32_t L_25 = ___explicitPolicy2; if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_0077; } } IL_0072: { // return tmpInt; int32_t L_26 = V_2; V_6 = L_26; goto IL_0097; } IL_0077: { // break; goto IL_0095; } IL_0079: { // } 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*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007b; } throw e; } CATCH_007b: {// begin catch(System.ArgumentException) // catch (ArgumentException e) V_7 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); // throw new PkixCertPathValidatorException( // "Policy constraints extension contents cannot be decoded.", e, certPath, index); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = V_7; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_28 = ___certPath0; int32_t L_29 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_30 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30634E05EB9E30962E0E2BD9B8A15A1478AAD580)), L_27, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertI1_m47F1866D37AEB30940B53BF5AC949AEC36591F46_RuntimeMethod_var))); }// end catch (depth: 1) IL_008c: { // while (policyConstraints.MoveNext()) RuntimeObject* L_31 = V_4; NullCheck(L_31); bool L_32; L_32 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_0043; } } IL_0095: { // return explicitPolicy; int32_t L_33 = ___explicitPolicy2; return L_33; } IL_0097: { // } int32_t L_34 = V_6; return L_34; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertI2(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertI2_mCBDCE8FF5B236B63FE507798AFD2471B08032A2A (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___policyMapping2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; RuntimeObject* V_4 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_5 = NULL; int32_t V_6 = 0; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // Asn1Sequence pc = null; V_1 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_0014: try {// begin try (depth: 1) // pc = DerSequence.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.PolicyConstraints)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyConstraints_21(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7; L_7 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_6, /*hidden argument*/NULL); V_1 = L_7; // } goto IL_0036; }// 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_0027; } throw e; } CATCH_0027: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Policy constraints extension cannot be decoded.", e, certPath, index); Exception_t * L_8 = V_3; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; int32_t L_10 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94318AEBD7ECA7E96B937056F90DB6FBD73E74D4)), L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertI2_mCBDCE8FF5B236B63FE507798AFD2471B08032A2A_RuntimeMethod_var))); }// end catch (depth: 1) IL_0036: { // if (pc != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = V_1; if (!L_12) { goto IL_0096; } } { // IEnumerator policyConstraints = pc.GetEnumerator(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = V_1; NullCheck(L_13); RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_13); V_4 = L_14; goto IL_008d; } IL_0043: { } IL_0044: try {// begin try (depth: 1) { // Asn1TaggedObject constraint = Asn1TaggedObject.GetInstance(policyConstraints.Current); RuntimeObject* L_15 = V_4; NullCheck(L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_17; L_17 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_16, /*hidden argument*/NULL); V_5 = L_17; // if (constraint.TagNo == 1) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_18 = V_5; NullCheck(L_18); int32_t L_19; L_19 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_007a; } } IL_005c: { // tmpInt = DerInteger.GetInstance(constraint, false).Value.IntValue; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_20 = V_5; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_21; L_21 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(L_20, (bool)0, /*hidden argument*/NULL); NullCheck(L_21); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22; L_22 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23; L_23 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_22, /*hidden argument*/NULL); V_2 = L_23; // if (tmpInt < policyMapping) int32_t L_24 = V_2; int32_t L_25 = ___policyMapping2; if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_0078; } } IL_0073: { // return tmpInt; int32_t L_26 = V_2; V_6 = L_26; goto IL_0098; } IL_0078: { // break; goto IL_0096; } IL_007a: { // } goto IL_008d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007c; } throw e; } CATCH_007c: {// begin catch(System.ArgumentException) // catch (ArgumentException e) V_7 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); // throw new PkixCertPathValidatorException( // "Policy constraints extension contents cannot be decoded.", e, certPath, index); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = V_7; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_28 = ___certPath0; int32_t L_29 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_30 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30634E05EB9E30962E0E2BD9B8A15A1478AAD580)), L_27, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertI2_mCBDCE8FF5B236B63FE507798AFD2471B08032A2A_RuntimeMethod_var))); }// end catch (depth: 1) IL_008d: { // while (policyConstraints.MoveNext()) RuntimeObject* L_31 = V_4; NullCheck(L_31); bool L_32; L_32 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_0043; } } IL_0096: { // return policyMapping; int32_t L_33 = ___policyMapping2; return L_33; } IL_0098: { // } int32_t L_34 = V_6; return L_34; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertG(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixNameConstraintValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertG_m578C2E9FDBFDB4655C113F2AD920393DBEC27CCB (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * ___nameConstraintValidator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * V_1 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_2 = NULL; Exception_t * V_3 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_4 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_5 = NULL; Exception_t * V_6 = NULL; RuntimeObject* V_7 = NULL; GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * V_8 = NULL; Exception_t * V_9 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // NameConstraints nc = null; V_1 = (NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 *)NULL; } IL_0014: try {// begin try (depth: 1) { // Asn1Sequence ncSeq = DerSequence.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.NameConstraints)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_NameConstraints_16(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7; L_7 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_6, /*hidden argument*/NULL); V_2 = L_7; // if (ncSeq != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = V_2; if (!L_8) { goto IL_002f; } } IL_0028: { // nc = new NameConstraints(ncSeq); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = V_2; NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * L_10 = (NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 *)il2cpp_codegen_object_new(NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08_il2cpp_TypeInfo_var); NameConstraints__ctor_mFDB6C282C2F35A3E4470E03D322232E2CD06AA34(L_10, L_9, /*hidden argument*/NULL); V_1 = L_10; } IL_002f: { // } goto IL_0040; } }// 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_0031; } throw e; } CATCH_0031: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Name constraints extension could not be decoded.", e, certPath, index); Exception_t * L_11 = V_3; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_12 = ___certPath0; int32_t L_13 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_14 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA1E826195A0A9EE598283D77E335DC83C2F7241E)), L_11, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertG_m578C2E9FDBFDB4655C113F2AD920393DBEC27CCB_RuntimeMethod_var))); }// end catch (depth: 1) IL_0040: { // if (nc != null) NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * L_15 = V_1; if (!L_15) { goto IL_00b3; } } { // Asn1Sequence permitted = nc.PermittedSubtrees; NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * L_16 = V_1; NullCheck(L_16); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17; L_17 = NameConstraints_get_PermittedSubtrees_m6D1455A76D623E689EFD442F92D9A3B7B975D66A_inline(L_16, /*hidden argument*/NULL); V_4 = L_17; // if (permitted != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = V_4; if (!L_18) { goto IL_006a; } } IL_004f: try {// begin try (depth: 1) // nameConstraintValidator.IntersectPermittedSubtree(permitted); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_19 = ___nameConstraintValidator2; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_20 = V_4; NullCheck(L_19); PkixNameConstraintValidator_IntersectPermittedSubtree_mAA6E1A02C299B0CBB6AC8E79F19D6EAA8FF975E9(L_19, L_20, /*hidden argument*/NULL); // } goto IL_006a; }// 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_0059; } throw e; } CATCH_0059: {// begin catch(System.Exception) // catch (Exception ex) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Permitted subtrees cannot be build from name constraints extension.", ex, certPath, index); Exception_t * L_21 = V_6; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_22 = ___certPath0; int32_t L_23 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_24 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20E770B1BC5EDB5F9A70514C62734A71AABB4AF7)), L_21, L_22, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertG_m578C2E9FDBFDB4655C113F2AD920393DBEC27CCB_RuntimeMethod_var))); }// end catch (depth: 1) IL_006a: { // Asn1Sequence excluded = nc.ExcludedSubtrees; NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * L_25 = V_1; NullCheck(L_25); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_26; L_26 = NameConstraints_get_ExcludedSubtrees_mB143162E6F0E84A7523FBA5A7B069FCA4B5CF7AE_inline(L_25, /*hidden argument*/NULL); V_5 = L_26; // if (excluded != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_27 = V_5; if (!L_27) { goto IL_00b3; } } { // IEnumerator e = excluded.GetEnumerator(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_28 = V_5; NullCheck(L_28); RuntimeObject* L_29; L_29 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_28); V_7 = L_29; } IL_007f: try {// begin try (depth: 1) { goto IL_0097; } IL_0081: { // GeneralSubtree subtree = GeneralSubtree.GetInstance(e.Current); RuntimeObject* L_30 = V_7; NullCheck(L_30); RuntimeObject * L_31; L_31 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_30); GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * L_32; L_32 = GeneralSubtree_GetInstance_mD170ABE05AFB3CE170A04D4FCDD1C05F09AC073F(L_31, /*hidden argument*/NULL); V_8 = L_32; // nameConstraintValidator.AddExcludedSubtree(subtree); PkixNameConstraintValidator_t82D8F9F058F8E64BA5DA4AF5016B7A41864785DF * L_33 = ___nameConstraintValidator2; GeneralSubtree_t2D63C5DE7937F3E113B3464621362597F2E6BBE1 * L_34 = V_8; NullCheck(L_33); PkixNameConstraintValidator_AddExcludedSubtree_m1C552E1E5787D1699DFEACE04B53FB3F6CE85624(L_33, L_34, /*hidden argument*/NULL); } IL_0097: { // while (e.MoveNext()) RuntimeObject* L_35 = V_7; NullCheck(L_35); bool L_36; L_36 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); if (L_36) { goto IL_0081; } } IL_00a0: { // } goto IL_00b3; } }// 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_00a2; } throw e; } CATCH_00a2: {// begin catch(System.Exception) // catch (Exception ex) V_9 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Excluded subtrees cannot be build from name constraints extension.", ex, certPath, index); Exception_t * L_37 = V_9; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_38 = ___certPath0; int32_t L_39 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_40 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3057D1C519EEBD6840E8ABB15829567F0B559A1F)), L_37, L_38, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertG_m578C2E9FDBFDB4655C113F2AD920393DBEC27CCB_RuntimeMethod_var))); }// end catch (depth: 1) IL_00b3: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertJ(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertJ_m3355D9C0EB0E71AB340992B2148C2D9513424CD7 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___inhibitAnyPolicy2, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // DerInteger iap = null; V_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)NULL; } IL_0014: try {// begin try (depth: 1) // iap = DerInteger.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.InhibitAnyPolicy)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_InhibitAnyPolicy_24(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7; L_7 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_6, /*hidden argument*/NULL); V_1 = L_7; // } goto IL_0036; }// 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_0027; } throw e; } CATCH_0027: {// begin catch(System.Exception) // catch (Exception e) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Inhibit any-policy extension cannot be decoded.", e, certPath, index); Exception_t * L_8 = V_2; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; int32_t L_10 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E1CBF0C0388A832B9C2A40EBBB0567D37B167A5)), L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertJ_m3355D9C0EB0E71AB340992B2148C2D9513424CD7_RuntimeMethod_var))); }// end catch (depth: 1) IL_0036: { // if (iap != null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_12 = V_1; if (!L_12) { goto IL_004b; } } { // int _inhibitAnyPolicy = iap.Value.IntValue; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_13 = V_1; NullCheck(L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15; L_15 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_14, /*hidden argument*/NULL); V_3 = L_15; // if (_inhibitAnyPolicy < inhibitAnyPolicy) int32_t L_16 = V_3; int32_t L_17 = ___inhibitAnyPolicy2; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_004b; } } { // return _inhibitAnyPolicy; int32_t L_18 = V_3; return L_18; } IL_004b: { // return inhibitAnyPolicy; int32_t L_19 = ___inhibitAnyPolicy2; return L_19; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertK(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertK_mCEC196014799D3006CFBFB586098CDB0989B36AE (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // BasicConstraints bc = null; V_1 = (BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C *)NULL; } IL_0014: try {// begin try (depth: 1) // bc = BasicConstraints.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.BasicConstraints)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_BasicConstraints_8(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_7; L_7 = BasicConstraints_GetInstance_mD0D7527B2DCBB76EDD5C233ABFA074A5AADBF6BF(L_6, /*hidden argument*/NULL); V_1 = L_7; // } goto IL_0036; }// 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_0027; } throw e; } CATCH_0027: {// begin catch(System.Exception) // catch (Exception e) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException("Basic constraints extension cannot be decoded.", e, certPath, // index); Exception_t * L_8 = V_2; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; int32_t L_10 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral188DD1FDA83E4CDF0A35D4D432C42175EDB03645)), L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertK_mCEC196014799D3006CFBFB586098CDB0989B36AE_RuntimeMethod_var))); }// end catch (depth: 1) IL_0036: { // if (bc != null) BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_12 = V_1; if (!L_12) { goto IL_004c; } } { // if (!(bc.IsCA())) BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_13 = V_1; NullCheck(L_13); bool L_14; L_14 = BasicConstraints_IsCA_m95E049A6982A9B37282119B6B440A626E48BC5F5(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0057; } } { // throw new PkixCertPathValidatorException("Not a CA certificate"); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_15 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB9C6B1A2671C4CA6D961C0AA7526DF60B91FBFB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertK_mCEC196014799D3006CFBFB586098CDB0989B36AE_RuntimeMethod_var))); } IL_004c: { // throw new PkixCertPathValidatorException("Intermediate certificate lacks BasicConstraints"); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_16 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20221349E1125D9857A7A0065423AA53FB0B9FCE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertK_mCEC196014799D3006CFBFB586098CDB0989B36AE_RuntimeMethod_var))); } IL_0057: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertL(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertL_m42E74CC7BFB9437574DB1EA3A4EDD34A78BB5B22 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___maxPathLength2, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); // if (!PkixCertPathValidatorUtilities.IsSelfIssued(cert)) IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_4; L_4 = PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_002e; } } { // if (maxPathLength <= 0) int32_t L_5 = ___maxPathLength2; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_002a; } } { // throw new PkixCertPathValidatorException("Max path length not greater than zero", null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_6 = ___certPath0; int32_t L_7 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_8 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC96EB6623EEE9C2D2B112AE48BC725B3F624D53)), (Exception_t *)NULL, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertL_m42E74CC7BFB9437574DB1EA3A4EDD34A78BB5B22_RuntimeMethod_var))); } IL_002a: { // return maxPathLength - 1; int32_t L_9 = ___maxPathLength2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_002e: { // return maxPathLength; int32_t L_10 = ___maxPathLength2; return L_10; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertM(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertM_mABF86083CCF64837C4DE5FB308F12554BD1F7651 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___maxPathLength2, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * V_1 = NULL; Exception_t * V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // BasicConstraints bc = null; V_1 = (BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C *)NULL; } IL_0014: try {// begin try (depth: 1) // bc = BasicConstraints.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.BasicConstraints)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_BasicConstraints_8(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_7; L_7 = BasicConstraints_GetInstance_mD0D7527B2DCBB76EDD5C233ABFA074A5AADBF6BF(L_6, /*hidden argument*/NULL); V_1 = L_7; // } goto IL_0036; }// 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_0027; } throw e; } CATCH_0027: {// begin catch(System.Exception) // catch (Exception e) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException("Basic constraints extension cannot be decoded.", e, certPath, // index); Exception_t * L_8 = V_2; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; int32_t L_10 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral188DD1FDA83E4CDF0A35D4D432C42175EDB03645)), L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertM_mABF86083CCF64837C4DE5FB308F12554BD1F7651_RuntimeMethod_var))); }// end catch (depth: 1) IL_0036: { // if (bc != null) BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_12 = V_1; if (!L_12) { goto IL_0053; } } { // BigInteger _pathLengthConstraint = bc.PathLenConstraint; BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * L_13 = V_1; NullCheck(L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = BasicConstraints_get_PathLenConstraint_mBAD9C3803E5113DAC9A4C9FA4A25B2AFF68AD7AE(L_13, /*hidden argument*/NULL); V_3 = L_14; // if (_pathLengthConstraint != null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = V_3; if (!L_15) { goto IL_0053; } } { // int _plc = _pathLengthConstraint.IntValue; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_3; NullCheck(L_16); int32_t L_17; L_17 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_16, /*hidden argument*/NULL); V_4 = L_17; // if (_plc < maxPathLength) int32_t L_18 = V_4; int32_t L_19 = ___maxPathLength2; if ((((int32_t)L_18) >= ((int32_t)L_19))) { goto IL_0053; } } { // return _plc; int32_t L_20 = V_4; return L_20; } IL_0053: { // return maxPathLength; int32_t L_21 = ___maxPathLength2; return L_21; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertN(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertN_m9172D885AFF3E3653FE2AA657299F54426FC5E36 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, 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*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_0 = NULL; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); // bool[] _usage = cert.GetKeyUsage(); NullCheck(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_4; L_4 = VirtualFuncInvoker0< BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* >::Invoke(31 /* System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetKeyUsage() */, ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var))); V_0 = L_4; // if ((_usage != null) && !_usage[Rfc3280CertPathUtilities.KEY_CERT_SIGN]) BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_5 = V_0; if (!L_5) { goto IL_0031; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); int32_t L_7 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_KEY_CERT_SIGN_2(); NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (uint8_t)(L_6)->GetAt(static_cast(L_8)); if (L_9) { goto IL_0031; } } { // throw new PkixCertPathValidatorException( // "Issuer certificate keyusage extension is critical and does not permit key signing.", null, // certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_10 = ___certPath0; int32_t L_11 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_12 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C30442F22B5A4E3814D2D0C5C07C6067140B6AA)), (Exception_t *)NULL, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertN_m9172D885AFF3E3653FE2AA657299F54426FC5E36_RuntimeMethod_var))); } IL_0031: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertO(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_PrepareNextCertO_m7329BA6BAD1BF31F33E53AC23D44941D5BF8688B (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, RuntimeObject* ___criticalExtensions2, RuntimeObject* ___pathCheckers3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; RuntimeObject* V_1 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // IEnumerator tmpIter = pathCheckers.GetEnumerator(); RuntimeObject* L_4 = ___pathCheckers3; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_4); V_1 = L_5; goto IL_0045; } IL_001b: { } IL_001c: try {// begin try (depth: 1) // ((PkixCertPathChecker)tmpIter.Current).Check(cert, criticalExtensions); RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_8 = V_0; RuntimeObject* L_9 = ___criticalExtensions2; NullCheck(((PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 *)CastclassClass((RuntimeObject*)L_7, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var))); VirtualActionInvoker2< X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *, RuntimeObject* >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker::Check(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) */, ((PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 *)CastclassClass((RuntimeObject*)L_7, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var)), L_8, L_9); // } goto IL_0045; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0030; } throw e; } CATCH_0030: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException e) V_2 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new PkixCertPathValidatorException(e.Message, e.InnerException, certPath, index); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_10 = V_2; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_10); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_12 = V_2; NullCheck(L_12); Exception_t * L_13; L_13 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_12, /*hidden argument*/NULL); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_14 = ___certPath0; int32_t L_15 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_16 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_16, L_11, L_13, L_14, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertO_m7329BA6BAD1BF31F33E53AC23D44941D5BF8688B_RuntimeMethod_var))); }// end catch (depth: 1) IL_0045: { // while (tmpIter.MoveNext()) RuntimeObject* L_17 = V_1; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_001b; } } { // if (!criticalExtensions.IsEmpty) RuntimeObject* L_19 = ___criticalExtensions2; NullCheck(L_19); bool L_20; L_20 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0063; } } { // throw new PkixCertPathValidatorException("Certificate has unsupported critical extension.", null, certPath, // index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_21 = ___certPath0; int32_t L_22 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_23 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BEBDA5C9E54088DD15B32DF0430046A5F2F39C8)), (Exception_t *)NULL, L_21, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_PrepareNextCertO_m7329BA6BAD1BF31F33E53AC23D44941D5BF8688B_RuntimeMethod_var))); } IL_0063: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertH1(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertH1_mF61A7C8433E3D742B8AF1A1D90B03FA4055915A4 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___explicitPolicy2, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); // if (!PkixCertPathValidatorUtilities.IsSelfIssued(cert)) IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_4; L_4 = PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_001f; } } { // if (explicitPolicy != 0) int32_t L_5 = ___explicitPolicy2; if (!L_5) { goto IL_001f; } } { // return explicitPolicy - 1; int32_t L_6 = ___explicitPolicy2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); } IL_001f: { // return explicitPolicy; int32_t L_7 = ___explicitPolicy2; return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertH2(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertH2_mA9EB001017B63257E34891A5D167646986BE05BE (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___policyMapping2, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); // if (!PkixCertPathValidatorUtilities.IsSelfIssued(cert)) IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_4; L_4 = PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_001f; } } { // if (policyMapping != 0) int32_t L_5 = ___policyMapping2; if (!L_5) { goto IL_001f; } } { // return policyMapping - 1; int32_t L_6 = ___policyMapping2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); } IL_001f: { // return policyMapping; int32_t L_7 = ___policyMapping2; return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::PrepareNextCertH3(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_PrepareNextCertH3_m6DF50862355C4EF58C55BD7D06D8D643731D3829 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___inhibitAnyPolicy2, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); // if (!PkixCertPathValidatorUtilities.IsSelfIssued(cert)) IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_4; L_4 = PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636(((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_001f; } } { // if (inhibitAnyPolicy != 0) int32_t L_5 = ___inhibitAnyPolicy2; if (!L_5) { goto IL_001f; } } { // return inhibitAnyPolicy - 1; int32_t L_6 = ___inhibitAnyPolicy2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); } IL_001f: { // return inhibitAnyPolicy; int32_t L_7 = ___inhibitAnyPolicy2; return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::WrapupCertA(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_WrapupCertA_m2850215D2CB745C4DD71111831660D3CC55FF87A (int32_t ___explicitPolicy0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!PkixCertPathValidatorUtilities.IsSelfIssued(cert) && (explicitPolicy != 0)) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_1; L_1 = PkixCertPathValidatorUtilities_IsSelfIssued_m609CD7BB5C8F9C7FAEEB84DB30F3D1D20CA96636(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { int32_t L_2 = ___explicitPolicy0; if (!L_2) { goto IL_0010; } } { // explicitPolicy--; int32_t L_3 = ___explicitPolicy0; ___explicitPolicy0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); } IL_0010: { // return explicitPolicy; int32_t L_4 = ___explicitPolicy0; return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::WrapupCertB(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rfc3280CertPathUtilities_WrapupCertB_m521CBEDCD2E073B82F067872F219AC1D4AEA18E5 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, int32_t ___explicitPolicy2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; int32_t V_1 = 0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_2 = NULL; Exception_t * V_3 = NULL; RuntimeObject* V_4 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_5 = NULL; Exception_t * V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // Asn1Sequence pc = null; V_2 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_0014: try {// begin try (depth: 1) // pc = DerSequence.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.PolicyConstraints)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_PolicyConstraints_21(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7; L_7 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_6, /*hidden argument*/NULL); V_2 = L_7; // } goto IL_0036; }// 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_0027; } throw e; } CATCH_0027: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException("Policy constraints could not be decoded.", e, certPath, index); Exception_t * L_8 = V_3; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; int32_t L_10 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD73B32FB157580C12C943F034B4C07811E9502)), L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_WrapupCertB_m521CBEDCD2E073B82F067872F219AC1D4AEA18E5_RuntimeMethod_var))); }// end catch (depth: 1) IL_0036: { // if (pc != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = V_2; if (!L_12) { goto IL_008f; } } { // IEnumerator policyConstraints = pc.GetEnumerator(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = V_2; NullCheck(L_13); RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_13); V_4 = L_14; goto IL_0086; } IL_0043: { // Asn1TaggedObject constraint = (Asn1TaggedObject)policyConstraints.Current; RuntimeObject* L_15 = V_4; NullCheck(L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); V_5 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_16, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // switch (constraint.TagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_17 = V_5; NullCheck(L_17); int32_t L_18; L_18 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0086; } } { } IL_005b: try {// begin try (depth: 1) // tmpInt = DerInteger.GetInstance(constraint, false).Value.IntValue; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_19 = V_5; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_20; L_20 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(L_19, (bool)0, /*hidden argument*/NULL); NullCheck(L_20); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21; L_21 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22; L_22 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_21, /*hidden argument*/NULL); V_1 = L_22; // } goto IL_0081; }// 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_0070; } throw e; } CATCH_0070: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Policy constraints requireExplicitPolicy field could not be decoded.", e, certPath, // index); Exception_t * L_23 = V_6; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_24 = ___certPath0; int32_t L_25 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_26 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral177E8BF74B60FB95DB0401FD9B05D3F331221B46)), L_23, L_24, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_WrapupCertB_m521CBEDCD2E073B82F067872F219AC1D4AEA18E5_RuntimeMethod_var))); }// end catch (depth: 1) IL_0081: { // if (tmpInt == 0) int32_t L_27 = V_1; if (L_27) { goto IL_0086; } } { // return 0; return 0; } IL_0086: { // while (policyConstraints.MoveNext()) RuntimeObject* L_28 = V_4; NullCheck(L_28); bool L_29; L_29 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_28); if (L_29) { goto IL_0043; } } IL_008f: { // return explicitPolicy; int32_t L_30 = ___explicitPolicy2; return L_30; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::WrapupCertF(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_WrapupCertF_mF43C68C0E77F7B946E42E65A61FBC191F41AD518 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, RuntimeObject* ___pathCheckers2, RuntimeObject* ___criticalExtensions3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; RuntimeObject* V_1 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // IEnumerator tmpIter = pathCheckers.GetEnumerator(); RuntimeObject* L_4 = ___pathCheckers2; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_4); V_1 = L_5; goto IL_003f; } IL_001b: { } IL_001c: try {// begin try (depth: 1) // ((PkixCertPathChecker)tmpIter.Current).Check(cert, criticalExtensions); RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_8 = V_0; RuntimeObject* L_9 = ___criticalExtensions3; NullCheck(((PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 *)CastclassClass((RuntimeObject*)L_7, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var))); VirtualActionInvoker2< X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *, RuntimeObject* >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathChecker::Check(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) */, ((PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593 *)CastclassClass((RuntimeObject*)L_7, PkixCertPathChecker_tEFD8A27BF7D7F1E4058307F6AAA5E816AAB8A593_il2cpp_TypeInfo_var)), L_8, L_9); // } goto IL_003f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0030; } throw e; } CATCH_0030: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException e) V_2 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new PkixCertPathValidatorException("Additional certificate path checker failed.", e, certPath, // index); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_10 = V_2; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_11 = ___certPath0; int32_t L_12 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_13 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7728853F9882B1A8481318DA8A5EF336BE4E9BD2)), L_10, L_11, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_WrapupCertF_mF43C68C0E77F7B946E42E65A61FBC191F41AD518_RuntimeMethod_var))); }// end catch (depth: 1) IL_003f: { // while (tmpIter.MoveNext()) RuntimeObject* L_14 = V_1; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_001b; } } { // if (!criticalExtensions.IsEmpty) RuntimeObject* L_16 = ___criticalExtensions3; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_005d; } } { // throw new PkixCertPathValidatorException("Certificate has unsupported critical extension", // null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_18 = ___certPath0; int32_t L_19 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_20 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD58CFD159CE0834ED3B4F404679653AD7F9B39BB)), (Exception_t *)NULL, L_18, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_WrapupCertF_mF43C68C0E77F7B946E42E65A61FBC191F41AD518_RuntimeMethod_var))); } IL_005d: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::WrapupCertG(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet,System.Int32,System.Collections.IList[],BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode,BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * Rfc3280CertPathUtilities_WrapupCertG_m8319BC59F6C15FB17955B366718B38B9682C094F (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, RuntimeObject* ___userInitialPolicySet2, int32_t ___index3, IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* ___policyNodes4, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree5, RuntimeObject* ___acceptablePolicies6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject * V_8 = NULL; RuntimeObject* V_9 = NULL; String_t* V_10 = NULL; int32_t V_11 = 0; RuntimeObject* V_12 = NULL; int32_t V_13 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_14 = NULL; RuntimeObject* V_15 = NULL; RuntimeObject* V_16 = NULL; int32_t V_17 = 0; RuntimeObject* V_18 = NULL; int32_t V_19 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_20 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_21 = NULL; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_22 = NULL; String_t* V_23 = NULL; int32_t V_24 = 0; RuntimeObject* V_25 = NULL; int32_t V_26 = 0; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * V_27 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // int n = certPath.Certificates.Count; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_1); V_0 = L_2; // if (validPolicyTree == null) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_3 = ___validPolicyTree5; if (L_3) { goto IL_002d; } } { // if (paramsPKIX.IsExplicitPolicyRequired) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_4 = ___paramsPKIX1; NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsExplicitPolicyRequired() */, L_4); if (!L_5) { goto IL_0026; } } { // throw new PkixCertPathValidatorException( // "Explicit policy requested but none available.", null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_6 = ___certPath0; int32_t L_7 = ___index3; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_8 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5ABC19468691BF2CAD96CE9A8549C5FCB4531953)), (Exception_t *)NULL, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_WrapupCertG_m8319BC59F6C15FB17955B366718B38B9682C094F_RuntimeMethod_var))); } IL_0026: { // intersection = null; V_1 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)NULL; // } goto IL_02fb; } IL_002d: { // else if (PkixCertPathValidatorUtilities.IsAnyPolicy(userInitialPolicySet)) // (g) RuntimeObject* L_9 = ___userInitialPolicySet2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); bool L_10; L_10 = PkixCertPathValidatorUtilities_IsAnyPolicy_m8CDA2652AAAA03578EB81526AA9ADE57A1EE6FC8(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_019d; } } { // if (paramsPKIX.IsExplicitPolicyRequired) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_11 = ___paramsPKIX1; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsExplicitPolicyRequired() */, L_11); if (!L_12) { goto IL_0195; } } { // if (acceptablePolicies.IsEmpty) RuntimeObject* L_13 = ___acceptablePolicies6; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_13); if (!L_14) { goto IL_005a; } } { // throw new PkixCertPathValidatorException( // "Explicit policy requested but none available.", null, certPath, index); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_15 = ___certPath0; int32_t L_16 = ___index3; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_17 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5ABC19468691BF2CAD96CE9A8549C5FCB4531953)), (Exception_t *)NULL, L_15, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_WrapupCertG_m8319BC59F6C15FB17955B366718B38B9682C094F_RuntimeMethod_var))); } IL_005a: { // ISet _validPolicyNodeSet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_18 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_18, /*hidden argument*/NULL); V_2 = L_18; // for (int j = 0; j < policyNodes.Length; j++) V_3 = 0; goto IL_00eb; } IL_0067: { // IList _nodeDepth = policyNodes[j]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_19 = ___policyNodes4; int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject* L_22 = (L_19)->GetAt(static_cast(L_21)); V_4 = L_22; // for (int k = 0; k < _nodeDepth.Count; k++) V_5 = 0; goto IL_00dc; } IL_0072: { // PkixPolicyNode _node = (PkixPolicyNode)_nodeDepth[k]; RuntimeObject* L_23 = V_4; int32_t L_24 = V_5; NullCheck(L_23); RuntimeObject * L_25; L_25 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_23, L_24); V_6 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_25, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (Rfc3280CertPathUtilities.ANY_POLICY.Equals(_node.ValidPolicy)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_26 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_27 = V_6; NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_27); NullCheck(L_26); bool L_29; L_29 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_26, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00d6; } } { // foreach (object o in _node.Children) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_30 = V_6; NullCheck(L_30); RuntimeObject* L_31; L_31 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Children() */, L_30); NullCheck(L_31); RuntimeObject* L_32; L_32 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_31); V_7 = L_32; } IL_00a3: try {// begin try (depth: 1) { goto IL_00b6; } IL_00a5: { // foreach (object o in _node.Children) RuntimeObject* L_33 = V_7; NullCheck(L_33); RuntimeObject * L_34; L_34 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_33); V_8 = L_34; // _validPolicyNodeSet.Add(o); RuntimeObject* L_35 = V_2; RuntimeObject * L_36 = V_8; NullCheck(L_35); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_35, L_36); } IL_00b6: { // foreach (object o in _node.Children) RuntimeObject* L_37 = V_7; NullCheck(L_37); bool L_38; L_38 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); if (L_38) { goto IL_00a5; } } IL_00bf: { IL2CPP_LEAVE(0xD6, FINALLY_00c1); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c1; } FINALLY_00c1: {// begin finally (depth: 1) { RuntimeObject* L_39 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_40 = V_9; if (!L_40) { goto IL_00d5; } } IL_00ce: { RuntimeObject* L_41 = V_9; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_41); } IL_00d5: { IL2CPP_END_FINALLY(193) } }// end finally (depth: 1) IL2CPP_CLEANUP(193) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD6, IL_00d6) } IL_00d6: { // for (int k = 0; k < _nodeDepth.Count; k++) int32_t L_42 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00dc: { // for (int k = 0; k < _nodeDepth.Count; k++) int32_t L_43 = V_5; RuntimeObject* L_44 = V_4; NullCheck(L_44); int32_t L_45; L_45 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_44); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_0072; } } { // for (int j = 0; j < policyNodes.Length; j++) int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00eb: { // for (int j = 0; j < policyNodes.Length; j++) int32_t L_47 = V_3; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_48 = ___policyNodes4; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_0067; } } { // foreach (PkixPolicyNode _node in _validPolicyNodeSet) RuntimeObject* L_49 = V_2; NullCheck(L_49); RuntimeObject* L_50; L_50 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_49); V_7 = L_50; } IL_00fd: try {// begin try (depth: 1) { goto IL_011c; } IL_00ff: { // foreach (PkixPolicyNode _node in _validPolicyNodeSet) RuntimeObject* L_51 = V_7; NullCheck(L_51); RuntimeObject * L_52; L_52 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_51); // string _validPolicy = _node.ValidPolicy; NullCheck(((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_52, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var))); String_t* L_53; L_53 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_52, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var))); V_10 = L_53; // if (!acceptablePolicies.Contains(_validPolicy)) RuntimeObject* L_54 = ___acceptablePolicies6; String_t* L_55 = V_10; NullCheck(L_54); bool L_56; L_56 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_54, L_55); } IL_011c: { // foreach (PkixPolicyNode _node in _validPolicyNodeSet) RuntimeObject* L_57 = V_7; NullCheck(L_57); bool L_58; L_58 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_57); if (L_58) { goto IL_00ff; } } IL_0125: { IL2CPP_LEAVE(0x13C, FINALLY_0127); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0127; } FINALLY_0127: {// begin finally (depth: 1) { RuntimeObject* L_59 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_59, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_60 = V_9; if (!L_60) { goto IL_013b; } } IL_0134: { RuntimeObject* L_61 = V_9; NullCheck(L_61); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_61); } IL_013b: { IL2CPP_END_FINALLY(295) } }// end finally (depth: 1) IL2CPP_CLEANUP(295) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x13C, IL_013c) } IL_013c: { // if (validPolicyTree != null) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_62 = ___validPolicyTree5; if (!L_62) { goto IL_0195; } } { // for (int j = (n - 1); j >= 0; j--) int32_t L_63 = V_0; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)); goto IL_0190; } IL_0147: { // IList nodes = policyNodes[j]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_64 = ___policyNodes4; int32_t L_65 = V_11; NullCheck(L_64); int32_t L_66 = L_65; RuntimeObject* L_67 = (L_64)->GetAt(static_cast(L_66)); V_12 = L_67; // for (int k = 0; k < nodes.Count; k++) V_13 = 0; goto IL_017f; } IL_0153: { // PkixPolicyNode node = (PkixPolicyNode)nodes[k]; RuntimeObject* L_68 = V_12; int32_t L_69 = V_13; 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, L_69); V_14 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_70, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (!node.HasChildren) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_71 = V_14; NullCheck(L_71); bool L_72; L_72 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_HasChildren() */, L_71); if (L_72) { goto IL_0179; } } { // validPolicyTree = PkixCertPathValidatorUtilities.RemovePolicyNode(validPolicyTree, // policyNodes, node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_73 = ___validPolicyTree5; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_74 = ___policyNodes4; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_75 = V_14; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_76; L_76 = PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C(L_73, L_74, L_75, /*hidden argument*/NULL); ___validPolicyTree5 = L_76; } IL_0179: { // for (int k = 0; k < nodes.Count; k++) int32_t L_77 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); } IL_017f: { // for (int k = 0; k < nodes.Count; k++) int32_t L_78 = V_13; RuntimeObject* L_79 = V_12; NullCheck(L_79); int32_t L_80; L_80 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_79); if ((((int32_t)L_78) < ((int32_t)L_80))) { goto IL_0153; } } { // for (int j = (n - 1); j >= 0; j--) int32_t L_81 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)); } IL_0190: { // for (int j = (n - 1); j >= 0; j--) int32_t L_82 = V_11; if ((((int32_t)L_82) >= ((int32_t)0))) { goto IL_0147; } } IL_0195: { // intersection = validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_83 = ___validPolicyTree5; V_1 = L_83; // } goto IL_02fb; } IL_019d: { // ISet _validPolicyNodeSet = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_84 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_84, /*hidden argument*/NULL); V_15 = L_84; // for (int j = 0; j < policyNodes.Length; j++) V_17 = 0; goto IL_0252; } IL_01ac: { // IList _nodeDepth = policyNodes[j]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_85 = ___policyNodes4; int32_t L_86 = V_17; NullCheck(L_85); int32_t L_87 = L_86; RuntimeObject* L_88 = (L_85)->GetAt(static_cast(L_87)); V_18 = L_88; // for (int k = 0; k < _nodeDepth.Count; k++) V_19 = 0; goto IL_023e; } IL_01bb: { // PkixPolicyNode _node = (PkixPolicyNode)_nodeDepth[k]; RuntimeObject* L_89 = V_18; int32_t L_90 = V_19; NullCheck(L_89); RuntimeObject * L_91; L_91 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_89, L_90); V_20 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_91, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (Rfc3280CertPathUtilities.ANY_POLICY.Equals(_node.ValidPolicy)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_92 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_93 = V_20; NullCheck(L_93); String_t* L_94; L_94 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_93); NullCheck(L_92); bool L_95; L_95 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_92, L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_0238; } } { // foreach (PkixPolicyNode _c_node in _node.Children) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_96 = V_20; NullCheck(L_96); RuntimeObject* L_97; L_97 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Children() */, L_96); NullCheck(L_97); RuntimeObject* L_98; L_98 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_97); V_7 = L_98; } IL_01ec: try {// begin try (depth: 1) { goto IL_0218; } IL_01ee: { // foreach (PkixPolicyNode _c_node in _node.Children) RuntimeObject* L_99 = V_7; NullCheck(L_99); RuntimeObject * L_100; L_100 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_99); V_21 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_100, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (!Rfc3280CertPathUtilities.ANY_POLICY.Equals(_c_node.ValidPolicy)) IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); String_t* L_101 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->get_ANY_POLICY_1(); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_102 = V_21; NullCheck(L_102); String_t* L_103; L_103 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_102); NullCheck(L_101); bool L_104; L_104 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_101, L_103, /*hidden argument*/NULL); if (L_104) { goto IL_0218; } } IL_020f: { // _validPolicyNodeSet.Add(_c_node); RuntimeObject* L_105 = V_15; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_106 = V_21; NullCheck(L_105); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_105, L_106); } IL_0218: { // foreach (PkixPolicyNode _c_node in _node.Children) RuntimeObject* L_107 = V_7; NullCheck(L_107); bool L_108; L_108 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_107); if (L_108) { goto IL_01ee; } } IL_0221: { IL2CPP_LEAVE(0x238, FINALLY_0223); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0223; } FINALLY_0223: {// begin finally (depth: 1) { RuntimeObject* L_109 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_109, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_110 = V_9; if (!L_110) { goto IL_0237; } } IL_0230: { RuntimeObject* L_111 = V_9; NullCheck(L_111); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_111); } IL_0237: { IL2CPP_END_FINALLY(547) } }// end finally (depth: 1) IL2CPP_CLEANUP(547) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x238, IL_0238) } IL_0238: { // for (int k = 0; k < _nodeDepth.Count; k++) int32_t L_112 = V_19; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_023e: { // for (int k = 0; k < _nodeDepth.Count; k++) int32_t L_113 = V_19; RuntimeObject* L_114 = V_18; NullCheck(L_114); int32_t L_115; L_115 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_114); if ((((int32_t)L_113) < ((int32_t)L_115))) { goto IL_01bb; } } { // for (int j = 0; j < policyNodes.Length; j++) int32_t L_116 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_0252: { // for (int j = 0; j < policyNodes.Length; j++) int32_t L_117 = V_17; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_118 = ___policyNodes4; NullCheck(L_118); if ((((int32_t)L_117) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_118)->max_length)))))) { goto IL_01ac; } } { // IEnumerator _vpnsIter = _validPolicyNodeSet.GetEnumerator(); RuntimeObject* L_119 = V_15; NullCheck(L_119); RuntimeObject* L_120; L_120 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_119); V_16 = L_120; goto IL_0296; } IL_0268: { // PkixPolicyNode _node = (PkixPolicyNode)_vpnsIter.Current; RuntimeObject* L_121 = V_16; NullCheck(L_121); RuntimeObject * L_122; L_122 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_121); V_22 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_122, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // string _validPolicy = _node.ValidPolicy; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_123 = V_22; NullCheck(L_123); String_t* L_124; L_124 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ValidPolicy() */, L_123); V_23 = L_124; // if (!userInitialPolicySet.Contains(_validPolicy)) RuntimeObject* L_125 = ___userInitialPolicySet2; String_t* L_126 = V_23; NullCheck(L_125); bool L_127; L_127 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_125, L_126); if (L_127) { goto IL_0296; } } { // validPolicyTree = PkixCertPathValidatorUtilities.RemovePolicyNode(validPolicyTree, policyNodes, _node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_128 = ___validPolicyTree5; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_129 = ___policyNodes4; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_130 = V_22; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_131; L_131 = PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C(L_128, L_129, L_130, /*hidden argument*/NULL); ___validPolicyTree5 = L_131; } IL_0296: { // while (_vpnsIter.MoveNext()) RuntimeObject* L_132 = V_16; NullCheck(L_132); bool L_133; L_133 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_132); if (L_133) { goto IL_0268; } } { // if (validPolicyTree != null) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_134 = ___validPolicyTree5; if (!L_134) { goto IL_02f8; } } { // for (int j = (n - 1); j >= 0; j--) int32_t L_135 = V_0; V_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_135, (int32_t)1)); goto IL_02f3; } IL_02aa: { // IList nodes = policyNodes[j]; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_136 = ___policyNodes4; int32_t L_137 = V_24; NullCheck(L_136); int32_t L_138 = L_137; RuntimeObject* L_139 = (L_136)->GetAt(static_cast(L_138)); V_25 = L_139; // for (int k = 0; k < nodes.Count; k++) V_26 = 0; goto IL_02e2; } IL_02b6: { // PkixPolicyNode node = (PkixPolicyNode)nodes[k]; RuntimeObject* L_140 = V_25; int32_t L_141 = V_26; NullCheck(L_140); RuntimeObject * L_142; L_142 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_140, L_141); V_27 = ((PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)CastclassClass((RuntimeObject*)L_142, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93_il2cpp_TypeInfo_var)); // if (!node.HasChildren) PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_143 = V_27; NullCheck(L_143); bool L_144; L_144 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_HasChildren() */, L_143); if (L_144) { goto IL_02dc; } } { // validPolicyTree = PkixCertPathValidatorUtilities.RemovePolicyNode(validPolicyTree, policyNodes, // node); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_145 = ___validPolicyTree5; IListU5BU5D_t432212082C228AB2BEEC4107E901D2B734B3429B* L_146 = ___policyNodes4; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_147 = V_27; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_148; L_148 = PkixCertPathValidatorUtilities_RemovePolicyNode_m57F3BC764E85EE6E071AFD4B224F407016DEB22C(L_145, L_146, L_147, /*hidden argument*/NULL); ___validPolicyTree5 = L_148; } IL_02dc: { // for (int k = 0; k < nodes.Count; k++) int32_t L_149 = V_26; V_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); } IL_02e2: { // for (int k = 0; k < nodes.Count; k++) int32_t L_150 = V_26; RuntimeObject* L_151 = V_25; NullCheck(L_151); int32_t L_152; L_152 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_151); if ((((int32_t)L_150) < ((int32_t)L_152))) { goto IL_02b6; } } { // for (int j = (n - 1); j >= 0; j--) int32_t L_153 = V_24; V_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)1)); } IL_02f3: { // for (int j = (n - 1); j >= 0; j--) int32_t L_154 = V_24; if ((((int32_t)L_154) >= ((int32_t)0))) { goto IL_02aa; } } IL_02f8: { // intersection = validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_155 = ___validPolicyTree5; V_1 = L_155; } IL_02fb: { // return intersection; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_156 = V_1; return L_156; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlC(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___deltaCRL0, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___completeCRL1, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * V_0 = NULL; Exception_t * V_1 = NULL; IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * V_2 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_3 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_4 = NULL; Exception_t * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (deltaCRL == null) X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_0 = ___deltaCRL0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // IssuingDistributionPoint completeidp = null; V_0 = (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D *)NULL; } IL_0006: try {// begin try (depth: 1) // completeidp = IssuingDistributionPoint.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(completeCRL, X509Extensions.IssuingDistributionPoint)); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_1 = ___completeCRL1; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3; L_3 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_1, L_2, /*hidden argument*/NULL); IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_4; L_4 = IssuingDistributionPoint_GetInstance_m8B8BD6237BB4714B75882EB993972CD92EDCB21C(L_3, /*hidden argument*/NULL); V_0 = L_4; // } goto IL_0026; }// 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_0019; } throw e; } CATCH_0019: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception("000 Issuing distribution point extension could not be decoded.", e); Exception_t * L_5 = V_1; Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1FA884786809A532088A8C6CE66D80EFB32F8F65)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); }// end catch (depth: 1) IL_0026: { // if (pkixParams.IsUseDeltasEnabled) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_7 = ___pkixParams2; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsUseDeltasEnabled() */, L_7); if (!L_8) { goto IL_00fa; } } { // if (!deltaCRL.IssuerDN.Equivalent(completeCRL.IssuerDN, true)) X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_9 = ___deltaCRL0; NullCheck(L_9); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_10; L_10 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_9); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_11 = ___completeCRL1; NullCheck(L_11); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_12; L_12 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_IssuerDN() */, L_11); NullCheck(L_10); bool L_13; L_13 = X509Name_Equivalent_m2C000644680E366FC404F45B84BA541927207606(L_10, L_12, (bool)1, /*hidden argument*/NULL); if (L_13) { goto IL_0050; } } { // throw new Exception("Complete CRL issuer does not match delta CRL issuer."); Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46D571C0AB28155973E8B782156FE8195BA939BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); } IL_0050: { // IssuingDistributionPoint deltaidp = null; V_2 = (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D *)NULL; } IL_0052: try {// begin try (depth: 1) // deltaidp = IssuingDistributionPoint.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(deltaCRL, X509Extensions.IssuingDistributionPoint)); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_15 = ___deltaCRL0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_IssuingDistributionPoint_14(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_17; L_17 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_15, L_16, /*hidden argument*/NULL); IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_18; L_18 = IssuingDistributionPoint_GetInstance_m8B8BD6237BB4714B75882EB993972CD92EDCB21C(L_17, /*hidden argument*/NULL); V_2 = L_18; // } goto IL_0074; }// 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_0065; } throw e; } CATCH_0065: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Issuing distribution point extension from delta CRL could not be decoded.", e); Exception_t * L_19 = V_5; Exception_t * L_20 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD35D8F9880D9A88AB2AF75EA3886DB75F8019486)), L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); }// end catch (depth: 1) IL_0074: { // if (!BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Equals(completeidp, deltaidp)) IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_21 = V_0; IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * L_22 = V_2; bool L_23; L_23 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_21, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_0088; } } { // throw new Exception( // "Issuing distribution point extension from delta CRL and complete CRL does not match."); Exception_t * L_24 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE5492568FA85E5E1D00073634669C92233728B49)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); } IL_0088: { // Asn1Object completeKeyIdentifier = null; V_3 = (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } IL_008a: try {// begin try (depth: 1) // completeKeyIdentifier = PkixCertPathValidatorUtilities.GetExtensionValue( // completeCRL, X509Extensions.AuthorityKeyIdentifier); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_25 = ___completeCRL1; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_AuthorityKeyIdentifier_20(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_27; L_27 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_25, L_26, /*hidden argument*/NULL); V_3 = L_27; // } goto IL_00a7; }// 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_0098; } throw e; } CATCH_0098: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Authority key identifier extension could not be extracted from complete CRL.", e); Exception_t * L_28 = V_6; Exception_t * L_29 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7FDE222ECE437A1764D6C4D8497CC691FAE5259)), L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); }// end catch (depth: 1) IL_00a7: { // Asn1Object deltaKeyIdentifier = null; V_4 = (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } IL_00aa: try {// begin try (depth: 1) // deltaKeyIdentifier = PkixCertPathValidatorUtilities.GetExtensionValue( // deltaCRL, X509Extensions.AuthorityKeyIdentifier); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_30 = ___deltaCRL0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_AuthorityKeyIdentifier_20(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_32; L_32 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_30, L_31, /*hidden argument*/NULL); V_4 = L_32; // } goto IL_00c8; }// 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_00b9; } throw e; } CATCH_00b9: {// begin catch(System.Exception) // catch (Exception e) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Authority key identifier extension could not be extracted from delta CRL.", e); Exception_t * L_33 = V_7; Exception_t * L_34 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral007C82254931DE67F730F668BEF9F3731F57DA62)), L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); }// end catch (depth: 1) IL_00c8: { // if (completeKeyIdentifier == null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_35 = V_3; if (L_35) { goto IL_00d6; } } { // throw new Exception("CRL authority key identifier is null."); Exception_t * L_36 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0FEDD034537F6941CAB72BE19FDC9E3253ED0A3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); } IL_00d6: { // if (deltaKeyIdentifier == null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_37 = V_4; if (L_37) { goto IL_00e5; } } { // throw new Exception("Delta CRL authority key identifier is null."); Exception_t * L_38 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_38, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCDCEE7CF3272AADF8BEBB49CBB2770E27415CABB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); } IL_00e5: { // if (!completeKeyIdentifier.Equals(deltaKeyIdentifier)) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_39 = V_3; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_40 = V_4; NullCheck(L_39); bool L_41; L_41 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_39, L_40); if (L_41) { goto IL_00fa; } } { // throw new Exception( // "Delta CRL authority key identifier does not match complete CRL authority key identifier."); Exception_t * L_42 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_42, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA752836D60F4FF3BCEDA5FE981A6B9E6126B81B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD_RuntimeMethod_var))); } IL_00fa: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlI(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlI_mA417077C6F49F5116F2ADD41F69FB6B195F19757 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate0, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___deltacrl1, RuntimeObject * ___cert2, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus3, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (pkixParams.IsUseDeltasEnabled && deltacrl != null) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___pkixParams4; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsUseDeltasEnabled() */, L_0); if (!L_1) { goto IL_0015; } } { X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_2 = ___deltacrl1; if (!L_2) { goto IL_0015; } } { // PkixCertPathValidatorUtilities.GetCertStatus(validDate, deltacrl, cert, certStatus); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ___validDate0; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_4 = ___deltacrl1; RuntimeObject * L_5 = ___cert2; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_6 = ___certStatus3; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_GetCertStatus_m3A59789ED2B9C956C8A24C1E2FCDE079C2E0E119(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0015: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCrlJ(System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl,System.Object,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities_ProcessCrlJ_m64DAA69B5231778CDEFCDAEB56650B4813946096 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate0, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * ___completecrl1, RuntimeObject * ___cert2, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (certStatus.Status == CertStatus.Unrevoked) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_0 = ___certStatus3; NullCheck(L_0); int32_t L_1; L_1 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_0013; } } { // PkixCertPathValidatorUtilities.GetCertStatus(validDate, completecrl, cert, certStatus); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ___validDate0; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_3 = ___completecrl1; RuntimeObject * L_4 = ___cert2; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_5 = ___certStatus3; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_GetCertStatus_m3A59789ED2B9C956C8A24C1E2FCDE079C2E0E119(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); } IL_0013: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::ProcessCertE(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * Rfc3280CertPathUtilities_ProcessCertE_m76CE7FC60FE63C4042C74145D66BEB4FCE382680 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, int32_t ___index1, PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * ___validPolicyTree2, 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*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_0 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = certPath.Certificates; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = ___certPath0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath::get_Certificates() */, L_0); // X509Certificate cert = (X509Certificate)certs[index]; int32_t L_2 = ___index1; 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); V_0 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // Asn1Sequence certPolicies = null; V_1 = (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL; } IL_0014: try {// begin try (depth: 1) // certPolicies = DerSequence.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue(cert, X509Extensions.CertificatePolicies)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CertificatePolicies_18(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_4, L_5, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7; L_7 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_6, /*hidden argument*/NULL); V_1 = L_7; // } goto IL_0036; }// 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_0027; } throw e; } CATCH_0027: {// begin catch(System.Exception) // catch (Exception e) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException("Could not read certificate policies extension from certificate.", // e, certPath, index); Exception_t * L_8 = V_2; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_9 = ___certPath0; int32_t L_10 = ___index1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m28F6D102D8090C11F8CC1AE9E61548CC2AB75640(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDC9783E42D7DFE786685484DB9FADECACE79EE7)), L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_ProcessCertE_m76CE7FC60FE63C4042C74145D66BEB4FCE382680_RuntimeMethod_var))); }// end catch (depth: 1) IL_0036: { // if (certPolicies == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = V_1; if (L_12) { goto IL_003c; } } { // validPolicyTree = null; ___validPolicyTree2 = (PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 *)NULL; } IL_003c: { // return validPolicyTree; PkixPolicyNode_tB72BEA8440ED89CDD3F3410C3965199C58CF9F93 * L_13 = ___validPolicyTree2; return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities__ctor_mD4C776CF236508291B4B86B311F1EC1FB0B36E3D (Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3280CertPathUtilities__cctor_m86CB7EC9927F16278B9E005BF8CD688B92B6E02A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0814F317FC8E7E39712C5E38C3CAA64E00EADD2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AD5614E9C2D72B3353E39D84F66639128C9C2B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25768B56E40BB7D0B325FBB98EB7C38D8EEC66A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59396EBA06221EC4CA66CD9B47BA9DD548D12F89); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72A0A0044F0D175FA3CCD9D25BCEC68EA0EC7501); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB938976C39642A3637BC2F334507FCBF34F9A773); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD91F93EFB6DE15B5E650167CDB9B398A3EBD005); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF988EFAE8131F447CAC2B05914F25FD76ECE5E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC25A9EB35027400851E0BCEDE157333E8EE1A48F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8B0C265B357D3CE7C73161F1771D1226DB222A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7E8F0A52C757429346ED5DC0C2A2B2262B4DE82); s_Il2CppMethodInitialized = true; } { // private static readonly PkixCrlUtilities CrlUtilities = new PkixCrlUtilities(); PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 * L_0 = (PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8 *)il2cpp_codegen_object_new(PkixCrlUtilities_tBB898DD2F59407543547A90504A0F6C9430495C8_il2cpp_TypeInfo_var); PkixCrlUtilities__ctor_m7834F2D98F4FFBC3FF95B4CF5B2613830EA2CD44(L_0, /*hidden argument*/NULL); ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->set_CrlUtilities_0(L_0); // internal static readonly string ANY_POLICY = "2.5.29.32.0"; ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->set_ANY_POLICY_1(_stringLiteral25768B56E40BB7D0B325FBB98EB7C38D8EEC66A3); // internal static readonly int KEY_CERT_SIGN = 5; ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->set_KEY_CERT_SIGN_2(5); // internal static readonly int CRL_SIGN = 6; ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->set_CRL_SIGN_3(6); // internal static readonly string[] CrlReasons = new string[] // { // "unspecified", // "keyCompromise", // "cACompromise", // "affiliationChanged", // "superseded", // "cessationOfOperation", // "certificateHold", // "unknown", // "removeFromCRL", // "privilegeWithdrawn", // "aACompromise" // }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral72A0A0044F0D175FA3CCD9D25BCEC68EA0EC7501); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteral72A0A0044F0D175FA3CCD9D25BCEC68EA0EC7501); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral1AD5614E9C2D72B3353E39D84F66639128C9C2B0); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteral1AD5614E9C2D72B3353E39D84F66639128C9C2B0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralD7E8F0A52C757429346ED5DC0C2A2B2262B4DE82); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteralD7E8F0A52C757429346ED5DC0C2A2B2262B4DE82); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteralB938976C39642A3637BC2F334507FCBF34F9A773); (L_5)->SetAt(static_cast(3), (String_t*)_stringLiteralB938976C39642A3637BC2F334507FCBF34F9A773); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral0814F317FC8E7E39712C5E38C3CAA64E00EADD2C); (L_6)->SetAt(static_cast(4), (String_t*)_stringLiteral0814F317FC8E7E39712C5E38C3CAA64E00EADD2C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralC25A9EB35027400851E0BCEDE157333E8EE1A48F); (L_7)->SetAt(static_cast(5), (String_t*)_stringLiteralC25A9EB35027400851E0BCEDE157333E8EE1A48F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteralBD91F93EFB6DE15B5E650167CDB9B398A3EBD005); (L_8)->SetAt(static_cast(6), (String_t*)_stringLiteralBD91F93EFB6DE15B5E650167CDB9B398A3EBD005); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); (L_9)->SetAt(static_cast(7), (String_t*)_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralC8B0C265B357D3CE7C73161F1771D1226DB222A9); (L_10)->SetAt(static_cast(8), (String_t*)_stringLiteralC8B0C265B357D3CE7C73161F1771D1226DB222A9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralBF988EFAE8131F447CAC2B05914F25FD76ECE5E4); (L_11)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralBF988EFAE8131F447CAC2B05914F25FD76ECE5E4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral59396EBA06221EC4CA66CD9B47BA9DD548D12F89); (L_12)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral59396EBA06221EC4CA66CD9B47BA9DD548D12F89); ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))->set_CrlReasons_4(L_12); 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.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert7(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_ProcessAttrCert7_m014F2EB4428B2D021C1CE19B181D6CFE1BC46A76 (RuntimeObject* ___attrCert0, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath1, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___holderCertPath2, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; RuntimeObject* G_B14_0 = NULL; String_t* G_B14_1 = NULL; RuntimeObject* G_B13_0 = NULL; String_t* G_B13_1 = NULL; String_t* G_B15_0 = NULL; String_t* G_B15_1 = NULL; { // ISet critExtOids = attrCert.GetCriticalExtensionOids(); RuntimeObject* L_0 = ___attrCert0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension::GetCriticalExtensionOids() */, IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var, L_0); V_0 = L_1; // if (critExtOids.Contains(X509Extensions.TargetInformation.Id)) RuntimeObject* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_TargetInformation_32(); NullCheck(L_3); String_t* L_4; L_4 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5; L_5 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_2, L_4); if (!L_5) { goto IL_0039; } } IL_0019: try {// begin try (depth: 1) // TargetInformation.GetInstance(PkixCertPathValidatorUtilities // .GetExtensionValue(attrCert, X509Extensions.TargetInformation)); RuntimeObject* L_6 = ___attrCert0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_TargetInformation_32(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_6, L_7, /*hidden argument*/NULL); TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * L_9; L_9 = TargetInformation_GetInstance_m3CA5D19088034AC39BE16A99647A37381C5ADE9F(L_8, /*hidden argument*/NULL); // } goto IL_0039; }// 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_002c; } throw e; } CATCH_002c: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Target information extension could not be read.", e); Exception_t * L_10 = V_1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_11 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4748DFC5D91C2E3A22D083D91965FEDE92EB2136)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert7_m014F2EB4428B2D021C1CE19B181D6CFE1BC46A76_RuntimeMethod_var))); }// end catch (depth: 1) IL_0039: { // critExtOids.Remove(X509Extensions.TargetInformation.Id); RuntimeObject* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_TargetInformation_32(); NullCheck(L_13); String_t* L_14; L_14 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Remove(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_12, L_14); // foreach (PkixAttrCertChecker checker in pkixParams.GetAttrCertCheckers()) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_15 = ___pkixParams3; NullCheck(L_15); RuntimeObject* L_16; L_16 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(46 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetAttrCertCheckers() */, L_15); NullCheck(L_16); RuntimeObject* L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_16); V_2 = L_17; } IL_0055: try {// begin try (depth: 1) { goto IL_006b; } IL_0057: { // foreach (PkixAttrCertChecker checker in pkixParams.GetAttrCertCheckers()) RuntimeObject* L_18 = V_2; NullCheck(L_18); RuntimeObject * L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); // checker.Check(attrCert, certPath, holderCertPath, critExtOids); RuntimeObject* L_20 = ___attrCert0; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_21 = ___certPath1; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_22 = ___holderCertPath2; RuntimeObject* L_23 = V_0; NullCheck(((PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB *)CastclassClass((RuntimeObject*)L_19, PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_il2cpp_TypeInfo_var))); VirtualActionInvoker4< RuntimeObject*, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *, RuntimeObject* >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixAttrCertChecker::Check(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,System.Collections.ICollection) */, ((PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB *)CastclassClass((RuntimeObject*)L_19, PkixAttrCertChecker_tD53C8031CA4D594429C9F15206CAA726005DC6EB_il2cpp_TypeInfo_var)), L_20, L_21, L_22, L_23); } IL_006b: { // foreach (PkixAttrCertChecker checker in pkixParams.GetAttrCertCheckers()) RuntimeObject* L_24 = V_2; NullCheck(L_24); bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0057; } } IL_0073: { IL2CPP_LEAVE(0x86, FINALLY_0075); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: {// begin finally (depth: 1) { RuntimeObject* L_26 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_3; if (!L_27) { goto IL_0085; } } IL_007f: { RuntimeObject* L_28 = V_3; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_28); } IL_0085: { IL2CPP_END_FINALLY(117) } }// end finally (depth: 1) IL2CPP_CLEANUP(117) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x86, IL_0086) } IL_0086: { // if (!critExtOids.IsEmpty) RuntimeObject* L_29 = V_0; NullCheck(L_29); bool L_30; L_30 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_29); if (L_30) { goto IL_00ab; } } { // throw new PkixCertPathValidatorException( // "Attribute certificate contains unsupported critical extensions: " // + critExtOids); RuntimeObject* L_31 = V_0; RuntimeObject* L_32 = L_31; G_B13_0 = L_32; G_B13_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral266815A60B484136B796FCD857B34D3BFB88EA29)); if (L_32) { G_B14_0 = L_32; G_B14_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral266815A60B484136B796FCD857B34D3BFB88EA29)); goto IL_009b; } } { G_B15_0 = ((String_t*)(NULL)); G_B15_1 = G_B13_1; goto IL_00a0; } IL_009b: { NullCheck(G_B14_0); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B14_0); G_B15_0 = L_33; G_B15_1 = G_B14_1; } IL_00a0: { String_t* L_34; L_34 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B15_1, G_B15_0, /*hidden argument*/NULL); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_35 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert7_m014F2EB4428B2D021C1CE19B181D6CFE1BC46A76_RuntimeMethod_var))); } IL_00ab: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::CheckCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.DateTime,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF (RuntimeObject* ___attrCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX1, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___issuerCert2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate3, RuntimeObject* ___certPathCerts4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * V_0 = NULL; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * V_1 = NULL; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * V_2 = NULL; Exception_t * V_3 = NULL; bool V_4 = false; Exception_t * V_5 = NULL; Exception_t * V_6 = NULL; DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* V_7 = NULL; Exception_t * V_8 = NULL; int32_t V_9 = 0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * V_10 = NULL; Exception_t * V_11 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_12 = NULL; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * V_13 = NULL; Exception_t * V_14 = NULL; Exception_t * V_15 = NULL; String_t* V_16 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_17; memset((&V_17), 0, sizeof(V_17)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (paramsPKIX.IsRevocationEnabled) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___paramsPKIX1; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsRevocationEnabled() */, L_0); if (!L_1) { goto IL_0227; } } { // if (attrCert.GetExtensionValue(X509Extensions.NoRevAvail) == null) RuntimeObject* L_2 = ___attrCert0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_NoRevAvail_31(); NullCheck(L_2); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_4; L_4 = InterfaceFuncInvoker1< Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(3 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) */, IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var, L_2, L_3); if (L_4) { goto IL_0202; } } { // CrlDistPoint crldp = null; V_0 = (CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 *)NULL; } IL_001d: try {// begin try (depth: 1) // crldp = CrlDistPoint.GetInstance( // PkixCertPathValidatorUtilities.GetExtensionValue( // attrCert, X509Extensions.CrlDistributionPoints)); RuntimeObject* L_5 = ___attrCert0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CrlDistributionPoints_17(); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = PkixCertPathValidatorUtilities_GetExtensionValue_m611716792EEA2FE86CB9583DFD3C2011B03D8A62(L_5, L_6, /*hidden argument*/NULL); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_8; L_8 = CrlDistPoint_GetInstance_m1C8B482DCC580043B74B194F5287A4941828EEFF(L_7, /*hidden argument*/NULL); V_0 = L_8; // } goto IL_003f; }// 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_0030; } throw e; } CATCH_0030: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "CRL distribution point extension could not be read.", e); Exception_t * L_9 = V_5; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_10 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE17DE0EA82B051647413C37D06FE1469FC89DAE1)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var))); }// end catch (depth: 1) IL_003f: { } IL_0040: try {// begin try (depth: 1) // PkixCertPathValidatorUtilities // .AddAdditionalStoresFromCrlDistributionPoint(crldp, paramsPKIX); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_11 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_12 = ___paramsPKIX1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); PkixCertPathValidatorUtilities_AddAdditionalStoresFromCrlDistributionPoint_m59BB8809B5ADC894307319780A8128A0FD2223E0(L_11, L_12, /*hidden argument*/NULL); // } goto IL_0058; }// 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_0049; } throw e; } CATCH_0049: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "No additional CRL locations could be decoded from CRL distribution point extension.", e); Exception_t * L_13 = V_6; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_14 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral476B3E138B28F0E8426AC55A2955D7CC0D3F32C6)), L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var))); }// end catch (depth: 1) IL_0058: { // CertStatus certStatus = new CertStatus(); CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_15 = (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 *)il2cpp_codegen_object_new(CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940_il2cpp_TypeInfo_var); CertStatus__ctor_mA6A026809C65A0BD4E3D992BB8ECCD1D7333DDE8(L_15, /*hidden argument*/NULL); V_1 = L_15; // ReasonsMask reasonsMask = new ReasonsMask(); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_16 = (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 *)il2cpp_codegen_object_new(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var); ReasonsMask__ctor_m230215E1F8B2139647C33A90D268BAC543CD71DD(L_16, /*hidden argument*/NULL); V_2 = L_16; // Exception lastException = null; V_3 = (Exception_t *)NULL; // bool validCrlFound = false; V_4 = (bool)0; // if (crldp != null) CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_17 = V_0; if (!L_17) { goto IL_00e4; } } { // DistributionPoint[] dps = null; V_7 = (DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93*)NULL; } IL_006f: try {// begin try (depth: 1) // dps = crldp.GetDistributionPoints(); CrlDistPoint_tA21AD13BC570C09F40140C5039D48D0F713514F1 * L_18 = V_0; NullCheck(L_18); DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_19; L_19 = CrlDistPoint_GetDistributionPoints_m989D7BB0C145533ADEEDE6A933BC4C5A872E122F(L_18, /*hidden argument*/NULL); V_7 = L_19; // } goto IL_0088; }// 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_0079; } throw e; } CATCH_0079: {// begin catch(System.Exception) // catch (Exception e) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Distribution points could not be read.", e); Exception_t * L_20 = V_8; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_21 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB47F5048004AA4E55585F6CC992D48EED668D93)), L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var))); }// end catch (depth: 1) IL_0088: { } IL_0089: try {// begin try (depth: 1) { // for (int i = 0; i < dps.Length V_9 = 0; goto IL_00b7; } IL_008e: { // PkixParameters paramsPKIXClone = (PkixParameters) paramsPKIX // .Clone(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_22 = ___paramsPKIX1; NullCheck(L_22); RuntimeObject * L_23; L_23 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::Clone() */, L_22); V_10 = ((PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *)CastclassClass((RuntimeObject*)L_23, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var)); // CheckCrl(dps[i], attrCert, paramsPKIXClone, // validDate, issuerCert, certStatus, reasonsMask, // certPathCerts); DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_24 = V_7; int32_t L_25 = V_9; NullCheck(L_24); int32_t L_26 = L_25; DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_27 = (L_24)->GetAt(static_cast(L_26)); RuntimeObject* L_28 = ___attrCert0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_29 = V_10; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_30 = ___validDate3; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_31 = ___issuerCert2; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_32 = V_1; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_33 = V_2; RuntimeObject* L_34 = ___certPathCerts4; Rfc3281CertPathUtilities_CheckCrl_m23AA89ED09627224E84DE09175C0C235D22608B5(L_27, L_28, L_29, L_30, L_31, L_32, L_33, L_34, /*hidden argument*/NULL); // validCrlFound = true; V_4 = (bool)1; // && !reasonsMask.IsAllReasons; i++) int32_t L_35 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00b7: { // for (int i = 0; i < dps.Length // && certStatus.Status == CertStatus.Unrevoked // && !reasonsMask.IsAllReasons; i++) int32_t L_36 = V_9; DistributionPointU5BU5D_t4F311B3CFD7F5CCF2E9B17AB65FD4FF0243E9D93* L_37 = V_7; NullCheck(L_37); if ((((int32_t)L_36) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))) { goto IL_00d1; } } IL_00bf: { CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_38 = V_1; NullCheck(L_38); int32_t L_39; L_39 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_38, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)11))))) { goto IL_00d1; } } IL_00c9: { ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_40 = V_2; NullCheck(L_40); bool L_41; L_41 = ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_008e; } } IL_00d1: { // } goto IL_00e4; } }// 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_00d3; } throw e; } CATCH_00d3: {// begin catch(System.Exception) // catch (Exception e) V_11 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // lastException = new Exception( // "No valid CRL for distribution point found.", e); Exception_t * L_42 = V_11; Exception_t * L_43 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFAAEA4B2342608A26DB503D09BBA213C175CB50)), L_42, /*hidden argument*/NULL); V_3 = L_43; // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e4; }// end catch (depth: 1) IL_00e4: { // if (certStatus.Status == CertStatus.Unrevoked // && !reasonsMask.IsAllReasons) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_44 = V_1; NullCheck(L_44); int32_t L_45; L_45 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_44, /*hidden argument*/NULL); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)11))))) { goto IL_0176; } } { ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_46 = V_2; NullCheck(L_46); bool L_47; L_47 = ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B(L_46, /*hidden argument*/NULL); if (L_47) { goto IL_0176; } } IL_00f9: try {// begin try (depth: 1) { // Asn1Object issuer = null; V_12 = (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)NULL; } IL_00fc: try {// begin try (depth: 2) // issuer = new Asn1InputStream( // attrCert.Issuer.GetPrincipals()[0].GetEncoded()).ReadObject(); RuntimeObject* L_48 = ___attrCert0; NullCheck(L_48); AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * L_49; L_49 = InterfaceFuncInvoker0< AttributeCertificateIssuer_t0CDFDFE49E5B87F38DDC1F1E13440FB7C1B394D4 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateIssuer BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Issuer() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_48); NullCheck(L_49); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_50; L_50 = AttributeCertificateIssuer_GetPrincipals_m1062BA09DFD0202C405E1BFFDC0E770C5DAD6A23(L_49, /*hidden argument*/NULL); NullCheck(L_50); int32_t L_51 = 0; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_52 = (L_50)->GetAt(static_cast(L_51)); NullCheck(L_52); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53; L_53 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_52, /*hidden argument*/NULL); Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * L_54 = (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 *)il2cpp_codegen_object_new(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); Asn1InputStream__ctor_mF6B61FCBF0427F2217D6090D2BB5ED308C0C6143(L_54, L_53, /*hidden argument*/NULL); NullCheck(L_54); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_55; L_55 = Asn1InputStream_ReadObject_mBA53F889AA1DF42134B2BBAC4FB0A3DD8F278832(L_54, /*hidden argument*/NULL); V_12 = L_55; // } goto IL_012b; }// end try (depth: 2) 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_011c; } throw e; } CATCH_011c: {// begin catch(System.Exception) // catch (Exception e) V_14 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new Exception( // "Issuer from certificate for CRL could not be reencoded.", // e); Exception_t * L_56 = V_14; Exception_t * L_57 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24D90D5EC453D0D13F030BFC48F155788D920F8E)), L_56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var))); }// end catch (depth: 2) IL_012b: { // DistributionPoint dp = new DistributionPoint( // new DistributionPointName(0, new GeneralNames( // new GeneralName(GeneralName.DirectoryName, issuer))), null, null); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_58 = V_12; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_59 = (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F *)il2cpp_codegen_object_new(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F_il2cpp_TypeInfo_var); GeneralName__ctor_mC854F04FB150EC5F54370223BF4855DF4ED17C8E(L_59, 4, L_58, /*hidden argument*/NULL); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_60 = (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 *)il2cpp_codegen_object_new(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5_il2cpp_TypeInfo_var); GeneralNames__ctor_m305225A5863987AA8F5D8B1726F21246EE3497D8(L_60, L_59, /*hidden argument*/NULL); DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_61 = (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E *)il2cpp_codegen_object_new(DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E_il2cpp_TypeInfo_var); DistributionPointName__ctor_m1E411C122659DEEEA72AC98972A7EFCBCC1A1015(L_61, 0, L_60, /*hidden argument*/NULL); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_62 = (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 *)il2cpp_codegen_object_new(DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171_il2cpp_TypeInfo_var); DistributionPoint__ctor_m556900AE71FBAFD0B9B8A7C8D9E25F20D472B291(L_62, L_61, (ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF *)NULL, (GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 *)NULL, /*hidden argument*/NULL); // PkixParameters paramsPKIXClone = (PkixParameters) paramsPKIX.Clone(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_63 = ___paramsPKIX1; NullCheck(L_63); RuntimeObject * L_64; L_64 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::Clone() */, L_63); V_13 = ((PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 *)CastclassClass((RuntimeObject*)L_64, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2_il2cpp_TypeInfo_var)); // CheckCrl(dp, attrCert, paramsPKIXClone, validDate, // issuerCert, certStatus, reasonsMask, certPathCerts); RuntimeObject* L_65 = ___attrCert0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_66 = V_13; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_67 = ___validDate3; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_68 = ___issuerCert2; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_69 = V_1; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_70 = V_2; RuntimeObject* L_71 = ___certPathCerts4; Rfc3281CertPathUtilities_CheckCrl_m23AA89ED09627224E84DE09175C0C235D22608B5(L_62, L_65, L_66, L_67, L_68, L_69, L_70, L_71, /*hidden argument*/NULL); // validCrlFound = true; V_4 = (bool)1; // } goto IL_0176; } }// 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_0165; } throw e; } CATCH_0165: {// begin catch(System.Exception) // catch (Exception e) V_15 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // lastException = new Exception( // "No valid CRL for distribution point found.", e); Exception_t * L_72 = V_15; Exception_t * L_73 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_73, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFAAEA4B2342608A26DB503D09BBA213C175CB50)), L_72, /*hidden argument*/NULL); V_3 = L_73; // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0176; }// end catch (depth: 1) IL_0176: { // if (!validCrlFound) bool L_74 = V_4; if (L_74) { goto IL_0186; } } { // throw new PkixCertPathValidatorException( // "No valid CRL found.", lastException); Exception_t * L_75 = V_3; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_76 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_76, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0988486FF14C6DEE1CF00D4553F555954F28939)), L_75, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var))); } IL_0186: { // if (certStatus.Status != CertStatus.Unrevoked) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_77 = V_1; NullCheck(L_77); int32_t L_78; L_78 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_77, /*hidden argument*/NULL); if ((((int32_t)L_78) == ((int32_t)((int32_t)11)))) { goto IL_01d3; } } { // string formattedDate = certStatus.RevocationDate.Value.ToString( // "ddd MMM dd HH:mm:ss K yyyy"); CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_79 = V_1; NullCheck(L_79); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_80; L_80 = CertStatus_get_RevocationDate_mEDE9C7484E7C7225E9B8E35C0F0E695650BE5ADF_inline(L_79, /*hidden argument*/NULL); NullCheck(L_80); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_81; L_81 = DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline(L_80, /*hidden argument*/NULL); V_17 = L_81; String_t* L_82; L_82 = DateTime_ToString_m19ECEFF7BA22ED4425F7562A82A1C2308E934204((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_17), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral69F980034C875D463590822465477D95EAA1874A)), /*hidden argument*/NULL); V_16 = L_82; // string message = "Attribute certificate revocation after " // + formattedDate; String_t* L_83 = V_16; String_t* L_84; L_84 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AF25A314CBA7D38D2E0577AC109ED67EBB61A6D)), L_83, /*hidden argument*/NULL); // message += ", reason: " // + Rfc3280CertPathUtilities.CrlReasons[certStatus.Status]; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_85 = ((Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var))))->get_CrlReasons_4(); CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_86 = V_1; NullCheck(L_86); int32_t L_87; L_87 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_86, /*hidden argument*/NULL); NullCheck(L_85); int32_t L_88 = L_87; String_t* L_89 = (L_85)->GetAt(static_cast(L_88)); String_t* L_90; L_90 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_84, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA770210E80CF9A24CA41476744F58522A66536F0)), L_89, /*hidden argument*/NULL); // throw new PkixCertPathValidatorException(message); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_91 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_91, L_90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var))); } IL_01d3: { // if (!reasonsMask.IsAllReasons // && certStatus.Status == CertStatus.Unrevoked) ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_92 = V_2; NullCheck(L_92); bool L_93; L_93 = ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B(L_92, /*hidden argument*/NULL); if (L_93) { goto IL_01ed; } } { CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_94 = V_1; NullCheck(L_94); int32_t L_95; L_95 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_94, /*hidden argument*/NULL); if ((!(((uint32_t)L_95) == ((uint32_t)((int32_t)11))))) { goto IL_01ed; } } { // certStatus.Status = CertStatus.Undetermined; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_96 = V_1; NullCheck(L_96); CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline(L_96, ((int32_t)12), /*hidden argument*/NULL); } IL_01ed: { // if (certStatus.Status == CertStatus.Undetermined) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_97 = V_1; NullCheck(L_97); int32_t L_98; L_98 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_97, /*hidden argument*/NULL); if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)12))))) { goto IL_0227; } } { // throw new PkixCertPathValidatorException( // "Attribute certificate status could not be determined."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_99 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_99, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC1568B693BF0C7EFA1996CFE6821B348B2099FDB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var))); } IL_0202: { // if (attrCert.GetExtensionValue(X509Extensions.CrlDistributionPoints) != null // || attrCert.GetExtensionValue(X509Extensions.AuthorityInfoAccess) != null) RuntimeObject* L_100 = ___attrCert0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_101 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_CrlDistributionPoints_17(); NullCheck(L_100); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_102; L_102 = InterfaceFuncInvoker1< Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(3 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) */, IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var, L_100, L_101); if (L_102) { goto IL_021c; } } { RuntimeObject* L_103 = ___attrCert0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_104 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_AuthorityInfoAccess_25(); NullCheck(L_103); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_105; L_105 = InterfaceFuncInvoker1< Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(3 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) */, IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var, L_103, L_104); if (!L_105) { goto IL_0227; } } IL_021c: { // throw new PkixCertPathValidatorException( // "No rev avail extension is set, but also an AC revocation pointer."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_106 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_106, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral18C2FCA26446654BE739CCB0BE90AB8D2559BF86)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_106, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrls_mC05B9FA52919771B58DDD005C29A457985FAE0BF_RuntimeMethod_var))); } IL_0227: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::AdditionalChecks(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_AdditionalChecks_m67125173C522467B9191E05E2E5F158F2B488227 (RuntimeObject* ___attrCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (string oid in pkixParams.GetProhibitedACAttributes()) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___pkixParams1; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(44 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetProhibitedACAttributes() */, 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_0039; } IL_000e: { // foreach (string oid in pkixParams.GetProhibitedACAttributes()) 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); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // if (attrCert.GetAttributes(oid) != null) RuntimeObject* L_5 = ___attrCert0; String_t* L_6 = V_1; NullCheck(L_5); X509AttributeU5BU5D_tB7CB869D1933A59A13717C710F5F0ED2A833E042* L_7; L_7 = InterfaceFuncInvoker1< X509AttributeU5BU5D_tB7CB869D1933A59A13717C710F5F0ED2A833E042*, String_t* >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Attribute[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::GetAttributes(System.String) */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_5, L_6); if (!L_7) { goto IL_0039; } } IL_0023: { // throw new PkixCertPathValidatorException( // "Attribute certificate contains prohibited attribute: " // + oid + "."); String_t* L_8 = V_1; String_t* L_9; L_9 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral740780E34F5E7ED629E680C0CA49EDC6B7882297)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_10 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_AdditionalChecks_m67125173C522467B9191E05E2E5F158F2B488227_RuntimeMethod_var))); } IL_0039: { // foreach (string oid in pkixParams.GetProhibitedACAttributes()) RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_000e; } } IL_0041: { IL2CPP_LEAVE(0x54, FINALLY_0043); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_2; if (!L_14) { goto IL_0053; } } IL_004d: { RuntimeObject* L_15 = V_2; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0053: { IL2CPP_END_FINALLY(67) } }// end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) } IL_0054: { // foreach (string oid in pkixParams.GetNecessaryACAttributes()) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_16 = ___pkixParams1; NullCheck(L_16); RuntimeObject* L_17; L_17 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(42 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetNecessaryACAttributes() */, L_16); NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_17); V_0 = L_18; } IL_0060: try {// begin try (depth: 1) { goto IL_008d; } IL_0062: { // foreach (string oid in pkixParams.GetNecessaryACAttributes()) RuntimeObject* L_19 = V_0; NullCheck(L_19); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_19); V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var)); // if (attrCert.GetAttributes(oid) == null) RuntimeObject* L_21 = ___attrCert0; String_t* L_22 = V_3; NullCheck(L_21); X509AttributeU5BU5D_tB7CB869D1933A59A13717C710F5F0ED2A833E042* L_23; L_23 = InterfaceFuncInvoker1< X509AttributeU5BU5D_tB7CB869D1933A59A13717C710F5F0ED2A833E042*, String_t* >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Attribute[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::GetAttributes(System.String) */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_21, L_22); if (L_23) { goto IL_008d; } } IL_0077: { // throw new PkixCertPathValidatorException( // "Attribute certificate does not contain necessary attribute: " // + oid + "."); String_t* L_24 = V_3; String_t* L_25; L_25 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral19B838677B9A54DF61441343611E5694EC31DC23)), L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_26 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_AdditionalChecks_m67125173C522467B9191E05E2E5F158F2B488227_RuntimeMethod_var))); } IL_008d: { // foreach (string oid in pkixParams.GetNecessaryACAttributes()) RuntimeObject* L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0062; } } IL_0095: { IL2CPP_LEAVE(0xA8, FINALLY_0097); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0097; } FINALLY_0097: {// begin finally (depth: 1) { RuntimeObject* L_29 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_2; if (!L_30) { goto IL_00a7; } } IL_00a1: { RuntimeObject* L_31 = V_2; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_31); } IL_00a7: { IL2CPP_END_FINALLY(151) } }// end finally (depth: 1) IL2CPP_CLEANUP(151) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA8, IL_00a8) } IL_00a8: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert5(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_ProcessAttrCert5_m0E9B9BA54C6E589F673FADB2B99E70E7D8F68E5E (RuntimeObject* ___attrCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 * V_0 = NULL; CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // attrCert.CheckValidity(PkixCertPathValidatorUtilities.GetValidDate(pkixParams)); RuntimeObject* L_0 = ___attrCert0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_1 = ___pkixParams1; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = PkixCertPathValidatorUtilities_GetValidDate_mB5293CF6D027D0ABACAFFE569A8295421A836CDD(L_1, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::CheckValidity(System.DateTime) */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_0, L_2); // } goto IL_0028; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001b; } throw e; } CATCH_000e: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateExpiredException) // catch (CertificateExpiredException e) V_0 = ((CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 *)); // throw new PkixCertPathValidatorException( // "Attribute certificate is not valid.", e); CertificateExpiredException_t05907054C3E1FC12C458807B83722B8477BD21B8 * L_3 = V_0; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_4 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral02094F8FC1F531C9BD0D9A4E0D3F8D0DFC7BD309)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert5_m0E9B9BA54C6E589F673FADB2B99E70E7D8F68E5E_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_001b: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException) // catch (CertificateNotYetValidException e) V_1 = ((CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE *)); // throw new PkixCertPathValidatorException( // "Attribute certificate is not valid.", e); CertificateNotYetValidException_t23D92E9FAB5FBCE6D961AAD0BDE9F2EB97F699AE * L_5 = V_1; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_6 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral02094F8FC1F531C9BD0D9A4E0D3F8D0DFC7BD309)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert5_m0E9B9BA54C6E589F673FADB2B99E70E7D8F68E5E_RuntimeMethod_var))); }// end catch (depth: 1) IL_0028: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert4(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_ProcessAttrCert4_m09DE02A722D10C16E5FCF4EBFDD627914F6C1CBA (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___acIssuerCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ISet set = pkixParams.GetTrustedACIssuers(); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_0 = ___pkixParams1; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(40 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetTrustedACIssuers() */, L_0); // bool trusted = false; V_0 = (bool)0; // foreach (TrustAnchor anchor in set) 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_1 = L_2; } IL_000e: try {// begin try (depth: 1) { goto IL_004c; } IL_0010: { // foreach (TrustAnchor anchor in set) RuntimeObject* L_3 = V_1; 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); V_2 = ((TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F *)CastclassClass((RuntimeObject*)L_4, TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F_il2cpp_TypeInfo_var)); // IDictionary symbols = X509Name.RFC2253Symbols; IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = ((X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields*)il2cpp_codegen_static_fields_for(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var))->get_RFC2253Symbols_39(); V_3 = L_5; // if (acIssuerCert.SubjectDN.ToString(false, symbols).Equals(anchor.CAName) // || acIssuerCert.Equals(anchor.TrustedCert)) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_6 = ___acIssuerCert0; NullCheck(L_6); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_7; L_7 = VirtualFuncInvoker0< X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * >::Invoke(21 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::get_SubjectDN() */, L_6); RuntimeObject* L_8 = V_3; NullCheck(L_7); String_t* L_9; L_9 = X509Name_ToString_m7855C25D5CC78C2B54B09F7E7CB5EF6081B313F4(L_7, (bool)0, L_8, /*hidden argument*/NULL); TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_10 = V_2; NullCheck(L_10); String_t* L_11; L_11 = TrustAnchor_get_CAName_mEA2D7D435E63546C785007E4B8FAD402A0C7E583_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12; L_12 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_9, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_004a; } } IL_003c: { X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_13 = ___acIssuerCert0; TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * L_14 = V_2; NullCheck(L_14); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_15; L_15 = TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline(L_14, /*hidden argument*/NULL); NullCheck(L_13); bool L_16; L_16 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_13, L_15); if (!L_16) { goto IL_004c; } } IL_004a: { // trusted = true; V_0 = (bool)1; } IL_004c: { // foreach (TrustAnchor anchor in set) RuntimeObject* L_17 = V_1; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0010; } } IL_0054: { IL2CPP_LEAVE(0x6A, FINALLY_0056); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0056; } FINALLY_0056: {// begin finally (depth: 1) { RuntimeObject* L_19 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_4; if (!L_20) { goto IL_0069; } } IL_0062: { RuntimeObject* L_21 = V_4; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_21); } IL_0069: { IL2CPP_END_FINALLY(86) } }// end finally (depth: 1) IL2CPP_CLEANUP(86) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6A, IL_006a) } IL_006a: { // if (!trusted) bool L_22 = V_0; if (L_22) { goto IL_0078; } } { // throw new PkixCertPathValidatorException( // "Attribute certificate issuer is not directly trusted."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_23 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral71CC7E25DB5D180E9E52EC9EA579B8E68F023DD0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert4_m09DE02A722D10C16E5FCF4EBFDD627914F6C1CBA_RuntimeMethod_var))); } IL_0078: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert3(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_ProcessAttrCert3_m73C0EB011A67B63A5CF93990176A7188D604EB65 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___acIssuerCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { { // if (acIssuerCert.GetKeyUsage() != null // && (!acIssuerCert.GetKeyUsage()[0] && !acIssuerCert.GetKeyUsage()[1])) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___acIssuerCert0; NullCheck(L_0); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_1; L_1 = VirtualFuncInvoker0< BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* >::Invoke(31 /* System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetKeyUsage() */, L_0); if (!L_1) { goto IL_0027; } } { X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_2 = ___acIssuerCert0; NullCheck(L_2); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_3; L_3 = VirtualFuncInvoker0< BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* >::Invoke(31 /* System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetKeyUsage() */, L_2); NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (uint8_t)(L_3)->GetAt(static_cast(L_4)); if (L_5) { goto IL_0027; } } { X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_6 = ___acIssuerCert0; NullCheck(L_6); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_7; L_7 = VirtualFuncInvoker0< BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* >::Invoke(31 /* System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetKeyUsage() */, L_6); NullCheck(L_7); int32_t L_8 = 1; uint8_t L_9 = (uint8_t)(L_7)->GetAt(static_cast(L_8)); if (L_9) { goto IL_0027; } } { // throw new PkixCertPathValidatorException( // "Attribute certificate issuer public key cannot be used to validate digital signatures."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_10 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4CB62EBCDDF9A820B27D6A22676444E68E33F46C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert3_m73C0EB011A67B63A5CF93990176A7188D604EB65_RuntimeMethod_var))); } IL_0027: { // if (acIssuerCert.GetBasicConstraints() != -1) X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_11 = ___acIssuerCert0; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(33 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetBasicConstraints() */, L_11); if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_003b; } } { // throw new PkixCertPathValidatorException( // "Attribute certificate issuer is also a public key certificate issuer."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_13 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9896358CE82504C5561A3E4697AD1A60DF4B84D1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert3_m73C0EB011A67B63A5CF93990176A7188D604EB65_RuntimeMethod_var))); } IL_003b: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert2(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * Rfc3281CertPathUtilities_ProcessAttrCert2_mFBB130F2DCAFD1FB6FD19B14EF80E1503BC80D97 (PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * ___certPath0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * V_0 = NULL; PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * V_1 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // PkixCertPathValidator validator = new PkixCertPathValidator(); PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * L_0 = (PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C *)il2cpp_codegen_object_new(PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C_il2cpp_TypeInfo_var); PkixCertPathValidator__ctor_m8CD74CF2B705525A01B44C2492C9144EBA96C8EE(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) // return validator.Validate(certPath, pkixParams); PkixCertPathValidator_t248C1519C84207DC653EEB0E4FF3AA45A202064C * L_1 = V_0; PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_2 = ___certPath0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_3 = ___pkixParams1; NullCheck(L_1); PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_4; L_4 = VirtualFuncInvoker2< PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA *, PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 *, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidator::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) */, L_1, L_2, L_3); V_1 = L_4; goto IL_001e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0011; } throw e; } CATCH_0011: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathValidatorException) // catch (PkixCertPathValidatorException e) V_2 = ((PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)); // throw new PkixCertPathValidatorException( // "Certification path for issuer certificate of attribute certificate could not be validated.", // e); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_5 = V_2; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_6 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40EB80B09A5E51C17AB764CAE39B59ECEF00BB8E)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert2_mFBB130F2DCAFD1FB6FD19B14EF80E1503BC80D97_RuntimeMethod_var))); }// end catch (depth: 1) IL_001e: { // } PkixCertPathValidatorResult_t318C50D818E73822140860C0BE130D8EA64234DA * L_7 = V_1; return L_7; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPath BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::ProcessAttrCert1(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3 (RuntimeObject* ___attrCert0, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___pkixParams1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_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*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * V_0 = NULL; RuntimeObject* V_1 = NULL; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * V_2 = NULL; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * V_3 = NULL; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * V_4 = NULL; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* V_5 = NULL; int32_t V_6 = 0; Exception_t * V_7 = NULL; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * V_8 = NULL; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* V_9 = NULL; int32_t V_10 = 0; Exception_t * V_11 = NULL; RuntimeObject* V_12 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_13 = NULL; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * V_14 = NULL; PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * V_15 = NULL; PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * V_16 = NULL; RuntimeObject* V_17 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // PkixCertPathBuilderResult result = null; V_0 = (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *)NULL; // ISet holderPKCs = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_0 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_0, /*hidden argument*/NULL); V_1 = L_0; // if (attrCert.Holder.GetIssuer() != null) RuntimeObject* L_1 = ___attrCert0; NullCheck(L_1); AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * L_2; L_2 = InterfaceFuncInvoker0< AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Holder() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_1); NullCheck(L_2); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_3; L_3 = AttributeCertificateHolder_GetIssuer_m3A751FC18E67690FD024EA58B45657FB7ED23E87(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0092; } } { // X509CertStoreSelector selector = new X509CertStoreSelector(); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_4 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A(L_4, /*hidden argument*/NULL); V_4 = L_4; // selector.SerialNumber = attrCert.Holder.SerialNumber; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_5 = V_4; RuntimeObject* L_6 = ___attrCert0; NullCheck(L_6); AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * L_7; L_7 = InterfaceFuncInvoker0< AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Holder() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_6); NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = AttributeCertificateHolder_get_SerialNumber_mBF718B26ADB575E822F79CE04DE26099358E9149(L_7, /*hidden argument*/NULL); NullCheck(L_5); X509CertStoreSelector_set_SerialNumber_m8721FD1AD35B54F1E191B115F5335EE7A07A90F5_inline(L_5, L_8, /*hidden argument*/NULL); // X509Name[] principals = attrCert.Holder.GetIssuer(); RuntimeObject* L_9 = ___attrCert0; NullCheck(L_9); AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * L_10; L_10 = InterfaceFuncInvoker0< AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Holder() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_9); NullCheck(L_10); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_11; L_11 = AttributeCertificateHolder_GetIssuer_m3A751FC18E67690FD024EA58B45657FB7ED23E87(L_10, /*hidden argument*/NULL); V_5 = L_11; // for (int i = 0; i < principals.Length; i++) V_6 = 0; goto IL_0077; } IL_0040: { } IL_0041: try {// begin try (depth: 1) // selector.Issuer = principals[i]; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_12 = V_4; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_13 = V_5; int32_t L_14 = V_6; NullCheck(L_13); int32_t L_15 = L_14; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); X509CertStoreSelector_set_Issuer_mF45C905EE0E690870660F61DB38A4011AE4E666C_inline(L_12, L_16, /*hidden argument*/NULL); // holderPKCs.AddAll(PkixCertPathValidatorUtilities // .FindCertificates(selector, pkixParams.GetStores())); RuntimeObject* L_17 = V_1; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_18 = V_4; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_19 = ___pkixParams1; NullCheck(L_19); RuntimeObject* L_20; L_20 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_19); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_21; L_21 = PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_17); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_17, L_21); // } goto IL_0071; }// 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_0062; } throw e; } CATCH_0062: {// begin catch(System.Exception) // catch (Exception e) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Public key certificate for attribute certificate cannot be searched.", // e); Exception_t * L_22 = V_7; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_23 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC2D60D8ADA94B27720CD79461CBA587CBA86EE1B)), L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3_RuntimeMethod_var))); }// end catch (depth: 1) IL_0071: { // for (int i = 0; i < principals.Length; i++) int32_t L_24 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0077: { // for (int i = 0; i < principals.Length; i++) int32_t L_25 = V_6; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_26 = V_5; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0040; } } { // if (holderPKCs.IsEmpty) RuntimeObject* L_27 = V_1; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_27); if (!L_28) { goto IL_0092; } } { // throw new PkixCertPathValidatorException( // "Public key certificate specified in base certificate ID for attribute certificate cannot be found."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_29 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF48362A138F7350A4FCC935418B838AC73869EC0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3_RuntimeMethod_var))); } IL_0092: { // if (attrCert.Holder.GetEntityNames() != null) RuntimeObject* L_30 = ___attrCert0; NullCheck(L_30); AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * L_31; L_31 = InterfaceFuncInvoker0< AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Holder() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_30); NullCheck(L_31); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_32; L_32 = AttributeCertificateHolder_GetEntityNames_mAFBB110783E56B361FA43DFF4F519EEAC95A89AE(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_010a; } } { // X509CertStoreSelector selector = new X509CertStoreSelector(); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_33 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A(L_33, /*hidden argument*/NULL); V_8 = L_33; // X509Name[] principals = attrCert.Holder.GetEntityNames(); RuntimeObject* L_34 = ___attrCert0; NullCheck(L_34); AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * L_35; L_35 = InterfaceFuncInvoker0< AttributeCertificateHolder_t84044880E63B3791FAAD143E5AE456CCAF5A283D * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.X509.AttributeCertificateHolder BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_Holder() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_34); NullCheck(L_35); X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_36; L_36 = AttributeCertificateHolder_GetEntityNames_mAFBB110783E56B361FA43DFF4F519EEAC95A89AE(L_35, /*hidden argument*/NULL); V_9 = L_36; // for (int i = 0; i < principals.Length; i++) V_10 = 0; goto IL_00ef; } IL_00b8: { } IL_00b9: try {// begin try (depth: 1) // selector.Issuer = principals[i]; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_37 = V_8; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_38 = V_9; int32_t L_39 = V_10; NullCheck(L_38); int32_t L_40 = L_39; X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_37); X509CertStoreSelector_set_Issuer_mF45C905EE0E690870660F61DB38A4011AE4E666C_inline(L_37, L_41, /*hidden argument*/NULL); // holderPKCs.AddAll(PkixCertPathValidatorUtilities // .FindCertificates(selector, pkixParams.GetStores())); RuntimeObject* L_42 = V_1; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_43 = V_8; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_44 = ___pkixParams1; NullCheck(L_44); RuntimeObject* L_45; L_45 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::GetStores() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_46; L_46 = PkixCertPathValidatorUtilities_FindCertificates_m585910895976FE611B4A6B648D61EB3A586C8CFD(L_43, L_45, /*hidden argument*/NULL); NullCheck(L_42); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::AddAll(System.Collections.IEnumerable) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_42, L_46); // } goto IL_00e9; }// 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_00da; } throw e; } CATCH_00da: {// begin catch(System.Exception) // catch (Exception e) V_11 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new PkixCertPathValidatorException( // "Public key certificate for attribute certificate cannot be searched.", // e); Exception_t * L_47 = V_11; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_48 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_48, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC2D60D8ADA94B27720CD79461CBA587CBA86EE1B)), L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3_RuntimeMethod_var))); }// end catch (depth: 1) IL_00e9: { // for (int i = 0; i < principals.Length; i++) int32_t L_49 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00ef: { // for (int i = 0; i < principals.Length; i++) int32_t L_50 = V_10; X509NameU5BU5D_t56E713CFED2807108C097C44AEE1767202631A0D* L_51 = V_9; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_00b8; } } { // if (holderPKCs.IsEmpty) RuntimeObject* L_52 = V_1; NullCheck(L_52); bool L_53; L_53 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::get_IsEmpty() */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_52); if (!L_53) { goto IL_010a; } } { // throw new PkixCertPathValidatorException( // "Public key certificate specified in entity name for attribute certificate cannot be found."); PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_54 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_m8D495E379B3FA22F430E1B718F2A224D98666117(L_54, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA5BF33B9D6BF55656581B6F72015DAE85DEBB82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3_RuntimeMethod_var))); } IL_010a: { // PkixBuilderParameters parameters = (PkixBuilderParameters) // PkixBuilderParameters.GetInstance(pkixParams); PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_55 = ___pkixParams1; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_56; L_56 = PkixBuilderParameters_GetInstance_m597847590C3E7DBBB85FB13932B41AD852414358(L_55, /*hidden argument*/NULL); V_2 = L_56; // PkixCertPathValidatorException lastException = null; V_3 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)NULL; // foreach (X509Certificate cert in holderPKCs) RuntimeObject* L_57 = V_1; NullCheck(L_57); RuntimeObject* L_58; L_58 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_57); V_12 = L_58; } IL_011b: try {// begin try (depth: 1) { goto IL_016b; } IL_011d: { // foreach (X509Certificate cert in holderPKCs) RuntimeObject* L_59 = V_12; NullCheck(L_59); RuntimeObject * L_60; L_60 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_59); V_13 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_60, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // X509CertStoreSelector selector = new X509CertStoreSelector(); X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_61 = (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 *)il2cpp_codegen_object_new(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996_il2cpp_TypeInfo_var); X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A(L_61, /*hidden argument*/NULL); V_14 = L_61; // selector.Certificate = cert; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_62 = V_14; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_63 = V_13; NullCheck(L_62); X509CertStoreSelector_set_Certificate_m085FB709441F7D14169750FD25A29974A7F5C270_inline(L_62, L_63, /*hidden argument*/NULL); // parameters.SetTargetConstraints(selector); PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_64 = V_2; X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * L_65 = V_14; NullCheck(L_64); VirtualActionInvoker1< RuntimeObject* >::Invoke(39 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::SetTargetConstraints(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, L_64, L_65); // PkixCertPathBuilder builder = new PkixCertPathBuilder(); PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * L_66 = (PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 *)il2cpp_codegen_object_new(PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0_il2cpp_TypeInfo_var); PkixCertPathBuilder__ctor_mBD7D8348D84AE02E600810349B7199DA8F469429(L_66, /*hidden argument*/NULL); V_15 = L_66; } IL_014a: try {// begin try (depth: 2) // result = builder.Build(PkixBuilderParameters.GetInstance(parameters)); PkixCertPathBuilder_t4C29BE10F397623816011694B98407C0DCED3BE0 * L_67 = V_15; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_68 = V_2; PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * L_69; L_69 = PkixBuilderParameters_GetInstance_m597847590C3E7DBBB85FB13932B41AD852414358(L_68, /*hidden argument*/NULL); NullCheck(L_67); PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_70; L_70 = VirtualFuncInvoker1< PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 *, PkixBuilderParameters_tE65C1C0709ADB05B01DE7516A015F0C297AD1FDE * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderResult BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilder::Build(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixBuilderParameters) */, L_67, L_69); V_0 = L_70; // } goto IL_016b; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_015a; } throw e; } CATCH_015a: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixCertPathBuilderException) // catch (PkixCertPathBuilderException e) V_16 = ((PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)IL2CPP_GET_ACTIVE_EXCEPTION(PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC *)); // lastException = new PkixCertPathValidatorException( // "Certification path for public key certificate of attribute certificate could not be build.", // e); PkixCertPathBuilderException_t9683D3E905177B60536B303A67BED1F0FE5136CC * L_71 = V_16; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_72 = (PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD_il2cpp_TypeInfo_var))); PkixCertPathValidatorException__ctor_mC618CA40D907394EFBE239E5CDC42D9BD824B643(L_72, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDFC1192FBA95E5D05F5CA7D9A8B7F88A086D675)), L_71, /*hidden argument*/NULL); V_3 = L_72; // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_016b; }// end catch (depth: 2) IL_016b: { // foreach (X509Certificate cert in holderPKCs) RuntimeObject* L_73 = V_12; NullCheck(L_73); bool L_74; L_74 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_73); if (L_74) { goto IL_011d; } } IL_0174: { IL2CPP_LEAVE(0x18B, FINALLY_0176); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0176; } FINALLY_0176: {// begin finally (depth: 1) { RuntimeObject* L_75 = V_12; V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_75, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_76 = V_17; if (!L_76) { goto IL_018a; } } IL_0183: { RuntimeObject* L_77 = V_17; NullCheck(L_77); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_77); } IL_018a: { IL2CPP_END_FINALLY(374) } }// end finally (depth: 1) IL2CPP_CLEANUP(374) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x18B, IL_018b) } IL_018b: { // if (lastException != null) PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_78 = V_3; if (!L_78) { goto IL_0190; } } { // throw lastException; PkixCertPathValidatorException_tBF21C94B951D9E3E31C8F105A12C55E13A6854FD * L_79 = V_3; IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_ProcessAttrCert1_mD1D1C338454AA2426DFEA41AC5D1C8BDC94EF6F3_RuntimeMethod_var))); } IL_0190: { // return result.CertPath; PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * L_80 = V_0; NullCheck(L_80); PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_81; L_81 = PkixCertPathBuilderResult_get_CertPath_mD11AA5E9852928530E108C7BC132806E1541DD50_inline(L_80, /*hidden argument*/NULL); return L_81; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::CheckCrl(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DistributionPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters,System.DateTime,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.CertStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities_CheckCrl_m23AA89ED09627224E84DE09175C0C235D22608B5 (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * ___dp0, RuntimeObject* ___attrCert1, PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * ___paramsPKIX2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___validDate3, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___issuerCert4, CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * ___certStatus5, ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___reasonMask6, RuntimeObject* ___certPathCerts7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_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*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Exception_t * V_2 = NULL; RuntimeObject* V_3 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_4 = NULL; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * V_5 = NULL; RuntimeObject* V_6 = NULL; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_7 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_8 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_9; memset((&V_9), 0, sizeof(V_9)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (attrCert.GetExtensionValue(X509Extensions.NoRevAvail) != null) RuntimeObject* L_0 = ___attrCert1; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields*)il2cpp_codegen_static_fields_for(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var))->get_NoRevAvail_31(); NullCheck(L_0); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2; L_2 = InterfaceFuncInvoker1< Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(3 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509Extension::GetExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) */, IX509Extension_tE9293398537B814BC68B1BF034B1AB837F50B4A1_il2cpp_TypeInfo_var, L_0, L_1); if (!L_2) { goto IL_000e; } } { // return; return; } IL_000e: { // DateTime currentDate = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_0 = L_3; // if (validDate.CompareTo(currentDate) > 0) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = V_0; int32_t L_5; L_5 = DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___validDate3), L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_002a; } } { // throw new Exception("Validation time is in future."); Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16A50DB49F7E5E9CEE02DC4B75F39D462282172F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrl_m23AA89ED09627224E84DE09175C0C235D22608B5_RuntimeMethod_var))); } IL_002a: { // ISet crls = PkixCertPathValidatorUtilities.GetCompleteCrls(dp, attrCert, // currentDate, paramsPKIX); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_7 = ___dp0; RuntimeObject* L_8 = ___attrCert1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_10 = ___paramsPKIX2; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = PkixCertPathValidatorUtilities_GetCompleteCrls_mB17B4DDFD561AD03324A945906C2B8FE15F07048(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // bool validCrlFound = false; V_1 = (bool)0; // Exception lastException = null; V_2 = (Exception_t *)NULL; // IEnumerator crl_iter = crls.GetEnumerator(); NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_11); V_3 = L_12; goto IL_0124; } IL_0042: { } IL_0043: try {// begin try (depth: 1) { // X509Crl crl = (X509Crl) crl_iter.Current; RuntimeObject* L_13 = V_3; NullCheck(L_13); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); V_4 = ((X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)CastclassClass((RuntimeObject*)L_14, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var)); // ReasonsMask interimReasonsMask = Rfc3280CertPathUtilities.ProcessCrlD(crl, dp); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_15 = V_4; DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_16 = ___dp0; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_17; L_17 = Rfc3280CertPathUtilities_ProcessCrlD_m9DAEE48D94893D8A8303DE0D3F920FB7CA825D81(L_15, L_16, /*hidden argument*/NULL); V_5 = L_17; // if (!interimReasonsMask.HasNewReasons(reasonMask)) ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_18 = V_5; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_19 = ___reasonMask6; NullCheck(L_18); bool L_20; L_20 = ReasonsMask_HasNewReasons_m6786D4D706D70626E2CFDE0424E0521AE6D514F8(L_18, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_006a; } } IL_0065: { // continue; goto IL_0124; } IL_006a: { // ISet keys = Rfc3280CertPathUtilities.ProcessCrlF(crl, attrCert, // null, null, paramsPKIX, certPathCerts); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_21 = V_4; RuntimeObject* L_22 = ___attrCert1; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_23 = ___paramsPKIX2; RuntimeObject* L_24 = ___certPathCerts7; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = Rfc3280CertPathUtilities_ProcessCrlF_m5DE35F6CF8243ABE2F4DD863599E9DCD1C224AB6(L_21, L_22, (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)NULL, (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A *)NULL, L_23, L_24, /*hidden argument*/NULL); V_6 = L_25; // AsymmetricKeyParameter pubKey = Rfc3280CertPathUtilities.ProcessCrlG(crl, keys); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_26 = V_4; RuntimeObject* L_27 = V_6; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_28; L_28 = Rfc3280CertPathUtilities_ProcessCrlG_m965B758E59A020B5E323D1BB5AA1ACBE57CA067A(L_26, L_27, /*hidden argument*/NULL); V_7 = L_28; // X509Crl deltaCRL = null; V_8 = (X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)NULL; // if (paramsPKIX.IsUseDeltasEnabled) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_29 = ___paramsPKIX2; NullCheck(L_29); bool L_30; L_30 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_IsUseDeltasEnabled() */, L_29); if (!L_30) { goto IL_00a1; } } IL_008f: { // ISet deltaCRLs = PkixCertPathValidatorUtilities.GetDeltaCrls( // currentDate, paramsPKIX, crl); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31 = V_0; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_32 = ___paramsPKIX2; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_33 = V_4; IL2CPP_RUNTIME_CLASS_INIT(PkixCertPathValidatorUtilities_tE0C1EFCB7465A2F53EC561FEF65E7CBD04B768AE_il2cpp_TypeInfo_var); RuntimeObject* L_34; L_34 = PkixCertPathValidatorUtilities_GetDeltaCrls_m306DAFADD18B35C31FC4D38D918BDF5F841BE569(L_31, L_32, L_33, /*hidden argument*/NULL); // deltaCRL = Rfc3280CertPathUtilities.ProcessCrlH(deltaCRLs, pubKey); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_35 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_36; L_36 = Rfc3280CertPathUtilities_ProcessCrlH_mA08749CE43A0683E216E63C801EB1C5C8AFF5A77(L_34, L_35, /*hidden argument*/NULL); V_8 = L_36; } IL_00a1: { // if (paramsPKIX.ValidityModel != PkixParameters.ChainValidityModel) PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_37 = ___paramsPKIX2; NullCheck(L_37); int32_t L_38; L_38 = VirtualFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixParameters::get_ValidityModel() */, L_37); if ((((int32_t)L_38) == ((int32_t)1))) { goto IL_00ce; } } IL_00aa: { // if (attrCert.NotAfter.CompareTo(crl.ThisUpdate) < 0) RuntimeObject* L_39 = ___attrCert1; NullCheck(L_39); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_40; L_40 = InterfaceFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(3 /* System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::get_NotAfter() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_39); V_9 = L_40; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_41 = V_4; NullCheck(L_41); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_42; L_42 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(19 /* System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::get_ThisUpdate() */, L_41); int32_t L_43; L_43 = DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_9), L_42, /*hidden argument*/NULL); if ((((int32_t)L_43) >= ((int32_t)0))) { goto IL_00ce; } } IL_00c3: { // throw new Exception( // "No valid CRL for current time found."); Exception_t * L_44 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40DD640AC47A9EDEAF531C34E9A6ADD2A3F63D9A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrl_m23AA89ED09627224E84DE09175C0C235D22608B5_RuntimeMethod_var))); } IL_00ce: { // Rfc3280CertPathUtilities.ProcessCrlB1(dp, attrCert, crl); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_45 = ___dp0; RuntimeObject* L_46 = ___attrCert1; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_47 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Rfc3280CertPathUtilities_t052AB14EE1BFE7549F11CD4FC10DD43BEE5B1D5C_il2cpp_TypeInfo_var); Rfc3280CertPathUtilities_ProcessCrlB1_m5FFAC6DFEDE1881895037D4EADC1D5987B20C181(L_45, L_46, L_47, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCrlB2(dp, attrCert, crl); DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * L_48 = ___dp0; RuntimeObject* L_49 = ___attrCert1; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_50 = V_4; Rfc3280CertPathUtilities_ProcessCrlB2_m51F5E0A7622B6F5BC22C3EB689879C925992305B(L_48, L_49, L_50, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCrlC(deltaCRL, crl, paramsPKIX); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_51 = V_8; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_52 = V_4; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_53 = ___paramsPKIX2; Rfc3280CertPathUtilities_ProcessCrlC_m225EEA3286DF1C5E7EB88A931EDB32E1333FA2FD(L_51, L_52, L_53, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCrlI(validDate, deltaCRL, // attrCert, certStatus, paramsPKIX); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_54 = ___validDate3; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_55 = V_8; RuntimeObject* L_56 = ___attrCert1; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_57 = ___certStatus5; PkixParameters_t1C4D853EBA577FCD28135E1405659463A37463F2 * L_58 = ___paramsPKIX2; Rfc3280CertPathUtilities_ProcessCrlI_mA417077C6F49F5116F2ADD41F69FB6B195F19757(L_54, L_55, L_56, L_57, L_58, /*hidden argument*/NULL); // Rfc3280CertPathUtilities.ProcessCrlJ(validDate, crl, attrCert, // certStatus); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_59 = ___validDate3; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_60 = V_4; RuntimeObject* L_61 = ___attrCert1; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_62 = ___certStatus5; Rfc3280CertPathUtilities_ProcessCrlJ_m64DAA69B5231778CDEFCDAEB56650B4813946096(L_59, L_60, L_61, L_62, /*hidden argument*/NULL); // if (certStatus.Status == CrlReason.RemoveFromCrl) CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_63 = ___certStatus5; NullCheck(L_63); int32_t L_64; L_64 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_63, /*hidden argument*/NULL); if ((!(((uint32_t)L_64) == ((uint32_t)8)))) { goto IL_0114; } } IL_010b: { // certStatus.Status = CertStatus.Unrevoked; CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_65 = ___certStatus5; NullCheck(L_65); CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline(L_65, ((int32_t)11), /*hidden argument*/NULL); } IL_0114: { // reasonMask.AddReasons(interimReasonsMask); ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_66 = ___reasonMask6; ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_67 = V_5; NullCheck(L_66); ReasonsMask_AddReasons_m8FA0FC544A4C9EE3ACEC21ED63268B321547909D(L_66, L_67, /*hidden argument*/NULL); // validCrlFound = true; V_1 = (bool)1; // } goto IL_0124; } }// 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_0121; } throw e; } CATCH_0121: {// begin catch(System.Exception) // lastException = e; V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0124; }// end catch (depth: 1) IL_0124: { // while (crl_iter.MoveNext() // && certStatus.Status == CertStatus.Unrevoked // && !reasonMask.IsAllReasons) RuntimeObject* L_68 = V_3; NullCheck(L_68); bool L_69; L_69 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_68); if (!L_69) { goto IL_0143; } } { CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * L_70 = ___certStatus5; NullCheck(L_70); int32_t L_71; L_71 = CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline(L_70, /*hidden argument*/NULL); if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)11))))) { goto IL_0143; } } { ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * L_72 = ___reasonMask6; NullCheck(L_72); bool L_73; L_73 = ReasonsMask_get_IsAllReasons_mA7D39C5B95671AA21AD50C08AF71AF08B1B5368B(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_0042; } } IL_0143: { // if (!validCrlFound) bool L_74 = V_1; if (L_74) { goto IL_0148; } } { // throw lastException; Exception_t * L_75 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(L_75, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3281CertPathUtilities_CheckCrl_m23AA89ED09627224E84DE09175C0C235D22608B5_RuntimeMethod_var))); } IL_0148: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3281CertPathUtilities__ctor_m4DCC629E01969C0BC87C617648F2A499BD3FB4D6 (Rfc3281CertPathUtilities_t54FB0B1437AED8208EFABAED41672C6D03A79BF0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3394WrapEngine__ctor_m4340DF2F75CB147301F7F15E94E416C0BE0EF4A5 (Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB * __this, RuntimeObject* ___engine0, 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*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private byte[] iv = // { // 0xa6, 0xa6, 0xa6, 0xa6, // 0xa6, 0xa6, 0xa6, 0xa6 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); __this->set_iv_3(L_1); // public Rfc3394WrapEngine( // IBlockCipher engine) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.engine = engine; RuntimeObject* L_3 = ___engine0; __this->set_engine_0(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3394WrapEngine_Init_mD3A464109231A8B6935B5864CD8689E0D3E17581 (Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB * __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // this.forWrapping = forWrapping; bool L_0 = ___forWrapping0; __this->set_forWrapping_2(L_0); // if (parameters is ParametersWithRandom) RuntimeObject* L_1 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_001c; } } { // parameters = ((ParametersWithRandom) parameters).Parameters; RuntimeObject* L_2 = ___parameters1; NullCheck(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_2, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))); RuntimeObject* L_3; L_3 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_2, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___parameters1 = L_3; } IL_001c: { // if (parameters is KeyParameter) RuntimeObject* L_4 = ___parameters1; if (!((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_4, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0031; } } { // this.param = (KeyParameter) parameters; RuntimeObject* L_5 = ___parameters1; __this->set_param_1(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_5, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); // } return; } IL_0031: { // else if (parameters is ParametersWithIV) RuntimeObject* L_6 = ___parameters1; if (!((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_6, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))) { goto IL_0075; } } { // ParametersWithIV pIV = (ParametersWithIV) parameters; RuntimeObject* L_7 = ___parameters1; V_0 = ((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)CastclassClass((RuntimeObject*)L_7, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var)); // byte[] iv = pIV.GetIV(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_8 = V_0; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B(L_8, /*hidden argument*/NULL); V_1 = L_9; // if (iv.Length != 8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_10); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))) == ((int32_t)8))) { goto IL_005d; } } { // throw new ArgumentException("IV length not equal to 8", "parameters"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE5A1473B3A7E855F5FB8736B5DE27173027D9DC3)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3394WrapEngine_Init_mD3A464109231A8B6935B5864CD8689E0D3E17581_RuntimeMethod_var))); } IL_005d: { // this.iv = iv; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; __this->set_iv_3(L_12); // this.param = (KeyParameter) pIV.Parameters; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14; L_14 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(L_13, /*hidden argument*/NULL); __this->set_param_1(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_14, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); } IL_0075: { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Rfc3394WrapEngine_get_AlgorithmName_m37C579135F3294ED7C3B48E22B1D6734E671342F (Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return engine.AlgorithmName; } RuntimeObject* L_0 = __this->get_engine_0(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::Wrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Rfc3394WrapEngine_Wrap_m210434D91EEB3E276E669BE2097698AA4D120C46 (Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___inLen2, 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*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; uint8_t V_7 = 0x0; { // 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*)&_stringLiteral5B3A022B03059BF4890370A8B7B5A3C7582D7BD5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3394WrapEngine_Wrap_m210434D91EEB3E276E669BE2097698AA4D120C46_RuntimeMethod_var))); } IL_0013: { // int n = inLen / 8; int32_t L_2 = ___inLen2; V_0 = ((int32_t)((int32_t)L_2/(int32_t)8)); // if ((n * 8) != inLen) int32_t L_3 = V_0; int32_t L_4 = ___inLen2; if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)8))) == ((int32_t)L_4))) { goto IL_0028; } } { // throw new DataLengthException("wrap data must be a multiple of 8 bytes"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_5 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D8AB86BB3A14340AEE7ADDA95FB6F1954525D80)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3394WrapEngine_Wrap_m210434D91EEB3E276E669BE2097698AA4D120C46_RuntimeMethod_var))); } IL_0028: { // byte[] block = new byte[inLen + iv.Length]; int32_t L_6 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_iv_3(); 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)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))); V_1 = L_8; // byte[] buf = new byte[8 + iv.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_iv_3(); NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))); V_2 = L_10; // Array.Copy(iv, 0, block, 0, iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_iv_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_iv_3(); NullCheck(L_13); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_11, 0, (RuntimeArray *)(RuntimeArray *)L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), /*hidden argument*/NULL); // Array.Copy(input, inOff, block, iv.Length, inLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___input0; int32_t L_15 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_iv_3(); NullCheck(L_17); int32_t L_18 = ___inLen2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, L_15, (RuntimeArray *)(RuntimeArray *)L_16, ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), L_18, /*hidden argument*/NULL); // engine.Init(true, param); RuntimeObject* L_19 = __this->get_engine_0(); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_20 = __this->get_param_1(); NullCheck(L_19); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_19, (bool)1, L_20); // for (int j = 0; j != 6; j++) V_3 = 0; goto IL_0128; } IL_0088: { // for (int i = 1; i <= n; i++) V_4 = 1; goto IL_011c; } IL_0090: { // Array.Copy(block, 0, buf, 0, iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_iv_3(); NullCheck(L_23); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_21, 0, (RuntimeArray *)(RuntimeArray *)L_22, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), /*hidden argument*/NULL); // Array.Copy(block, 8 * i, buf, iv.Length, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; int32_t L_25 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_iv_3(); NullCheck(L_27); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_24, ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_25)), (RuntimeArray *)(RuntimeArray *)L_26, ((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))), 8, /*hidden argument*/NULL); // engine.ProcessBlock(buf, 0, buf, 0); RuntimeObject* L_28 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_2; NullCheck(L_28); int32_t L_31; L_31 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_28, L_29, 0, L_30, 0); // int t = n * j + i; int32_t L_32 = V_0; int32_t L_33 = V_3; int32_t L_34 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)L_33)), (int32_t)L_34)); // for (int k = 1; t != 0; k++) V_6 = 1; goto IL_00fb; } IL_00d2: { // byte v = (byte)t; int32_t L_35 = V_5; V_7 = (uint8_t)((int32_t)((uint8_t)L_35)); // buf[iv.Length - k] ^= v; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = __this->get_iv_3(); NullCheck(L_37); int32_t L_38 = V_6; NullCheck(L_36); uint8_t* L_39 = ((L_36)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))), (int32_t)L_38))))); int32_t L_40 = *((uint8_t*)L_39); uint8_t L_41 = V_7; *((int8_t*)L_39) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_40^(int32_t)L_41)))); // t = (int) ((uint)t >> 8); int32_t L_42 = V_5; V_5 = ((int32_t)((uint32_t)L_42>>8)); // for (int k = 1; t != 0; k++) int32_t L_43 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00fb: { // for (int k = 1; t != 0; k++) int32_t L_44 = V_5; if (L_44) { goto IL_00d2; } } { // Array.Copy(buf, 0, block, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_45, 0, (RuntimeArray *)(RuntimeArray *)L_46, 0, 8, /*hidden argument*/NULL); // Array.Copy(buf, 8, block, 8 * i, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_1; int32_t L_49 = V_4; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_47, 8, (RuntimeArray *)(RuntimeArray *)L_48, ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_49)), 8, /*hidden argument*/NULL); // for (int i = 1; i <= n; i++) int32_t L_50 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_011c: { // for (int i = 1; i <= n; i++) int32_t L_51 = V_4; int32_t L_52 = V_0; if ((((int32_t)L_51) <= ((int32_t)L_52))) { goto IL_0090; } } { // for (int j = 0; j != 6; j++) int32_t L_53 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0128: { // for (int j = 0; j != 6; j++) int32_t L_54 = V_3; if ((!(((uint32_t)L_54) == ((uint32_t)6)))) { goto IL_0088; } } { // return block; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = V_1; return L_55; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine::Unwrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Rfc3394WrapEngine_Unwrap_mDAC709A2F7711AF995E9B648BCE9CDF443AE5704 (Rfc3394WrapEngine_t6A4ED93D4C2D6EEB3A0134675187A1B2C08CA9AB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___inLen2, 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*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; uint8_t V_8 = 0x0; { // 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*)&Rfc3394WrapEngine_Unwrap_mDAC709A2F7711AF995E9B648BCE9CDF443AE5704_RuntimeMethod_var))); } IL_0013: { // int n = inLen / 8; int32_t L_2 = ___inLen2; V_0 = ((int32_t)((int32_t)L_2/(int32_t)8)); // if ((n * 8) != inLen) int32_t L_3 = V_0; int32_t L_4 = ___inLen2; if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)8))) == ((int32_t)L_4))) { goto IL_0028; } } { // throw new InvalidCipherTextException("unwrap data must be a multiple of 8 bytes"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_5 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB4657ACEBB30BB2C7CC8BF4DCADB523A4A64F625)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3394WrapEngine_Unwrap_mDAC709A2F7711AF995E9B648BCE9CDF443AE5704_RuntimeMethod_var))); } IL_0028: { // byte[] block = new byte[inLen - iv.Length]; int32_t L_6 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_iv_3(); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))); V_1 = L_8; // byte[] a = new byte[iv.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_iv_3(); NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))); V_2 = L_10; // byte[] buf = new byte[8 + iv.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_iv_3(); NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))); V_3 = L_12; // Array.Copy(input, inOff, a, 0, iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___input0; int32_t L_14 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_iv_3(); NullCheck(L_16); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_13, L_14, (RuntimeArray *)(RuntimeArray *)L_15, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), /*hidden argument*/NULL); // Array.Copy(input, inOff + iv.Length, block, 0, inLen - iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___input0; int32_t L_18 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_iv_3(); NullCheck(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; int32_t L_21 = ___inLen2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_iv_3(); NullCheck(L_22); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))), (RuntimeArray *)(RuntimeArray *)L_20, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))), /*hidden argument*/NULL); // engine.Init(false, param); RuntimeObject* L_23 = __this->get_engine_0(); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_24 = __this->get_param_1(); NullCheck(L_23); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_23, (bool)0, L_24); // n = n - 1; int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); // for (int j = 5; j >= 0; j--) V_4 = 5; goto IL_0148; } IL_00a1: { // for (int i = n; i >= 1; i--) int32_t L_26 = V_0; V_5 = L_26; goto IL_013a; } IL_00a9: { // Array.Copy(a, 0, buf, 0, iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_iv_3(); NullCheck(L_29); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))), /*hidden argument*/NULL); // Array.Copy(block, 8 * (i - 1), buf, iv.Length, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_1; int32_t L_31 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_iv_3(); NullCheck(L_33); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_30, ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)))), (RuntimeArray *)(RuntimeArray *)L_32, ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))), 8, /*hidden argument*/NULL); // int t = n * j + i; int32_t L_34 = V_0; int32_t L_35 = V_4; int32_t L_36 = V_5; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)L_35)), (int32_t)L_36)); // for (int k = 1; t != 0; k++) V_7 = 1; goto IL_0107; } IL_00de: { // byte v = (byte)t; int32_t L_37 = V_6; V_8 = (uint8_t)((int32_t)((uint8_t)L_37)); // buf[iv.Length - k] ^= v; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = __this->get_iv_3(); NullCheck(L_39); int32_t L_40 = V_7; NullCheck(L_38); uint8_t* L_41 = ((L_38)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))), (int32_t)L_40))))); int32_t L_42 = *((uint8_t*)L_41); uint8_t L_43 = V_8; *((int8_t*)L_41) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_42^(int32_t)L_43)))); // t = (int) ((uint)t >> 8); int32_t L_44 = V_6; V_6 = ((int32_t)((uint32_t)L_44>>8)); // for (int k = 1; t != 0; k++) int32_t L_45 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0107: { // for (int k = 1; t != 0; k++) int32_t L_46 = V_6; if (L_46) { goto IL_00de; } } { // engine.ProcessBlock(buf, 0, buf, 0); RuntimeObject* L_47 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_3; NullCheck(L_47); int32_t L_50; L_50 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_47, L_48, 0, L_49, 0); // Array.Copy(buf, 0, a, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_51, 0, (RuntimeArray *)(RuntimeArray *)L_52, 0, 8, /*hidden argument*/NULL); // Array.Copy(buf, 8, block, 8 * (i - 1), 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_1; int32_t L_55 = V_5; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_53, 8, (RuntimeArray *)(RuntimeArray *)L_54, ((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)))), 8, /*hidden argument*/NULL); // for (int i = n; i >= 1; i--) int32_t L_56 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1)); } IL_013a: { // for (int i = n; i >= 1; i--) int32_t L_57 = V_5; if ((((int32_t)L_57) >= ((int32_t)1))) { goto IL_00a9; } } { // for (int j = 5; j >= 0; j--) int32_t L_58 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)); } IL_0148: { // for (int j = 5; j >= 0; j--) int32_t L_59 = V_4; if ((((int32_t)L_59) >= ((int32_t)0))) { goto IL_00a1; } } { // if (!Arrays.ConstantTimeAreEqual(a, iv)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = __this->get_iv_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_62; L_62 = Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4(L_60, L_61, /*hidden argument*/NULL); if (L_62) { goto IL_0169; } } { // throw new InvalidCipherTextException("checksum failed"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_63 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_63, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E2FB89DD75EA7DEDFEA6B005895F82CFB64C914)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Rfc3394WrapEngine_Unwrap_mDAC709A2F7711AF995E9B648BCE9CDF443AE5704_RuntimeMethod_var))); } IL_0169: { // return block; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_1; return L_64; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Rfc3739QCObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3739QCObjectIdentifiers__ctor_m0D200AD8E7D5B81AF14B156680A617A2BD197EFA (Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267 * __this, const RuntimeMethod* method) { { // private Rfc3739QCObjectIdentifiers() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Rfc3739QCObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rfc3739QCObjectIdentifiers__cctor_m316AA70CB4AE41EC17D4F070B6290BE1DE77EC43 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BA3EE1A1ED949AB275D1C850992FD5D9AFB2EE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B2_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B5_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; { // public static readonly DerObjectIdentifier IdQcs = new DerObjectIdentifier("1.3.6.1.5.5.7.11"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteral1BA3EE1A1ED949AB275D1C850992FD5D9AFB2EE9, /*hidden argument*/NULL); ((Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_il2cpp_TypeInfo_var))->set_IdQcs_0(L_0); // public static readonly DerObjectIdentifier IdQcsPkixQCSyntaxV1 = new DerObjectIdentifier(IdQcs+".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_il2cpp_TypeInfo_var))->get_IdQcs_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001b; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_0020; } IL_001b: { NullCheck(G_B2_0); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B2_0); G_B3_0 = L_3; } IL_0020: { String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B3_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_5, L_4, /*hidden argument*/NULL); ((Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_il2cpp_TypeInfo_var))->set_IdQcsPkixQCSyntaxV1_1(L_5); // public static readonly DerObjectIdentifier IdQcsPkixQCSyntaxV2 = new DerObjectIdentifier(IdQcs+".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_il2cpp_TypeInfo_var))->get_IdQcs_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = L_6; G_B4_0 = L_7; if (L_7) { G_B5_0 = L_7; goto IL_0040; } } { G_B6_0 = ((String_t*)(NULL)); goto IL_0045; } IL_0040: { NullCheck(G_B5_0); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B5_0); G_B6_0 = L_8; } IL_0045: { String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B6_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_10, L_9, /*hidden argument*/NULL); ((Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_StaticFields*)il2cpp_codegen_static_fields_for(Rfc3739QCObjectIdentifiers_tE4302D86BD350ED184D84AA475CAB0BE983C0267_il2cpp_TypeInfo_var))->set_IdQcsPkixQCSyntaxV2_2(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 // UnityEngine.Vector3 UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::get_Velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RigidbodyFirstPersonController_get_Velocity_mB70B043E4FF2263A33E379FF712BACB02633C339 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { { // get { return m_RigidBody.velocity; } Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_m_RigidBody_8(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::get_Grounded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RigidbodyFirstPersonController_get_Grounded_m77BF29EDF29AC361B1DED301A83CC1A12110CA61 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { { // get { return m_IsGrounded; } bool L_0 = __this->get_m_IsGrounded_15(); return L_0; } } // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::get_Jumping() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RigidbodyFirstPersonController_get_Jumping_mCEEF2A49DDD908B8331D63CDC79271BF18505F86 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { { // get { return m_Jumping; } bool L_0 = __this->get_m_Jumping_14(); return L_0; } } // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::get_Running() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RigidbodyFirstPersonController_get_Running_mB5D2C7EE08B1425F737F83EB7BB1CEB1A4AA3DF9 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { { // return false; return (bool)0; } } // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_Start_m007AC5C8C9C6A023F268E43B2547911DED6F41DE (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635_m17D9518E9B127111CF09C304AC4CA09DBAA3C352_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_RigidBody = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0; L_0 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); __this->set_m_RigidBody_8(L_0); // m_Capsule = GetComponent(); CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_1; L_1 = Component_GetComponent_TisCapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635_m17D9518E9B127111CF09C304AC4CA09DBAA3C352(__this, /*hidden argument*/Component_GetComponent_TisCapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635_m17D9518E9B127111CF09C304AC4CA09DBAA3C352_RuntimeMethod_var); __this->set_m_Capsule_9(L_1); // mouseLook.Init (transform, cam.transform); MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * L_2 = __this->get_mouseLook_6(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_4 = __this->get_cam_4(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_2); MouseLook_Init_m65D7184A71FB03E7D8A91B5568B29B95A2966F81(L_2, L_3, L_5, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_Update_m9AE00B033CD92A95DF1D72AA04777C7243DCBF53 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70253F929BCE7F81DF1A5A1C0900BED744E86C9C); s_Il2CppMethodInitialized = true; } { // RotateView(); RigidbodyFirstPersonController_RotateView_mD297E393DA2494AD94EB0F5DAAB150448EE0CEFF(__this, /*hidden argument*/NULL); // if (CrossPlatformInputManager.GetButtonDown("Jump") && !m_Jump) IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); bool L_0; L_0 = CrossPlatformInputManager_GetButtonDown_mCA7A96BB65979ADD959C6BFD8B6A3A1A7B1CDC26(_stringLiteral70253F929BCE7F81DF1A5A1C0900BED744E86C9C, /*hidden argument*/NULL); if (!L_0) { goto IL_0021; } } { bool L_1 = __this->get_m_Jump_12(); if (L_1) { goto IL_0021; } } { // m_Jump = true; __this->set_m_Jump_12((bool)1); } IL_0021: { // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_FixedUpdate_m2627ED832700FEED40B40D4199DA0EF301207D2D (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); { // GroundCheck(); RigidbodyFirstPersonController_GroundCheck_mB8795C247C54E60D56AAF6B923BA9A368273C147(__this, /*hidden argument*/NULL); // Vector2 input = GetInput(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0; L_0 = RigidbodyFirstPersonController_GetInput_m679BF16A9B5F17B9258B11CE29222CCCD72F352F(__this, /*hidden argument*/NULL); V_0 = L_0; // if ((Mathf.Abs(input.x) > float.Epsilon || Mathf.Abs(input.y) > float.Epsilon) && (advancedSettings.airControl || m_IsGrounded)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = V_0; float L_2 = L_1.get_x_0(); float L_3; L_3 = fabsf(L_2); if ((((float)L_3) > ((float)(1.40129846E-45f)))) { goto IL_0034; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = V_0; float L_5 = L_4.get_y_1(); float L_6; L_6 = fabsf(L_5); if ((!(((float)L_6) > ((float)(1.40129846E-45f))))) { goto IL_012c; } } IL_0034: { AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * L_7 = __this->get_advancedSettings_7(); NullCheck(L_7); bool L_8 = L_7->get_airControl_3(); if (L_8) { goto IL_004c; } } { bool L_9 = __this->get_m_IsGrounded_15(); if (!L_9) { goto IL_012c; } } IL_004c: { // Vector3 desiredMove = cam.transform.forward*input.y + cam.transform.right*input.x; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_10 = __this->get_cam_4(); NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_11, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_13 = V_0; float L_14 = L_13.get_y_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_12, L_14, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_16 = __this->get_cam_4(); NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_16, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_17, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_19 = V_0; float L_20 = L_19.get_x_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_18, L_20, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_15, L_21, /*hidden argument*/NULL); V_1 = L_22; // desiredMove = Vector3.ProjectOnPlane(desiredMove, m_GroundContactNormal).normalized; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = __this->get_m_GroundContactNormal_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Vector3_ProjectOnPlane_m066BDEFD60B2828C4B531CD96C4DBFADF6B0EF3B(L_23, L_24, /*hidden argument*/NULL); V_2 = L_25; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), /*hidden argument*/NULL); V_1 = L_26; // desiredMove.x = desiredMove.x*movementSettings.CurrentTargetSpeed; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = V_1; float L_28 = L_27.get_x_2(); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_29 = __this->get_movementSettings_5(); NullCheck(L_29); float L_30 = L_29->get_CurrentTargetSpeed_7(); (&V_1)->set_x_2(((float)il2cpp_codegen_multiply((float)L_28, (float)L_30))); // desiredMove.z = desiredMove.z*movementSettings.CurrentTargetSpeed; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_1; float L_32 = L_31.get_z_4(); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_33 = __this->get_movementSettings_5(); NullCheck(L_33); float L_34 = L_33->get_CurrentTargetSpeed_7(); (&V_1)->set_z_4(((float)il2cpp_codegen_multiply((float)L_32, (float)L_34))); // desiredMove.y = desiredMove.y*movementSettings.CurrentTargetSpeed; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = V_1; float L_36 = L_35.get_y_3(); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_37 = __this->get_movementSettings_5(); NullCheck(L_37); float L_38 = L_37->get_CurrentTargetSpeed_7(); (&V_1)->set_y_3(((float)il2cpp_codegen_multiply((float)L_36, (float)L_38))); // if (m_RigidBody.velocity.sqrMagnitude < // (movementSettings.CurrentTargetSpeed*movementSettings.CurrentTargetSpeed)) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_39 = __this->get_m_RigidBody_8(); NullCheck(L_39); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40; L_40 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_39, /*hidden argument*/NULL); V_2 = L_40; float L_41; L_41 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), /*hidden argument*/NULL); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_42 = __this->get_movementSettings_5(); NullCheck(L_42); float L_43 = L_42->get_CurrentTargetSpeed_7(); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_44 = __this->get_movementSettings_5(); NullCheck(L_44); float L_45 = L_44->get_CurrentTargetSpeed_7(); if ((!(((float)L_41) < ((float)((float)il2cpp_codegen_multiply((float)L_43, (float)L_45)))))) { goto IL_012c; } } { // m_RigidBody.AddForce(desiredMove*SlopeMultiplier(), ForceMode.Impulse); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_46 = __this->get_m_RigidBody_8(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47 = V_1; float L_48; L_48 = RigidbodyFirstPersonController_SlopeMultiplier_mC48D2F329905D984EA3080CF0A8C6290B50327C9(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49; L_49 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_47, L_48, /*hidden argument*/NULL); NullCheck(L_46); Rigidbody_AddForce_m78B9D94F505E19F3C63461362AD6DE7EA0836700(L_46, L_49, 1, /*hidden argument*/NULL); } IL_012c: { // if (m_IsGrounded) bool L_50 = __this->get_m_IsGrounded_15(); if (!L_50) { goto IL_0214; } } { // m_RigidBody.drag = 5f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_51 = __this->get_m_RigidBody_8(); NullCheck(L_51); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(L_51, (5.0f), /*hidden argument*/NULL); // if (m_Jump) bool L_52 = __this->get_m_Jump_12(); if (!L_52) { goto IL_01c1; } } { // m_RigidBody.drag = 0f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_53 = __this->get_m_RigidBody_8(); NullCheck(L_53); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(L_53, (0.0f), /*hidden argument*/NULL); // m_RigidBody.velocity = new Vector3(m_RigidBody.velocity.x, 0f, m_RigidBody.velocity.z); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_54 = __this->get_m_RigidBody_8(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_55 = __this->get_m_RigidBody_8(); NullCheck(L_55); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_56; L_56 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_55, /*hidden argument*/NULL); float L_57 = L_56.get_x_2(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_58 = __this->get_m_RigidBody_8(); NullCheck(L_58); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59; L_59 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_58, /*hidden argument*/NULL); float L_60 = L_59.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61; memset((&L_61), 0, sizeof(L_61)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_61), L_57, (0.0f), L_60, /*hidden argument*/NULL); NullCheck(L_54); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_54, L_61, /*hidden argument*/NULL); // m_RigidBody.AddForce(new Vector3(0f, movementSettings.JumpForce, 0f), ForceMode.Impulse); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_62 = __this->get_m_RigidBody_8(); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_63 = __this->get_movementSettings_5(); NullCheck(L_63); float L_64 = L_63->get_JumpForce_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_65; memset((&L_65), 0, sizeof(L_65)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_65), (0.0f), L_64, (0.0f), /*hidden argument*/NULL); NullCheck(L_62); Rigidbody_AddForce_m78B9D94F505E19F3C63461362AD6DE7EA0836700(L_62, L_65, 1, /*hidden argument*/NULL); // m_Jumping = true; __this->set_m_Jumping_14((bool)1); } IL_01c1: { // if (!m_Jumping && Mathf.Abs(input.x) < float.Epsilon && Mathf.Abs(input.y) < float.Epsilon && m_RigidBody.velocity.magnitude < 1f) bool L_66 = __this->get_m_Jumping_14(); if (L_66) { goto IL_023a; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_67 = V_0; float L_68 = L_67.get_x_0(); float L_69; L_69 = fabsf(L_68); if ((!(((float)L_69) < ((float)(1.40129846E-45f))))) { goto IL_023a; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_70 = V_0; float L_71 = L_70.get_y_1(); float L_72; L_72 = fabsf(L_71); if ((!(((float)L_72) < ((float)(1.40129846E-45f))))) { goto IL_023a; } } { Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_73 = __this->get_m_RigidBody_8(); NullCheck(L_73); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_74; L_74 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_73, /*hidden argument*/NULL); V_2 = L_74; float L_75; L_75 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), /*hidden argument*/NULL); if ((!(((float)L_75) < ((float)(1.0f))))) { goto IL_023a; } } { // m_RigidBody.Sleep(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_76 = __this->get_m_RigidBody_8(); NullCheck(L_76); Rigidbody_Sleep_m60350AEF3E52D57FBE448CADBC06BA98DAEA2115(L_76, /*hidden argument*/NULL); // } goto IL_023a; } IL_0214: { // m_RigidBody.drag = 0f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_77 = __this->get_m_RigidBody_8(); NullCheck(L_77); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(L_77, (0.0f), /*hidden argument*/NULL); // if (m_PreviouslyGrounded && !m_Jumping) bool L_78 = __this->get_m_PreviouslyGrounded_13(); if (!L_78) { goto IL_023a; } } { bool L_79 = __this->get_m_Jumping_14(); if (L_79) { goto IL_023a; } } { // StickToGroundHelper(); RigidbodyFirstPersonController_StickToGroundHelper_mE9E633A49F5FE50DFCB6D2244FCBA5AB3D518048(__this, /*hidden argument*/NULL); } IL_023a: { // m_Jump = false; __this->set_m_Jump_12((bool)0); // } return; } } // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::SlopeMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RigidbodyFirstPersonController_SlopeMultiplier_mC48D2F329905D984EA3080CF0A8C6290B50327C9 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; { // float angle = Vector3.Angle(m_GroundContactNormal, Vector3.up); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_m_GroundContactNormal_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); float L_2; L_2 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // return movementSettings.SlopeCurveModifier.Evaluate(angle); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_3 = __this->get_movementSettings_5(); NullCheck(L_3); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_4 = L_3->get_SlopeCurveModifier_6(); float L_5 = V_0; NullCheck(L_4); float L_6; L_6 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::StickToGroundHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_StickToGroundHelper_mE9E633A49F5FE50DFCB6D2244FCBA5AB3D518048 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Physics.SphereCast(transform.position, m_Capsule.radius * (1.0f - advancedSettings.shellOffset), Vector3.down, out hitInfo, // ((m_Capsule.height/2f) - m_Capsule.radius) + // advancedSettings.stickToGroundHelperDistance, Physics.AllLayers, QueryTriggerInteraction.Ignore)) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_2 = __this->get_m_Capsule_9(); NullCheck(L_2); float L_3; L_3 = CapsuleCollider_get_radius_m5746DDE5E6A099269FC9DAD253887C58E8A064D0(L_2, /*hidden argument*/NULL); AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * L_4 = __this->get_advancedSettings_7(); NullCheck(L_4); float L_5 = L_4->get_shellOffset_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629(/*hidden argument*/NULL); CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_7 = __this->get_m_Capsule_9(); NullCheck(L_7); float L_8; L_8 = CapsuleCollider_get_height_mD6CF93CB2C222F8E5B77D65B0356F8FD8005B526(L_7, /*hidden argument*/NULL); CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_9 = __this->get_m_Capsule_9(); NullCheck(L_9); float L_10; L_10 = CapsuleCollider_get_radius_m5746DDE5E6A099269FC9DAD253887C58E8A064D0(L_9, /*hidden argument*/NULL); AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * L_11 = __this->get_advancedSettings_7(); NullCheck(L_11); float L_12 = L_11->get_stickToGroundHelperDistance_1(); bool L_13; L_13 = Physics_SphereCast_m3179B64AAFD6E888FF0A9CBB967CE342529C333D(L_1, ((float)il2cpp_codegen_multiply((float)L_3, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_5)))), L_6, (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)((float)L_8/(float)(2.0f))), (float)L_10)), (float)L_12)), (-1), 1, /*hidden argument*/NULL); if (!L_13) { goto IL_00a0; } } { // if (Mathf.Abs(Vector3.Angle(hitInfo.normal, Vector3.up)) < 85f) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); float L_16; L_16 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_14, L_15, /*hidden argument*/NULL); float L_17; L_17 = fabsf(L_16); if ((!(((float)L_17) < ((float)(85.0f))))) { goto IL_00a0; } } { // m_RigidBody.velocity = Vector3.ProjectOnPlane(m_RigidBody.velocity, hitInfo.normal); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_18 = __this->get_m_RigidBody_8(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_19 = __this->get_m_RigidBody_8(); NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_19, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_ProjectOnPlane_m066BDEFD60B2828C4B531CD96C4DBFADF6B0EF3B(L_20, L_21, /*hidden argument*/NULL); NullCheck(L_18); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_18, L_22, /*hidden argument*/NULL); } IL_00a0: { // } return; } } // UnityEngine.Vector2 UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::GetInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RigidbodyFirstPersonController_GetInput_m679BF16A9B5F17B9258B11CE29222CCCD72F352F (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E); s_Il2CppMethodInitialized = true; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_1; memset((&V_1), 0, sizeof(V_1)); { // Vector2 input = new Vector2 // { // x = CrossPlatformInputManager.GetAxis("Horizontal"), // y = CrossPlatformInputManager.GetAxis("Vertical") // }; il2cpp_codegen_initobj((&V_1), sizeof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); float L_0; L_0 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E, /*hidden argument*/NULL); (&V_1)->set_x_0(L_0); float L_1; L_1 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A, /*hidden argument*/NULL); (&V_1)->set_y_1(L_1); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = V_1; V_0 = L_2; // movementSettings.UpdateDesiredTargetSpeed(input); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_3 = __this->get_movementSettings_5(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = V_0; NullCheck(L_3); MovementSettings_UpdateDesiredTargetSpeed_m6D418A9690124CFC9FA7DEA81FB2E521CFC73D12(L_3, L_4, /*hidden argument*/NULL); // return input; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = V_0; return L_5; } } // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::RotateView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_RotateView_mD297E393DA2494AD94EB0F5DAAB150448EE0CEFF (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (Mathf.Abs(Time.timeScale) < float.Epsilon) return; float L_0; L_0 = Time_get_timeScale_m082A05928ED5917AA986FAA6106E79D8446A26F4(/*hidden argument*/NULL); float L_1; L_1 = fabsf(L_0); if ((!(((float)L_1) < ((float)(1.40129846E-45f))))) { goto IL_0012; } } { // if (Mathf.Abs(Time.timeScale) < float.Epsilon) return; return; } IL_0012: { // float oldYRotation = transform.eulerAngles.y; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_2, /*hidden argument*/NULL); float L_4 = L_3.get_y_3(); V_0 = L_4; // mouseLook.LookRotation (transform, cam.transform); MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * L_5 = __this->get_mouseLook_6(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_7 = __this->get_cam_4(); NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_7, /*hidden argument*/NULL); NullCheck(L_5); MouseLook_LookRotation_mA488F8CAAF8FF957AC2CDF5C6BC13C6AECE13FE4(L_5, L_6, L_8, /*hidden argument*/NULL); // if (m_IsGrounded || advancedSettings.airControl) bool L_9 = __this->get_m_IsGrounded_15(); if (L_9) { goto IL_0054; } } { AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * L_10 = __this->get_advancedSettings_7(); NullCheck(L_10); bool L_11 = L_10->get_airControl_3(); if (!L_11) { goto IL_008d; } } IL_0054: { // Quaternion velRotation = Quaternion.AngleAxis(transform.eulerAngles.y - oldYRotation, Vector3.up); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_12, /*hidden argument*/NULL); float L_14 = L_13.get_y_3(); float L_15 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_17; L_17 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)il2cpp_codegen_subtract((float)L_14, (float)L_15)), L_16, /*hidden argument*/NULL); V_1 = L_17; // m_RigidBody.velocity = velRotation*m_RigidBody.velocity; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_18 = __this->get_m_RigidBody_8(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_19 = V_1; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_20 = __this->get_m_RigidBody_8(); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_20, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_19, L_21, /*hidden argument*/NULL); NullCheck(L_18); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_18, L_22, /*hidden argument*/NULL); } IL_008d: { // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::GroundCheck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController_GroundCheck_mB8795C247C54E60D56AAF6B923BA9A368273C147 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_0; memset((&V_0), 0, sizeof(V_0)); { // m_PreviouslyGrounded = m_IsGrounded; bool L_0 = __this->get_m_IsGrounded_15(); __this->set_m_PreviouslyGrounded_13(L_0); // if (Physics.SphereCast(transform.position, m_Capsule.radius * (1.0f - advancedSettings.shellOffset), Vector3.down, out hitInfo, // ((m_Capsule.height/2f) - m_Capsule.radius) + advancedSettings.groundCheckDistance, Physics.AllLayers, QueryTriggerInteraction.Ignore)) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_3 = __this->get_m_Capsule_9(); NullCheck(L_3); float L_4; L_4 = CapsuleCollider_get_radius_m5746DDE5E6A099269FC9DAD253887C58E8A064D0(L_3, /*hidden argument*/NULL); AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * L_5 = __this->get_advancedSettings_7(); NullCheck(L_5); float L_6 = L_5->get_shellOffset_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629(/*hidden argument*/NULL); CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_8 = __this->get_m_Capsule_9(); NullCheck(L_8); float L_9; L_9 = CapsuleCollider_get_height_mD6CF93CB2C222F8E5B77D65B0356F8FD8005B526(L_8, /*hidden argument*/NULL); CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * L_10 = __this->get_m_Capsule_9(); NullCheck(L_10); float L_11; L_11 = CapsuleCollider_get_radius_m5746DDE5E6A099269FC9DAD253887C58E8A064D0(L_10, /*hidden argument*/NULL); AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * L_12 = __this->get_advancedSettings_7(); NullCheck(L_12); float L_13 = L_12->get_groundCheckDistance_0(); bool L_14; L_14 = Physics_SphereCast_m3179B64AAFD6E888FF0A9CBB967CE342529C333D(L_2, ((float)il2cpp_codegen_multiply((float)L_4, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_6)))), L_7, (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)((float)L_9/(float)(2.0f))), (float)L_11)), (float)L_13)), (-1), 1, /*hidden argument*/NULL); if (!L_14) { goto IL_0083; } } { // m_IsGrounded = true; __this->set_m_IsGrounded_15((bool)1); // m_GroundContactNormal = hitInfo.normal; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = RaycastHit_get_normal_m2C813B25BAECD87FD9E9CB294278B291F4CC6674((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), /*hidden argument*/NULL); __this->set_m_GroundContactNormal_11(L_15); // } goto IL_0095; } IL_0083: { // m_IsGrounded = false; __this->set_m_IsGrounded_15((bool)0); // m_GroundContactNormal = Vector3.up; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); __this->set_m_GroundContactNormal_11(L_16); } IL_0095: { // if (!m_PreviouslyGrounded && m_IsGrounded && m_Jumping) bool L_17 = __this->get_m_PreviouslyGrounded_13(); if (L_17) { goto IL_00b4; } } { bool L_18 = __this->get_m_IsGrounded_15(); if (!L_18) { goto IL_00b4; } } { bool L_19 = __this->get_m_Jumping_14(); if (!L_19) { goto IL_00b4; } } { // m_Jumping = false; __this->set_m_Jumping_14((bool)0); } IL_00b4: { // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RigidbodyFirstPersonController__ctor_m67B9AA5754CEF1E8145B0CB196DAD988126AFC0C (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public MovementSettings movementSettings = new MovementSettings(); MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * L_0 = (MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C *)il2cpp_codegen_object_new(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C_il2cpp_TypeInfo_var); MovementSettings__ctor_m349160EB18090C7916E6210DC54F023AC6410527(L_0, /*hidden argument*/NULL); __this->set_movementSettings_5(L_0); // public MouseLook mouseLook = new MouseLook(); MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * L_1 = (MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 *)il2cpp_codegen_object_new(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621_il2cpp_TypeInfo_var); MouseLook__ctor_m3A4849EBD9493C9A93CF072D4D8F89579B75CDCA(L_1, /*hidden argument*/NULL); __this->set_mouseLook_6(L_1); // public AdvancedSettings advancedSettings = new AdvancedSettings(); AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * L_2 = (AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB *)il2cpp_codegen_object_new(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB_il2cpp_TypeInfo_var); AdvancedSettings__ctor_mC6C95C0E431E720B8F952FD872E22A801CEE4D46(L_2, /*hidden argument*/NULL); __this->set_advancedSettings_7(L_2); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0x2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0x2_mFEAC40B4E65FF1A7E334C6E7DD037DA89865C36D (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (b != 0) int32_t L_0 = ___b0; if (!L_0) { goto IL_001a; } } { // return Alogtable[25 + (Logtable[b] & 0xff)]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Alogtable_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Logtable_2(); int32_t L_3 = ___b0; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_1); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)25), (int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)255))))); uint8_t L_7 = (L_1)->GetAt(static_cast(L_6)); return L_7; } IL_001a: { // return 0; return (uint8_t)0; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0x3(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0x3_m652498CAB27B14F29B1F9426CA51D1D8F832FC20 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (b != 0) int32_t L_0 = ___b0; if (!L_0) { goto IL_0019; } } { // return Alogtable[1 + (Logtable[b] & 0xff)]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Alogtable_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Logtable_2(); int32_t L_3 = ___b0; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_1); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)255))))); uint8_t L_7 = (L_1)->GetAt(static_cast(L_6)); return L_7; } IL_0019: { // return 0; return (uint8_t)0; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0x9(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0x9_m22CA15A55C3984D80F31E649BDA86A3DFC0924DA (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (b >= 0) int32_t L_0 = ___b0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { // return Alogtable[199 + b]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Alogtable_3(); int32_t L_2 = ___b0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)199), (int32_t)L_2)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } IL_0012: { // return 0; return (uint8_t)0; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0xb(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0xb_mAAC689985E992E7DFDF6E1A2BF6510CBBDF0425F (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (b >= 0) int32_t L_0 = ___b0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000f; } } { // return Alogtable[104 + b]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Alogtable_3(); int32_t L_2 = ___b0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)104), (int32_t)L_2)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } IL_000f: { // return 0; return (uint8_t)0; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0xd(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0xd_mAA17C521369B1077B1DCE7D0F02934935EF54DF7 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (b >= 0) int32_t L_0 = ___b0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { // return Alogtable[238 + b]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Alogtable_3(); int32_t L_2 = ___b0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)238), (int32_t)L_2)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } IL_0012: { // return 0; return (uint8_t)0; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Mul0xe(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RijndaelEngine_Mul0xe_mEF1BC310115C390D3C9F275FEFCBAD3C09CB7151 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (b >= 0) int32_t L_0 = ___b0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { // return Alogtable[223 + b]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Alogtable_3(); int32_t L_2 = ___b0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)223), (int32_t)L_2)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } IL_0012: { // return 0; return (uint8_t)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::KeyAddition(System.Int64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_KeyAddition_m9FF3A7DAFE9E2BD4846A35D9C2CD1EBBB571AF45 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___rk0, const RuntimeMethod* method) { { // A0 ^= rk[0]; int64_t L_0 = __this->get_A0_14(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_1 = ___rk0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (L_1)->GetAt(static_cast(L_2)); __this->set_A0_14(((int64_t)((int64_t)L_0^(int64_t)L_3))); // A1 ^= rk[1]; int64_t L_4 = __this->get_A1_15(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_5 = ___rk0; NullCheck(L_5); int32_t L_6 = 1; int64_t L_7 = (L_5)->GetAt(static_cast(L_6)); __this->set_A1_15(((int64_t)((int64_t)L_4^(int64_t)L_7))); // A2 ^= rk[2]; int64_t L_8 = __this->get_A2_16(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_9 = ___rk0; NullCheck(L_9); int32_t L_10 = 2; int64_t L_11 = (L_9)->GetAt(static_cast(L_10)); __this->set_A2_16(((int64_t)((int64_t)L_8^(int64_t)L_11))); // A3 ^= rk[3]; int64_t L_12 = __this->get_A3_17(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_13 = ___rk0; NullCheck(L_13); int32_t L_14 = 3; int64_t L_15 = (L_13)->GetAt(static_cast(L_14)); __this->set_A3_17(((int64_t)((int64_t)L_12^(int64_t)L_15))); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Shift(System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RijndaelEngine_Shift_m618F8AF741EB7475B5115F3D3BAEC783495A436B (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int64_t ___r0, int32_t ___shift1, const RuntimeMethod* method) { uint64_t V_0 = 0; { // ulong temp = (ulong) r >> shift; int64_t L_0 = ___r0; int32_t L_1 = ___shift1; V_0 = ((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)63))))); // if (shift > 31) int32_t L_2 = ___shift1; if ((((int32_t)L_2) <= ((int32_t)((int32_t)31)))) { goto IL_0011; } } { // temp &= 0xFFFFFFFFUL; uint64_t L_3 = V_0; V_0 = ((int64_t)((int64_t)L_3&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); } IL_0011: { // return ((long) temp | (r << (BC - shift))) & BC_MASK; uint64_t L_4 = V_0; int64_t L_5 = ___r0; int32_t L_6 = __this->get_BC_9(); int32_t L_7 = ___shift1; int64_t L_8 = __this->get_BC_MASK_10(); return ((int64_t)((int64_t)((int64_t)((int64_t)L_4|(int64_t)((int64_t)((int64_t)L_5<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))&(int32_t)((int32_t)63)))))))&(int64_t)L_8)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::ShiftRow(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_ShiftRow_m8AA7784CFCDED070160ED261253D89E768144C4F (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shiftsSC0, const RuntimeMethod* method) { { // A1 = Shift(A1, shiftsSC[1]); int64_t L_0 = __this->get_A1_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___shiftsSC0; NullCheck(L_1); int32_t L_2 = 1; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); int64_t L_4; L_4 = RijndaelEngine_Shift_m618F8AF741EB7475B5115F3D3BAEC783495A436B(__this, L_0, L_3, /*hidden argument*/NULL); __this->set_A1_15(L_4); // A2 = Shift(A2, shiftsSC[2]); int64_t L_5 = __this->get_A2_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___shiftsSC0; NullCheck(L_6); int32_t L_7 = 2; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); int64_t L_9; L_9 = RijndaelEngine_Shift_m618F8AF741EB7475B5115F3D3BAEC783495A436B(__this, L_5, L_8, /*hidden argument*/NULL); __this->set_A2_16(L_9); // A3 = Shift(A3, shiftsSC[3]); int64_t L_10 = __this->get_A3_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___shiftsSC0; NullCheck(L_11); int32_t L_12 = 3; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); int64_t L_14; L_14 = RijndaelEngine_Shift_m618F8AF741EB7475B5115F3D3BAEC783495A436B(__this, L_10, L_13, /*hidden argument*/NULL); __this->set_A3_17(L_14); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::ApplyS(System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RijndaelEngine_ApplyS_m2145F28EE6F5C787D8B878D567591C49F9769ED1 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int64_t ___r0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___box1, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t V_1 = 0; { // long res = 0; V_0 = ((int64_t)((int64_t)0)); // for (int j = 0; j < BC; j += 8) V_1 = 0; goto IL_002a; } IL_0007: { // res |= (long)(box[(int)((r >> j) & 0xff)] & 0xff) << j; int64_t L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___box1; int64_t L_2 = ___r0; int32_t L_3 = V_1; NullCheck(L_1); int32_t L_4 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_2>>(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); int32_t L_6 = V_1; V_0 = ((int64_t)((int64_t)L_0|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)63))))))); // for (int j = 0; j < BC; j += 8) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)); } IL_002a: { // for (int j = 0; j < BC; j += 8) int32_t L_8 = V_1; int32_t L_9 = __this->get_BC_9(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0007; } } { // return res; int64_t L_10 = V_0; return L_10; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Substitution(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_Substitution_m2587DF2C559145234CD6C35985997333A6EF3904 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___box0, const RuntimeMethod* method) { { // A0 = ApplyS(A0, box); int64_t L_0 = __this->get_A0_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___box0; int64_t L_2; L_2 = RijndaelEngine_ApplyS_m2145F28EE6F5C787D8B878D567591C49F9769ED1(__this, L_0, L_1, /*hidden argument*/NULL); __this->set_A0_14(L_2); // A1 = ApplyS(A1, box); int64_t L_3 = __this->get_A1_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___box0; int64_t L_5; L_5 = RijndaelEngine_ApplyS_m2145F28EE6F5C787D8B878D567591C49F9769ED1(__this, L_3, L_4, /*hidden argument*/NULL); __this->set_A1_15(L_5); // A2 = ApplyS(A2, box); int64_t L_6 = __this->get_A2_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___box0; int64_t L_8; L_8 = RijndaelEngine_ApplyS_m2145F28EE6F5C787D8B878D567591C49F9769ED1(__this, L_6, L_7, /*hidden argument*/NULL); __this->set_A2_16(L_8); // A3 = ApplyS(A3, box); int64_t L_9 = __this->get_A3_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___box0; int64_t L_11; L_11 = RijndaelEngine_ApplyS_m2145F28EE6F5C787D8B878D567591C49F9769ED1(__this, L_9, L_10, /*hidden argument*/NULL); __this->set_A3_17(L_11); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::MixColumn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_MixColumn_m8B17407313207A77CA48D2CB70443B82CD5DFB34 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { // r0 = r1 = r2 = r3 = 0; int64_t L_0 = ((int64_t)((int64_t)0)); V_3 = L_0; int64_t L_1 = L_0; V_2 = L_1; int64_t L_2 = L_1; V_1 = L_2; V_0 = L_2; // for (int j = 0; j < BC; j += 8) V_4 = 0; goto IL_010b; } IL_0011: { // int a0 = (int)((A0 >> j) & 0xff); int64_t L_3 = __this->get_A0_14(); int32_t L_4 = V_4; V_5 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_3>>(int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); // int a1 = (int)((A1 >> j) & 0xff); int64_t L_5 = __this->get_A1_15(); int32_t L_6 = V_4; V_6 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_5>>(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); // int a2 = (int)((A2 >> j) & 0xff); int64_t L_7 = __this->get_A2_16(); int32_t L_8 = V_4; V_7 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_7>>(int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); // int a3 = (int)((A3 >> j) & 0xff); int64_t L_9 = __this->get_A3_17(); int32_t L_10 = V_4; V_8 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9>>(int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); // r0 |= (long)((Mul0x2(a0) ^ Mul0x3(a1) ^ a2 ^ a3) & 0xff) << j; int64_t L_11 = V_0; int32_t L_12 = V_5; uint8_t L_13; L_13 = RijndaelEngine_Mul0x2_mFEAC40B4E65FF1A7E334C6E7DD037DA89865C36D(__this, L_12, /*hidden argument*/NULL); int32_t L_14 = V_6; uint8_t L_15; L_15 = RijndaelEngine_Mul0x3_m652498CAB27B14F29B1F9426CA51D1D8F832FC20(__this, L_14, /*hidden argument*/NULL); int32_t L_16 = V_7; int32_t L_17 = V_8; int32_t L_18 = V_4; V_0 = ((int64_t)((int64_t)L_11|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_13^(int32_t)L_15))^(int32_t)L_16))^(int32_t)L_17))&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)63))))))); // r1 |= (long)((Mul0x2(a1) ^ Mul0x3(a2) ^ a3 ^ a0) & 0xff) << j; int64_t L_19 = V_1; int32_t L_20 = V_6; uint8_t L_21; L_21 = RijndaelEngine_Mul0x2_mFEAC40B4E65FF1A7E334C6E7DD037DA89865C36D(__this, L_20, /*hidden argument*/NULL); int32_t L_22 = V_7; uint8_t L_23; L_23 = RijndaelEngine_Mul0x3_m652498CAB27B14F29B1F9426CA51D1D8F832FC20(__this, L_22, /*hidden argument*/NULL); int32_t L_24 = V_8; int32_t L_25 = V_5; int32_t L_26 = V_4; V_1 = ((int64_t)((int64_t)L_19|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21^(int32_t)L_23))^(int32_t)L_24))^(int32_t)L_25))&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)63))))))); // r2 |= (long)((Mul0x2(a2) ^ Mul0x3(a3) ^ a0 ^ a1) & 0xff) << j; int64_t L_27 = V_2; int32_t L_28 = V_7; uint8_t L_29; L_29 = RijndaelEngine_Mul0x2_mFEAC40B4E65FF1A7E334C6E7DD037DA89865C36D(__this, L_28, /*hidden argument*/NULL); int32_t L_30 = V_8; uint8_t L_31; L_31 = RijndaelEngine_Mul0x3_m652498CAB27B14F29B1F9426CA51D1D8F832FC20(__this, L_30, /*hidden argument*/NULL); int32_t L_32 = V_5; int32_t L_33 = V_6; int32_t L_34 = V_4; V_2 = ((int64_t)((int64_t)L_27|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29^(int32_t)L_31))^(int32_t)L_32))^(int32_t)L_33))&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_34&(int32_t)((int32_t)63))))))); // r3 |= (long)((Mul0x2(a3) ^ Mul0x3(a0) ^ a1 ^ a2) & 0xff) << j; int64_t L_35 = V_3; int32_t L_36 = V_8; uint8_t L_37; L_37 = RijndaelEngine_Mul0x2_mFEAC40B4E65FF1A7E334C6E7DD037DA89865C36D(__this, L_36, /*hidden argument*/NULL); int32_t L_38 = V_5; uint8_t L_39; L_39 = RijndaelEngine_Mul0x3_m652498CAB27B14F29B1F9426CA51D1D8F832FC20(__this, L_38, /*hidden argument*/NULL); int32_t L_40 = V_6; int32_t L_41 = V_7; int32_t L_42 = V_4; V_3 = ((int64_t)((int64_t)L_35|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_37^(int32_t)L_39))^(int32_t)L_40))^(int32_t)L_41))&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_42&(int32_t)((int32_t)63))))))); // for (int j = 0; j < BC; j += 8) int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)8)); } IL_010b: { // for (int j = 0; j < BC; j += 8) int32_t L_44 = V_4; int32_t L_45 = __this->get_BC_9(); if ((((int32_t)L_44) < ((int32_t)L_45))) { goto IL_0011; } } { // A0 = r0; int64_t L_46 = V_0; __this->set_A0_14(L_46); // A1 = r1; int64_t L_47 = V_1; __this->set_A1_15(L_47); // A2 = r2; int64_t L_48 = V_2; __this->set_A2_16(L_48); // A3 = r3; int64_t L_49 = V_3; __this->set_A3_17(L_49); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::InvMixColumn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_InvMixColumn_mB3650565F1CD49DA4D90E6E0232DEF4CEFE5B044 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; int32_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 G_B4_0 = 0; int32_t G_B7_0 = 0; int32_t G_B10_0 = 0; int32_t G_B13_0 = 0; { // r0 = r1 = r2 = r3 = 0; int64_t L_0 = ((int64_t)((int64_t)0)); V_3 = L_0; int64_t L_1 = L_0; V_2 = L_1; int64_t L_2 = L_1; V_1 = L_2; V_0 = L_2; // for (int j = 0; j < BC; j += 8) V_4 = 0; goto IL_01af; } IL_0011: { // int a0 = (int)((A0 >> j) & 0xff); int64_t L_3 = __this->get_A0_14(); int32_t L_4 = V_4; V_5 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_3>>(int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); // int a1 = (int)((A1 >> j) & 0xff); int64_t L_5 = __this->get_A1_15(); int32_t L_6 = V_4; V_6 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_5>>(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); // int a2 = (int)((A2 >> j) & 0xff); int64_t L_7 = __this->get_A2_16(); int32_t L_8 = V_4; V_7 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_7>>(int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); // int a3 = (int)((A3 >> j) & 0xff); int64_t L_9 = __this->get_A3_17(); int32_t L_10 = V_4; V_8 = ((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9>>(int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)63)))))&(int64_t)((int64_t)((int64_t)((int32_t)255))))))); // a0 = (a0 != 0) ? (Logtable[a0 & 0xff] & 0xff) : -1; int32_t L_11 = V_5; if (L_11) { goto IL_0070; } } { G_B4_0 = (-1); goto IL_0084; } IL_0070: { IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Logtable_2(); int32_t L_13 = V_5; NullCheck(L_12); int32_t L_14 = ((int32_t)((int32_t)L_13&(int32_t)((int32_t)255))); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); G_B4_0 = ((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))); } IL_0084: { V_5 = G_B4_0; // a1 = (a1 != 0) ? (Logtable[a1 & 0xff] & 0xff) : -1; int32_t L_16 = V_6; if (L_16) { goto IL_008d; } } { G_B7_0 = (-1); goto IL_00a1; } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Logtable_2(); int32_t L_18 = V_6; NullCheck(L_17); int32_t L_19 = ((int32_t)((int32_t)L_18&(int32_t)((int32_t)255))); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); G_B7_0 = ((int32_t)((int32_t)L_20&(int32_t)((int32_t)255))); } IL_00a1: { V_6 = G_B7_0; // a2 = (a2 != 0) ? (Logtable[a2 & 0xff] & 0xff) : -1; int32_t L_21 = V_7; if (L_21) { goto IL_00aa; } } { G_B10_0 = (-1); goto IL_00be; } IL_00aa: { IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Logtable_2(); int32_t L_23 = V_7; NullCheck(L_22); int32_t L_24 = ((int32_t)((int32_t)L_23&(int32_t)((int32_t)255))); uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); G_B10_0 = ((int32_t)((int32_t)L_25&(int32_t)((int32_t)255))); } IL_00be: { V_7 = G_B10_0; // a3 = (a3 != 0) ? (Logtable[a3 & 0xff] & 0xff) : -1; int32_t L_26 = V_8; if (L_26) { goto IL_00c7; } } { G_B13_0 = (-1); goto IL_00db; } IL_00c7: { IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Logtable_2(); int32_t L_28 = V_8; 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)); G_B13_0 = ((int32_t)((int32_t)L_30&(int32_t)((int32_t)255))); } IL_00db: { V_8 = G_B13_0; // r0 |= (long)((Mul0xe(a0) ^ Mul0xb(a1) ^ Mul0xd(a2) ^ Mul0x9(a3)) & 0xff) << j; int64_t L_31 = V_0; int32_t L_32 = V_5; uint8_t L_33; L_33 = RijndaelEngine_Mul0xe_mEF1BC310115C390D3C9F275FEFCBAD3C09CB7151(__this, L_32, /*hidden argument*/NULL); int32_t L_34 = V_6; uint8_t L_35; L_35 = RijndaelEngine_Mul0xb_mAAC689985E992E7DFDF6E1A2BF6510CBBDF0425F(__this, L_34, /*hidden argument*/NULL); int32_t L_36 = V_7; uint8_t L_37; L_37 = RijndaelEngine_Mul0xd_mAA17C521369B1077B1DCE7D0F02934935EF54DF7(__this, L_36, /*hidden argument*/NULL); int32_t L_38 = V_8; uint8_t L_39; L_39 = RijndaelEngine_Mul0x9_m22CA15A55C3984D80F31E649BDA86A3DFC0924DA(__this, L_38, /*hidden argument*/NULL); int32_t L_40 = V_4; V_0 = ((int64_t)((int64_t)L_31|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_33^(int32_t)L_35))^(int32_t)L_37))^(int32_t)L_39))&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_40&(int32_t)((int32_t)63))))))); // r1 |= (long)((Mul0xe(a1) ^ Mul0xb(a2) ^ Mul0xd(a3) ^ Mul0x9(a0)) & 0xff) << j; int64_t L_41 = V_1; int32_t L_42 = V_6; uint8_t L_43; L_43 = RijndaelEngine_Mul0xe_mEF1BC310115C390D3C9F275FEFCBAD3C09CB7151(__this, L_42, /*hidden argument*/NULL); int32_t L_44 = V_7; uint8_t L_45; L_45 = RijndaelEngine_Mul0xb_mAAC689985E992E7DFDF6E1A2BF6510CBBDF0425F(__this, L_44, /*hidden argument*/NULL); int32_t L_46 = V_8; uint8_t L_47; L_47 = RijndaelEngine_Mul0xd_mAA17C521369B1077B1DCE7D0F02934935EF54DF7(__this, L_46, /*hidden argument*/NULL); int32_t L_48 = V_5; uint8_t L_49; L_49 = RijndaelEngine_Mul0x9_m22CA15A55C3984D80F31E649BDA86A3DFC0924DA(__this, L_48, /*hidden argument*/NULL); int32_t L_50 = V_4; V_1 = ((int64_t)((int64_t)L_41|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_43^(int32_t)L_45))^(int32_t)L_47))^(int32_t)L_49))&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_50&(int32_t)((int32_t)63))))))); // r2 |= (long)((Mul0xe(a2) ^ Mul0xb(a3) ^ Mul0xd(a0) ^ Mul0x9(a1)) & 0xff) << j; int64_t L_51 = V_2; int32_t L_52 = V_7; uint8_t L_53; L_53 = RijndaelEngine_Mul0xe_mEF1BC310115C390D3C9F275FEFCBAD3C09CB7151(__this, L_52, /*hidden argument*/NULL); int32_t L_54 = V_8; uint8_t L_55; L_55 = RijndaelEngine_Mul0xb_mAAC689985E992E7DFDF6E1A2BF6510CBBDF0425F(__this, L_54, /*hidden argument*/NULL); int32_t L_56 = V_5; uint8_t L_57; L_57 = RijndaelEngine_Mul0xd_mAA17C521369B1077B1DCE7D0F02934935EF54DF7(__this, L_56, /*hidden argument*/NULL); int32_t L_58 = V_6; uint8_t L_59; L_59 = RijndaelEngine_Mul0x9_m22CA15A55C3984D80F31E649BDA86A3DFC0924DA(__this, L_58, /*hidden argument*/NULL); int32_t L_60 = V_4; V_2 = ((int64_t)((int64_t)L_51|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_53^(int32_t)L_55))^(int32_t)L_57))^(int32_t)L_59))&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_60&(int32_t)((int32_t)63))))))); // r3 |= (long)((Mul0xe(a3) ^ Mul0xb(a0) ^ Mul0xd(a1) ^ Mul0x9(a2)) & 0xff) << j; int64_t L_61 = V_3; int32_t L_62 = V_8; uint8_t L_63; L_63 = RijndaelEngine_Mul0xe_mEF1BC310115C390D3C9F275FEFCBAD3C09CB7151(__this, L_62, /*hidden argument*/NULL); int32_t L_64 = V_5; uint8_t L_65; L_65 = RijndaelEngine_Mul0xb_mAAC689985E992E7DFDF6E1A2BF6510CBBDF0425F(__this, L_64, /*hidden argument*/NULL); int32_t L_66 = V_6; uint8_t L_67; L_67 = RijndaelEngine_Mul0xd_mAA17C521369B1077B1DCE7D0F02934935EF54DF7(__this, L_66, /*hidden argument*/NULL); int32_t L_68 = V_7; uint8_t L_69; L_69 = RijndaelEngine_Mul0x9_m22CA15A55C3984D80F31E649BDA86A3DFC0924DA(__this, L_68, /*hidden argument*/NULL); int32_t L_70 = V_4; V_3 = ((int64_t)((int64_t)L_61|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_63^(int32_t)L_65))^(int32_t)L_67))^(int32_t)L_69))&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_70&(int32_t)((int32_t)63))))))); // for (int j = 0; j < BC; j += 8) int32_t L_71 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)8)); } IL_01af: { // for (int j = 0; j < BC; j += 8) int32_t L_72 = V_4; int32_t L_73 = __this->get_BC_9(); if ((((int32_t)L_72) < ((int32_t)L_73))) { goto IL_0011; } } { // A0 = r0; int64_t L_74 = V_0; __this->set_A0_14(L_74); // A1 = r1; int64_t L_75 = V_1; __this->set_A1_15(L_75); // A2 = r2; int64_t L_76 = V_2; __this->set_A2_16(L_76); // A3 = r3; int64_t L_77 = V_3; __this->set_A3_17(L_77); // } return; } } // System.Int64[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::GenerateWorkingKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* RijndaelEngine_GenerateWorkingKey_m6CDE228F8437E8B21ECC6AB51795129FF2363AD9 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_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; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* V_4 = NULL; Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* V_5 = NULL; 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; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; int32_t V_19 = 0; int32_t V_20 = 0; { // int t, rconpointer = 0; V_2 = 0; // int keyBits = key.Length * 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)8)); // byte[,] tk = new byte[4,MAXKC]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); int32_t L_1 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_MAXKC_1(); il2cpp_array_size_t L_3[] = { (il2cpp_array_size_t)4, (il2cpp_array_size_t)L_1 }; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_2 = (ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D*)GenArrayNew(ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D_il2cpp_TypeInfo_var, L_3); V_4 = L_2; // long[][] W = new long[MAXROUNDS+1][]; int32_t L_4 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_MAXROUNDS_0(); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_5 = (Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC*)(Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC*)SZArrayNew(Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); V_5 = L_5; // for (int i = 0; i < MAXROUNDS+1; i++) W[i] = new long[4]; V_7 = 0; goto IL_0039; } IL_0028: { // for (int i = 0; i < MAXROUNDS+1; i++) W[i] = new long[4]; Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_6 = V_5; int32_t L_7 = V_7; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_8 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(L_7), (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)L_8); // for (int i = 0; i < MAXROUNDS+1; i++) W[i] = new long[4]; int32_t L_9 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0039: { // for (int i = 0; i < MAXROUNDS+1; i++) W[i] = new long[4]; int32_t L_10 = V_7; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); int32_t L_11 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_MAXROUNDS_0(); if ((((int32_t)L_10) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))))) { goto IL_0028; } } { int32_t L_12 = V_3; if ((((int32_t)L_12) > ((int32_t)((int32_t)160)))) { goto IL_005e; } } { int32_t L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)128)))) { goto IL_0078; } } { int32_t L_14 = V_3; if ((((int32_t)L_14) == ((int32_t)((int32_t)160)))) { goto IL_007c; } } { goto IL_008c; } IL_005e: { int32_t L_15 = V_3; if ((((int32_t)L_15) == ((int32_t)((int32_t)192)))) { goto IL_0080; } } { int32_t L_16 = V_3; if ((((int32_t)L_16) == ((int32_t)((int32_t)224)))) { goto IL_0084; } } { int32_t L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)((int32_t)256)))) { goto IL_0088; } } { goto IL_008c; } IL_0078: { // KC = 4; V_0 = 4; // break; goto IL_0097; } IL_007c: { // KC = 5; V_0 = 5; // break; goto IL_0097; } IL_0080: { // KC = 6; V_0 = 6; // break; goto IL_0097; } IL_0084: { // KC = 7; V_0 = 7; // break; goto IL_0097; } IL_0088: { // KC = 8; V_0 = 8; // break; goto IL_0097; } IL_008c: { // throw new ArgumentException("Key length not 128/160/192/224/256 bits."); 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*)&_stringLiteralC8C627B0FBF59740951535000A07CE2450097EC3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RijndaelEngine_GenerateWorkingKey_m6CDE228F8437E8B21ECC6AB51795129FF2363AD9_RuntimeMethod_var))); } IL_0097: { // if (keyBits >= blockBits) int32_t L_19 = V_3; int32_t L_20 = __this->get_blockBits_12(); if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_00ab; } } { // ROUNDS = KC + 6; int32_t L_21 = V_0; __this->set_ROUNDS_11(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)6))); // } goto IL_00bb; } IL_00ab: { // ROUNDS = (BC / 8) + 6; int32_t L_22 = __this->get_BC_9(); __this->set_ROUNDS_11(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_22/(int32_t)8)), (int32_t)6))); } IL_00bb: { // int index = 0; V_6 = 0; // for (int i = 0; i < key.Length; i++) V_8 = 0; goto IL_00e1; } IL_00c3: { // tk[i % 4,i / 4] = key[index++]; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_23 = V_4; int32_t L_24 = V_8; int32_t L_25 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___key0; int32_t L_27 = V_6; int32_t L_28 = L_27; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); NullCheck(L_26); int32_t L_29 = L_28; uint8_t L_30 = (L_26)->GetAt(static_cast(L_29)); NullCheck(L_23); (L_23)->SetAt(((int32_t)((int32_t)L_24%(int32_t)4)), ((int32_t)((int32_t)L_25/(int32_t)4)), L_30); // for (int i = 0; i < key.Length; i++) int32_t L_31 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00e1: { // for (int i = 0; i < key.Length; i++) int32_t L_32 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___key0; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_00c3; } } { // t = 0; V_1 = 0; // for (int j = 0; (j < KC) && (t < (ROUNDS+1)*(BC / 8)); j++, t++) V_9 = 0; goto IL_0141; } IL_00ef: { // for (int i = 0; i < 4; i++) V_10 = 0; goto IL_0132; } IL_00f4: { // W[t / (BC / 8)][i] |= (long)(tk[i,j] & 0xff) << ((t * 8) % BC); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_34 = V_5; int32_t L_35 = V_1; int32_t L_36 = __this->get_BC_9(); NullCheck(L_34); int32_t L_37 = ((int32_t)((int32_t)L_35/(int32_t)((int32_t)((int32_t)L_36/(int32_t)8)))); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_38 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(L_34)->GetAt(static_cast(L_37)); int32_t L_39 = V_10; NullCheck(L_38); int64_t* L_40 = ((L_38)->GetAddressAt(static_cast(L_39))); int64_t L_41 = *((int64_t*)L_40); ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_42 = V_4; int32_t L_43 = V_10; int32_t L_44 = V_9; NullCheck(L_42); uint8_t L_45; L_45 = (L_42)->GetAt(L_43, L_44); int32_t L_46 = V_1; int32_t L_47 = __this->get_BC_9(); *((int64_t*)L_40) = (int64_t)((int64_t)((int64_t)L_41|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_45&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_46, (int32_t)8))%(int32_t)L_47))&(int32_t)((int32_t)63))))))); // for (int i = 0; i < 4; i++) int32_t L_48 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0132: { // for (int i = 0; i < 4; i++) int32_t L_49 = V_10; if ((((int32_t)L_49) < ((int32_t)4))) { goto IL_00f4; } } { // for (int j = 0; (j < KC) && (t < (ROUNDS+1)*(BC / 8)); j++, t++) int32_t L_50 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); // for (int j = 0; (j < KC) && (t < (ROUNDS+1)*(BC / 8)); j++, t++) int32_t L_51 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_0141: { // for (int j = 0; (j < KC) && (t < (ROUNDS+1)*(BC / 8)); j++, t++) int32_t L_52 = V_9; int32_t L_53 = V_0; if ((((int32_t)L_52) >= ((int32_t)L_53))) { goto IL_031b; } } { int32_t L_54 = V_1; int32_t L_55 = __this->get_ROUNDS_11(); int32_t L_56 = __this->get_BC_9(); if ((((int32_t)L_54) < ((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)L_56/(int32_t)8))))))) { goto IL_00ef; } } { goto IL_031b; } IL_0162: { // for (int i = 0; i < 4; i++) V_11 = 0; goto IL_0198; } IL_0167: { // tk[i,0] ^= S[tk[(i+1)%4,KC-1] & 0xff]; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_57 = V_4; int32_t L_58 = V_11; NullCheck(L_57); uint8_t* L_59; L_59 = (L_57)->GetAddressAt(L_58, 0); uint8_t* L_60 = L_59; int32_t L_61 = *((uint8_t*)L_60); IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_S_4(); ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_63 = V_4; int32_t L_64 = V_11; int32_t L_65 = V_0; NullCheck(L_63); uint8_t L_66; L_66 = (L_63)->GetAt(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))%(int32_t)4)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1))); NullCheck(L_62); int32_t L_67 = ((int32_t)((int32_t)L_66&(int32_t)((int32_t)255))); uint8_t L_68 = (L_62)->GetAt(static_cast(L_67)); *((int8_t*)L_60) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_61^(int32_t)L_68)))); // for (int i = 0; i < 4; i++) int32_t L_69 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_0198: { // for (int i = 0; i < 4; i++) int32_t L_70 = V_11; if ((((int32_t)L_70) < ((int32_t)4))) { goto IL_0167; } } { // tk[0,0] ^= (byte) rcon[rconpointer++]; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_71 = V_4; NullCheck(L_71); uint8_t* L_72; L_72 = (L_71)->GetAddressAt(0, 0); uint8_t* L_73 = L_72; int32_t L_74 = *((uint8_t*)L_73); IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_rcon_6(); int32_t L_76 = V_2; int32_t L_77 = L_76; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); NullCheck(L_75); int32_t L_78 = L_77; uint8_t L_79 = (L_75)->GetAt(static_cast(L_78)); *((int8_t*)L_73) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_74^(int32_t)L_79)))); // if (KC <= 6) int32_t L_80 = V_0; if ((((int32_t)L_80) > ((int32_t)6))) { goto IL_01fc; } } { // for (int j = 1; j < KC; j++) V_12 = 1; goto IL_01f2; } IL_01bf: { // for (int i = 0; i < 4; i++) V_13 = 0; goto IL_01e7; } IL_01c4: { // tk[i,j] ^= tk[i,j-1]; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_81 = V_4; int32_t L_82 = V_13; int32_t L_83 = V_12; NullCheck(L_81); uint8_t* L_84; L_84 = (L_81)->GetAddressAt(L_82, L_83); uint8_t* L_85 = L_84; int32_t L_86 = *((uint8_t*)L_85); ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_87 = V_4; int32_t L_88 = V_13; int32_t L_89 = V_12; NullCheck(L_87); uint8_t L_90; L_90 = (L_87)->GetAt(L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)1))); *((int8_t*)L_85) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_86^(int32_t)L_90)))); // for (int i = 0; i < 4; i++) int32_t L_91 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_01e7: { // for (int i = 0; i < 4; i++) int32_t L_92 = V_13; if ((((int32_t)L_92) < ((int32_t)4))) { goto IL_01c4; } } { // for (int j = 1; j < KC; j++) int32_t L_93 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_01f2: { // for (int j = 1; j < KC; j++) int32_t L_94 = V_12; int32_t L_95 = V_0; if ((((int32_t)L_94) < ((int32_t)L_95))) { goto IL_01bf; } } { // } goto IL_02ab; } IL_01fc: { // for (int j = 1; j < 4; j++) V_14 = 1; goto IL_0234; } IL_0201: { // for (int i = 0; i < 4; i++) V_15 = 0; goto IL_0229; } IL_0206: { // tk[i,j] ^= tk[i,j-1]; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_96 = V_4; int32_t L_97 = V_15; int32_t L_98 = V_14; NullCheck(L_96); uint8_t* L_99; L_99 = (L_96)->GetAddressAt(L_97, L_98); uint8_t* L_100 = L_99; int32_t L_101 = *((uint8_t*)L_100); ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_102 = V_4; int32_t L_103 = V_15; int32_t L_104 = V_14; NullCheck(L_102); uint8_t L_105; L_105 = (L_102)->GetAt(L_103, ((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)1))); *((int8_t*)L_100) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_101^(int32_t)L_105)))); // for (int i = 0; i < 4; i++) int32_t L_106 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); } IL_0229: { // for (int i = 0; i < 4; i++) int32_t L_107 = V_15; if ((((int32_t)L_107) < ((int32_t)4))) { goto IL_0206; } } { // for (int j = 1; j < 4; j++) int32_t L_108 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); } IL_0234: { // for (int j = 1; j < 4; j++) int32_t L_109 = V_14; if ((((int32_t)L_109) < ((int32_t)4))) { goto IL_0201; } } { // for (int i = 0; i < 4; i++) V_16 = 0; goto IL_0269; } IL_023e: { // tk[i,4] ^= S[tk[i,3] & 0xff]; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_110 = V_4; int32_t L_111 = V_16; NullCheck(L_110); uint8_t* L_112; L_112 = (L_110)->GetAddressAt(L_111, 4); uint8_t* L_113 = L_112; int32_t L_114 = *((uint8_t*)L_113); IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_115 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_S_4(); ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_116 = V_4; int32_t L_117 = V_16; NullCheck(L_116); uint8_t L_118; L_118 = (L_116)->GetAt(L_117, 3); NullCheck(L_115); int32_t L_119 = ((int32_t)((int32_t)L_118&(int32_t)((int32_t)255))); uint8_t L_120 = (L_115)->GetAt(static_cast(L_119)); *((int8_t*)L_113) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_114^(int32_t)L_120)))); // for (int i = 0; i < 4; i++) int32_t L_121 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); } IL_0269: { // for (int i = 0; i < 4; i++) int32_t L_122 = V_16; if ((((int32_t)L_122) < ((int32_t)4))) { goto IL_023e; } } { // for (int j = 5; j < KC; j++) V_17 = 5; goto IL_02a6; } IL_0273: { // for (int i = 0; i < 4; i++) V_18 = 0; goto IL_029b; } IL_0278: { // tk[i,j] ^= tk[i,j-1]; ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_123 = V_4; int32_t L_124 = V_18; int32_t L_125 = V_17; NullCheck(L_123); uint8_t* L_126; L_126 = (L_123)->GetAddressAt(L_124, L_125); uint8_t* L_127 = L_126; int32_t L_128 = *((uint8_t*)L_127); ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_129 = V_4; int32_t L_130 = V_18; int32_t L_131 = V_17; NullCheck(L_129); uint8_t L_132; L_132 = (L_129)->GetAt(L_130, ((int32_t)il2cpp_codegen_subtract((int32_t)L_131, (int32_t)1))); *((int8_t*)L_127) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_128^(int32_t)L_132)))); // for (int i = 0; i < 4; i++) int32_t L_133 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1)); } IL_029b: { // for (int i = 0; i < 4; i++) int32_t L_134 = V_18; if ((((int32_t)L_134) < ((int32_t)4))) { goto IL_0278; } } { // for (int j = 5; j < KC; j++) int32_t L_135 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1)); } IL_02a6: { // for (int j = 5; j < KC; j++) int32_t L_136 = V_17; int32_t L_137 = V_0; if ((((int32_t)L_136) < ((int32_t)L_137))) { goto IL_0273; } } IL_02ab: { // for (int j = 0; (j < KC) && (t < (ROUNDS+1)*(BC/8)); j++, t++) V_19 = 0; goto IL_0302; } IL_02b0: { // for (int i = 0; i < 4; i++) V_20 = 0; goto IL_02f3; } IL_02b5: { // W[t / (BC/8)][i] |= (long)(tk[i,j] & 0xff) << ((t * 8) % (BC)); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_138 = V_5; int32_t L_139 = V_1; int32_t L_140 = __this->get_BC_9(); NullCheck(L_138); int32_t L_141 = ((int32_t)((int32_t)L_139/(int32_t)((int32_t)((int32_t)L_140/(int32_t)8)))); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_142 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(L_138)->GetAt(static_cast(L_141)); int32_t L_143 = V_20; NullCheck(L_142); int64_t* L_144 = ((L_142)->GetAddressAt(static_cast(L_143))); int64_t L_145 = *((int64_t*)L_144); ByteU5BU2CU5D_tFFA7E7CA82D7396BFF316C4BDB83D307E0CBBE0D* L_146 = V_4; int32_t L_147 = V_20; int32_t L_148 = V_19; NullCheck(L_146); uint8_t L_149; L_149 = (L_146)->GetAt(L_147, L_148); int32_t L_150 = V_1; int32_t L_151 = __this->get_BC_9(); *((int64_t*)L_144) = (int64_t)((int64_t)((int64_t)L_145|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_149&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_150, (int32_t)8))%(int32_t)L_151))&(int32_t)((int32_t)63))))))); // for (int i = 0; i < 4; i++) int32_t L_152 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)1)); } IL_02f3: { // for (int i = 0; i < 4; i++) int32_t L_153 = V_20; if ((((int32_t)L_153) < ((int32_t)4))) { goto IL_02b5; } } { // for (int j = 0; (j < KC) && (t < (ROUNDS+1)*(BC/8)); j++, t++) int32_t L_154 = V_19; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)); // for (int j = 0; (j < KC) && (t < (ROUNDS+1)*(BC/8)); j++, t++) int32_t L_155 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)1)); } IL_0302: { // for (int j = 0; (j < KC) && (t < (ROUNDS+1)*(BC/8)); j++, t++) int32_t L_156 = V_19; int32_t L_157 = V_0; if ((((int32_t)L_156) >= ((int32_t)L_157))) { goto IL_031b; } } { int32_t L_158 = V_1; int32_t L_159 = __this->get_ROUNDS_11(); int32_t L_160 = __this->get_BC_9(); if ((((int32_t)L_158) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)1)), (int32_t)((int32_t)((int32_t)L_160/(int32_t)8))))))) { goto IL_02b0; } } IL_031b: { // while (t < (ROUNDS+1)*(BC/8)) int32_t L_161 = V_1; int32_t L_162 = __this->get_ROUNDS_11(); int32_t L_163 = __this->get_BC_9(); if ((((int32_t)L_161) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)1)), (int32_t)((int32_t)((int32_t)L_163/(int32_t)8))))))) { goto IL_0162; } } { // return W; Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_164 = V_5; return L_164; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine__ctor_mB029BB461209F947F1162F3133703C499E281EC7 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method) { { // public RijndaelEngine() : this(128) {} RijndaelEngine__ctor_mF6229E4C643575913A0A69E5D2329DC125FDC709(__this, ((int32_t)128), /*hidden argument*/NULL); // public RijndaelEngine() : this(128) {} return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine__ctor_mF6229E4C643575913A0A69E5D2329DC125FDC709 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, int32_t ___blockBits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RijndaelEngine( // int blockBits) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___blockBits0; if ((((int32_t)L_0) > ((int32_t)((int32_t)160)))) { goto IL_0023; } } { int32_t L_1 = ___blockBits0; if ((((int32_t)L_1) == ((int32_t)((int32_t)128)))) { goto IL_0049; } } { int32_t L_2 = ___blockBits0; if ((((int32_t)L_2) == ((int32_t)((int32_t)160)))) { goto IL_0078; } } { goto IL_0140; } IL_0023: { int32_t L_3 = ___blockBits0; if ((((int32_t)L_3) == ((int32_t)((int32_t)192)))) { goto IL_00ae; } } { int32_t L_4 = ___blockBits0; if ((((int32_t)L_4) == ((int32_t)((int32_t)224)))) { goto IL_00e1; } } { int32_t L_5 = ___blockBits0; if ((((int32_t)L_5) == ((int32_t)((int32_t)256)))) { goto IL_0114; } } { goto IL_0140; } IL_0049: { // BC = 32; __this->set_BC_9(((int32_t)32)); // BC_MASK = 0xffffffffL; __this->set_BC_MASK_10(((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))); // shifts0SC = shifts0[0]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_6 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts0_7(); NullCheck(L_6); int32_t L_7 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_6)->GetAt(static_cast(L_7)); __this->set_shifts0SC_19(L_8); // shifts1SC = shifts1[0]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_9 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts1_8(); NullCheck(L_9); int32_t L_10 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_9)->GetAt(static_cast(L_10)); __this->set_shifts1SC_20(L_11); // break; goto IL_014b; } IL_0078: { // BC = 40; __this->set_BC_9(((int32_t)40)); // BC_MASK = 0xffffffffffL; __this->set_BC_MASK_10(((int64_t)1099511627775LL)); // shifts0SC = shifts0[1]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_12 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts0_7(); NullCheck(L_12); int32_t L_13 = 1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_12)->GetAt(static_cast(L_13)); __this->set_shifts0SC_19(L_14); // shifts1SC = shifts1[1]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_15 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts1_8(); NullCheck(L_15); int32_t L_16 = 1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_15)->GetAt(static_cast(L_16)); __this->set_shifts1SC_20(L_17); // break; goto IL_014b; } IL_00ae: { // BC = 48; __this->set_BC_9(((int32_t)48)); // BC_MASK = 0xffffffffffffL; __this->set_BC_MASK_10(((int64_t)281474976710655LL)); // shifts0SC = shifts0[2]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_18 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts0_7(); NullCheck(L_18); int32_t L_19 = 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_18)->GetAt(static_cast(L_19)); __this->set_shifts0SC_19(L_20); // shifts1SC = shifts1[2]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_21 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts1_8(); NullCheck(L_21); int32_t L_22 = 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_21)->GetAt(static_cast(L_22)); __this->set_shifts1SC_20(L_23); // break; goto IL_014b; } IL_00e1: { // BC = 56; __this->set_BC_9(((int32_t)56)); // BC_MASK = 0xffffffffffffffL; __this->set_BC_MASK_10(((int64_t)72057594037927935LL)); // shifts0SC = shifts0[3]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_24 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts0_7(); NullCheck(L_24); int32_t L_25 = 3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_24)->GetAt(static_cast(L_25)); __this->set_shifts0SC_19(L_26); // shifts1SC = shifts1[3]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_27 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts1_8(); NullCheck(L_27); int32_t L_28 = 3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_27)->GetAt(static_cast(L_28)); __this->set_shifts1SC_20(L_29); // break; goto IL_014b; } IL_0114: { // BC = 64; __this->set_BC_9(((int32_t)64)); // BC_MASK = unchecked( (long)0xffffffffffffffffL); __this->set_BC_MASK_10(((int64_t)((int64_t)(-1)))); // shifts0SC = shifts0[4]; IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_30 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts0_7(); NullCheck(L_30); int32_t L_31 = 4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_30)->GetAt(static_cast(L_31)); __this->set_shifts0SC_19(L_32); // shifts1SC = shifts1[4]; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_33 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_shifts1_8(); NullCheck(L_33); int32_t L_34 = 4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(L_33)->GetAt(static_cast(L_34)); __this->set_shifts1SC_20(L_35); // break; goto IL_014b; } IL_0140: { // throw new ArgumentException("unknown blocksize to Rijndael"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_36 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE029659E535DC36ADAA042FF194A35CD1638BAF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RijndaelEngine__ctor_mF6229E4C643575913A0A69E5D2329DC125FDC709_RuntimeMethod_var))); } IL_014b: { // this.blockBits = blockBits; int32_t L_37 = ___blockBits0; __this->set_blockBits_12(L_37); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_Init_m46AE63E84692C4631192BEFD9733756FB1664159 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (typeof(KeyParameter).IsInstanceOfType(parameters)) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = ___parameters1; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_1, L_2); if (!L_3) { goto IL_0031; } } { // workingKey = GenerateWorkingKey(((KeyParameter)parameters).GetKey()); RuntimeObject* L_4 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_4, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_4, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_6; L_6 = RijndaelEngine_GenerateWorkingKey_m6CDE228F8437E8B21ECC6AB51795129FF2363AD9(__this, L_5, /*hidden argument*/NULL); __this->set_workingKey_13(L_6); // this.forEncryption = forEncryption; bool L_7 = ___forEncryption0; __this->set_forEncryption_18(L_7); // return; return; } IL_0031: { // throw new ArgumentException("invalid parameter passed to Rijndael init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_8 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE64D5EE122D100711965395AFF4160B121E37B1B)), L_9, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RijndaelEngine_Init_m46AE63E84692C4631192BEFD9733756FB1664159_RuntimeMethod_var))); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RijndaelEngine_get_AlgorithmName_m5B7425AB18DD5FA459AD8E7F3914ABEB62B9AF37 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73DEA90DC5A44B4F6D6175E411C45478F05776EF); s_Il2CppMethodInitialized = true; } { // get { return "Rijndael"; } return _stringLiteral73DEA90DC5A44B4F6D6175E411C45478F05776EF; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RijndaelEngine_get_IsPartialBlockOkay_mCAF42D2EFA9CF20761A8C9ED2252692B55740B6A (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RijndaelEngine_GetBlockSize_m5C1C61B2F23D04FCFC6EAE2F3DB5E23A2CC5A1B2 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method) { { // return BC / 2; int32_t L_0 = __this->get_BC_9(); return ((int32_t)((int32_t)L_0/(int32_t)2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RijndaelEngine_ProcessBlock_mE9F83FD6FA63859B09BB3F58D73B1EA498BD3FAB (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (workingKey == null) Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_0 = __this->get_workingKey_13(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Rijndael engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF29F2F3522174F52C44E5A1812C8A01EAC6A282)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RijndaelEngine_ProcessBlock_mE9F83FD6FA63859B09BB3F58D73B1EA498BD3FAB_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, (BC / 2), "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; int32_t L_4 = __this->get_BC_9(); Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, ((int32_t)((int32_t)L_4/(int32_t)2)), _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, (BC / 2), "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___output2; int32_t L_6 = ___outOff3; int32_t L_7 = __this->get_BC_9(); Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_5, L_6, ((int32_t)((int32_t)L_7/(int32_t)2)), _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // UnPackBlock(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; RijndaelEngine_UnPackBlock_mF9E22A7378440BBD1D20B18006552EC4FE124ADF(__this, L_8, L_9, /*hidden argument*/NULL); // if (forEncryption) bool L_10 = __this->get_forEncryption_18(); if (!L_10) { goto IL_005a; } } { // EncryptBlock(workingKey); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_11 = __this->get_workingKey_13(); RijndaelEngine_EncryptBlock_mD2708BA77CDD39F79EE57F28790D34BB7478CC2E(__this, L_11, /*hidden argument*/NULL); // } goto IL_0066; } IL_005a: { // DecryptBlock(workingKey); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_12 = __this->get_workingKey_13(); RijndaelEngine_DecryptBlock_mF7C81CC2412A8362249453A7412642B8D71F1756(__this, L_12, /*hidden argument*/NULL); } IL_0066: { // PackBlock(output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output2; int32_t L_14 = ___outOff3; RijndaelEngine_PackBlock_mFE42193557C8ED0F18848868C04E4622ECC2475F(__this, L_13, L_14, /*hidden argument*/NULL); // return BC / 2; int32_t L_15 = __this->get_BC_9(); return ((int32_t)((int32_t)L_15/(int32_t)2)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_Reset_mE16E71D74CD3DFB1AE7419FCEDF243858D24A07A (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::UnPackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_UnPackBlock_mF9E22A7378440BBD1D20B18006552EC4FE124ADF (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int index = off; int32_t L_0 = ___off1; V_0 = L_0; // A0 = (long)(bytes[index++] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = V_0; int32_t L_3 = L_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); NullCheck(L_1); int32_t L_4 = L_3; uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); __this->set_A0_14(((int64_t)((int64_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)255)))))); // A1 = (long)(bytes[index++] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes0; int32_t L_7 = V_0; int32_t L_8 = L_7; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); NullCheck(L_6); int32_t L_9 = L_8; uint8_t L_10 = (L_6)->GetAt(static_cast(L_9)); __this->set_A1_15(((int64_t)((int64_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)255)))))); // A2 = (long)(bytes[index++] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___bytes0; int32_t L_12 = V_0; int32_t L_13 = L_12; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); NullCheck(L_11); int32_t L_14 = L_13; uint8_t L_15 = (L_11)->GetAt(static_cast(L_14)); __this->set_A2_16(((int64_t)((int64_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))))); // A3 = (long)(bytes[index++] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___bytes0; int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); NullCheck(L_16); int32_t L_19 = L_18; uint8_t L_20 = (L_16)->GetAt(static_cast(L_19)); __this->set_A3_17(((int64_t)((int64_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)255)))))); // for (int j = 8; j != BC; j += 8) V_1 = 8; goto IL_00dd; } IL_0059: { // A0 |= (long)(bytes[index++] & 0xff) << j; int64_t L_21 = __this->get_A0_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___bytes0; int32_t L_23 = V_0; int32_t L_24 = L_23; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); NullCheck(L_22); int32_t L_25 = L_24; uint8_t L_26 = (L_22)->GetAt(static_cast(L_25)); int32_t L_27 = V_1; __this->set_A0_14(((int64_t)((int64_t)L_21|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)63)))))))); // A1 |= (long)(bytes[index++] & 0xff) << j; int64_t L_28 = __this->get_A1_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___bytes0; int32_t L_30 = V_0; int32_t L_31 = L_30; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); int32_t L_32 = L_31; uint8_t L_33 = (L_29)->GetAt(static_cast(L_32)); int32_t L_34 = V_1; __this->set_A1_15(((int64_t)((int64_t)L_28|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_33&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_34&(int32_t)((int32_t)63)))))))); // A2 |= (long)(bytes[index++] & 0xff) << j; int64_t L_35 = __this->get_A2_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___bytes0; int32_t L_37 = V_0; int32_t L_38 = L_37; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); NullCheck(L_36); int32_t L_39 = L_38; uint8_t L_40 = (L_36)->GetAt(static_cast(L_39)); int32_t L_41 = V_1; __this->set_A2_16(((int64_t)((int64_t)L_35|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_40&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_41&(int32_t)((int32_t)63)))))))); // A3 |= (long)(bytes[index++] & 0xff) << j; int64_t L_42 = __this->get_A3_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ___bytes0; int32_t L_44 = V_0; int32_t L_45 = L_44; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); NullCheck(L_43); int32_t L_46 = L_45; uint8_t L_47 = (L_43)->GetAt(static_cast(L_46)); int32_t L_48 = V_1; __this->set_A3_17(((int64_t)((int64_t)L_42|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_47&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)L_48&(int32_t)((int32_t)63)))))))); // for (int j = 8; j != BC; j += 8) int32_t L_49 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)8)); } IL_00dd: { // for (int j = 8; j != BC; j += 8) int32_t L_50 = V_1; int32_t L_51 = __this->get_BC_9(); if ((!(((uint32_t)L_50) == ((uint32_t)L_51)))) { goto IL_0059; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::PackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_PackBlock_mFE42193557C8ED0F18848868C04E4622ECC2475F (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int index = off; int32_t L_0 = ___off1; V_0 = L_0; // for (int j = 0; j != BC; j += 8) V_1 = 0; goto IL_0056; } IL_0006: { // bytes[index++] = (byte)(A0 >> j); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = V_0; int32_t L_3 = L_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); int64_t L_4 = __this->get_A0_14(); int32_t L_5 = V_1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_3), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_4>>(int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)63)))))))); // bytes[index++] = (byte)(A1 >> j); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes0; int32_t L_7 = V_0; int32_t L_8 = L_7; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int64_t L_9 = __this->get_A1_15(); int32_t L_10 = V_1; NullCheck(L_6); (L_6)->SetAt(static_cast(L_8), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_9>>(int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)63)))))))); // bytes[index++] = (byte)(A2 >> j); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___bytes0; int32_t L_12 = V_0; int32_t L_13 = L_12; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int64_t L_14 = __this->get_A2_16(); int32_t L_15 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_14>>(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)63)))))))); // bytes[index++] = (byte)(A3 >> j); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___bytes0; int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int64_t L_19 = __this->get_A3_17(); int32_t L_20 = V_1; NullCheck(L_16); (L_16)->SetAt(static_cast(L_18), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_19>>(int32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)63)))))))); // for (int j = 0; j != BC; j += 8) int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)8)); } IL_0056: { // for (int j = 0; j != BC; j += 8) int32_t L_22 = V_1; int32_t L_23 = __this->get_BC_9(); if ((!(((uint32_t)L_22) == ((uint32_t)L_23)))) { goto IL_0006; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::EncryptBlock(System.Int64[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_EncryptBlock_mD2708BA77CDD39F79EE57F28790D34BB7478CC2E (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* ___rk0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // KeyAddition(rk[0]); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_0 = ___rk0; NullCheck(L_0); int32_t L_1 = 0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_2 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(L_0)->GetAt(static_cast(L_1)); RijndaelEngine_KeyAddition_m9FF3A7DAFE9E2BD4846A35D9C2CD1EBBB571AF45(__this, L_2, /*hidden argument*/NULL); // for (r = 1; r < ROUNDS; r++) V_0 = 1; goto IL_0037; } IL_000d: { // Substitution(S); IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_S_4(); RijndaelEngine_Substitution_m2587DF2C559145234CD6C35985997333A6EF3904(__this, L_3, /*hidden argument*/NULL); // ShiftRow(shifts0SC); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_shifts0SC_19(); RijndaelEngine_ShiftRow_m8AA7784CFCDED070160ED261253D89E768144C4F(__this, L_4, /*hidden argument*/NULL); // MixColumn(); RijndaelEngine_MixColumn_m8B17407313207A77CA48D2CB70443B82CD5DFB34(__this, /*hidden argument*/NULL); // KeyAddition(rk[r]); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_5 = ___rk0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_8 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(L_5)->GetAt(static_cast(L_7)); RijndaelEngine_KeyAddition_m9FF3A7DAFE9E2BD4846A35D9C2CD1EBBB571AF45(__this, L_8, /*hidden argument*/NULL); // for (r = 1; r < ROUNDS; r++) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0037: { // for (r = 1; r < ROUNDS; r++) int32_t L_10 = V_0; int32_t L_11 = __this->get_ROUNDS_11(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000d; } } { // Substitution(S); IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_S_4(); RijndaelEngine_Substitution_m2587DF2C559145234CD6C35985997333A6EF3904(__this, L_12, /*hidden argument*/NULL); // ShiftRow(shifts0SC); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_shifts0SC_19(); RijndaelEngine_ShiftRow_m8AA7784CFCDED070160ED261253D89E768144C4F(__this, L_13, /*hidden argument*/NULL); // KeyAddition(rk[ROUNDS]); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_14 = ___rk0; int32_t L_15 = __this->get_ROUNDS_11(); NullCheck(L_14); int32_t L_16 = L_15; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_17 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(L_14)->GetAt(static_cast(L_16)); RijndaelEngine_KeyAddition_m9FF3A7DAFE9E2BD4846A35D9C2CD1EBBB571AF45(__this, L_17, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::DecryptBlock(System.Int64[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine_DecryptBlock_mF7C81CC2412A8362249453A7412642B8D71F1756 (RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5 * __this, Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* ___rk0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // KeyAddition(rk[ROUNDS]); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_0 = ___rk0; int32_t L_1 = __this->get_ROUNDS_11(); NullCheck(L_0); int32_t L_2 = L_1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(L_0)->GetAt(static_cast(L_2)); RijndaelEngine_KeyAddition_m9FF3A7DAFE9E2BD4846A35D9C2CD1EBBB571AF45(__this, L_3, /*hidden argument*/NULL); // Substitution(Si); IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Si_5(); RijndaelEngine_Substitution_m2587DF2C559145234CD6C35985997333A6EF3904(__this, L_4, /*hidden argument*/NULL); // ShiftRow(shifts1SC); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_shifts1SC_20(); RijndaelEngine_ShiftRow_m8AA7784CFCDED070160ED261253D89E768144C4F(__this, L_5, /*hidden argument*/NULL); // for (r = ROUNDS-1; r > 0; r--) int32_t L_6 = __this->get_ROUNDS_11(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); goto IL_005a; } IL_0030: { // KeyAddition(rk[r]); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_7 = ___rk0; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_10 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(L_7)->GetAt(static_cast(L_9)); RijndaelEngine_KeyAddition_m9FF3A7DAFE9E2BD4846A35D9C2CD1EBBB571AF45(__this, L_10, /*hidden argument*/NULL); // InvMixColumn(); RijndaelEngine_InvMixColumn_mB3650565F1CD49DA4D90E6E0232DEF4CEFE5B044(__this, /*hidden argument*/NULL); // Substitution(Si); IL2CPP_RUNTIME_CLASS_INIT(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->get_Si_5(); RijndaelEngine_Substitution_m2587DF2C559145234CD6C35985997333A6EF3904(__this, L_11, /*hidden argument*/NULL); // ShiftRow(shifts1SC); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_shifts1SC_20(); RijndaelEngine_ShiftRow_m8AA7784CFCDED070160ED261253D89E768144C4F(__this, L_12, /*hidden argument*/NULL); // for (r = ROUNDS-1; r > 0; r--) int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } IL_005a: { // for (r = ROUNDS-1; r > 0; r--) int32_t L_14 = V_0; if ((((int32_t)L_14) > ((int32_t)0))) { goto IL_0030; } } { // KeyAddition(rk[0]); Int64U5BU5DU5BU5D_t5237BA0F53E06948ADC63C3B2D68D7EEC8CBD2AC* L_15 = ___rk0; NullCheck(L_15); int32_t L_16 = 0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_17 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(L_15)->GetAt(static_cast(L_16)); RijndaelEngine_KeyAddition_m9FF3A7DAFE9E2BD4846A35D9C2CD1EBBB571AF45(__this, L_17, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RijndaelEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelEngine__cctor_m0ECD009E9E9CDE712C8956B675B7893AD83C8E5D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly int MAXROUNDS = 14; ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_MAXROUNDS_0(((int32_t)14)); // private static readonly int MAXKC = (256/4); ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_MAXKC_1(((int32_t)64)); // private static readonly byte[] Logtable = // { // 0, 0, 25, 1, 50, 2, 26, 198, // 75, 199, 27, 104, 51, 238, 223, 3, // 100, 4, 224, 14, 52, 141, 129, 239, // 76, 113, 8, 200, 248, 105, 28, 193, // 125, 194, 29, 181, 249, 185, 39, 106, // 77, 228, 166, 114, 154, 201, 9, 120, // 101, 47, 138, 5, 33, 15, 225, 36, // 18, 240, 130, 69, 53, 147, 218, 142, // 150, 143, 219, 189, 54, 208, 206, 148, // 19, 92, 210, 241, 64, 70, 131, 56, // 102, 221, 253, 48, 191, 6, 139, 98, // 179, 37, 226, 152, 34, 136, 145, 16, // 126, 110, 72, 195, 163, 182, 30, 66, // 58, 107, 40, 84, 250, 133, 61, 186, // 43, 121, 10, 21, 155, 159, 94, 202, // 78, 212, 172, 229, 243, 115, 167, 87, // 175, 88, 168, 80, 244, 234, 214, 116, // 79, 174, 233, 213, 231, 230, 173, 232, // 44, 215, 117, 122, 235, 22, 11, 245, // 89, 203, 95, 176, 156, 169, 81, 160, // 127, 12, 246, 111, 23, 196, 73, 236, // 216, 67, 31, 45, 164, 118, 123, 183, // 204, 187, 62, 90, 251, 96, 177, 134, // 59, 82, 161, 108, 170, 85, 41, 157, // 151, 178, 135, 144, 97, 190, 220, 252, // 188, 149, 207, 205, 55, 63, 91, 209, // 83, 57, 132, 60, 65, 162, 109, 71, // 20, 42, 158, 93, 86, 242, 211, 171, // 68, 17, 146, 217, 35, 32, 46, 137, // 180, 124, 184, 38, 119, 153, 227, 165, // 103, 74, 237, 222, 197, 49, 254, 24, // 13, 99, 140, 128, 192, 247, 112, 7 // }; 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____325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_Logtable_2(L_1); // private static readonly byte[] Alogtable = // { // 0, 3, 5, 15, 17, 51, 85, 255, 26, 46, 114, 150, 161, 248, 19, 53, // 95, 225, 56, 72, 216, 115, 149, 164, 247, 2, 6, 10, 30, 34, 102, 170, // 229, 52, 92, 228, 55, 89, 235, 38, 106, 190, 217, 112, 144, 171, 230, 49, // 83, 245, 4, 12, 20, 60, 68, 204, 79, 209, 104, 184, 211, 110, 178, 205, // 76, 212, 103, 169, 224, 59, 77, 215, 98, 166, 241, 8, 24, 40, 120, 136, // 131, 158, 185, 208, 107, 189, 220, 127, 129, 152, 179, 206, 73, 219, 118, 154, // 181, 196, 87, 249, 16, 48, 80, 240, 11, 29, 39, 105, 187, 214, 97, 163, // 254, 25, 43, 125, 135, 146, 173, 236, 47, 113, 147, 174, 233, 32, 96, 160, // 251, 22, 58, 78, 210, 109, 183, 194, 93, 231, 50, 86, 250, 21, 63, 65, // 195, 94, 226, 61, 71, 201, 64, 192, 91, 237, 44, 116, 156, 191, 218, 117, // 159, 186, 213, 100, 172, 239, 42, 126, 130, 157, 188, 223, 122, 142, 137, 128, // 155, 182, 193, 88, 232, 35, 101, 175, 234, 37, 111, 177, 200, 67, 197, 84, // 252, 31, 33, 99, 165, 244, 7, 9, 27, 45, 119, 153, 176, 203, 70, 202, // 69, 207, 74, 222, 121, 139, 134, 145, 168, 227, 62, 66, 198, 81, 243, 14, // 18, 54, 90, 238, 41, 123, 141, 140, 143, 138, 133, 148, 167, 242, 13, 23, // 57, 75, 221, 124, 132, 151, 162, 253, 28, 36, 108, 180, 199, 82, 246, 1, // 3, 5, 15, 17, 51, 85, 255, 26, 46, 114, 150, 161, 248, 19, 53, // 95, 225, 56, 72, 216, 115, 149, 164, 247, 2, 6, 10, 30, 34, 102, 170, // 229, 52, 92, 228, 55, 89, 235, 38, 106, 190, 217, 112, 144, 171, 230, 49, // 83, 245, 4, 12, 20, 60, 68, 204, 79, 209, 104, 184, 211, 110, 178, 205, // 76, 212, 103, 169, 224, 59, 77, 215, 98, 166, 241, 8, 24, 40, 120, 136, // 131, 158, 185, 208, 107, 189, 220, 127, 129, 152, 179, 206, 73, 219, 118, 154, // 181, 196, 87, 249, 16, 48, 80, 240, 11, 29, 39, 105, 187, 214, 97, 163, // 254, 25, 43, 125, 135, 146, 173, 236, 47, 113, 147, 174, 233, 32, 96, 160, // 251, 22, 58, 78, 210, 109, 183, 194, 93, 231, 50, 86, 250, 21, 63, 65, // 195, 94, 226, 61, 71, 201, 64, 192, 91, 237, 44, 116, 156, 191, 218, 117, // 159, 186, 213, 100, 172, 239, 42, 126, 130, 157, 188, 223, 122, 142, 137, 128, // 155, 182, 193, 88, 232, 35, 101, 175, 234, 37, 111, 177, 200, 67, 197, 84, // 252, 31, 33, 99, 165, 244, 7, 9, 27, 45, 119, 153, 176, 203, 70, 202, // 69, 207, 74, 222, 121, 139, 134, 145, 168, 227, 62, 66, 198, 81, 243, 14, // 18, 54, 90, 238, 41, 123, 141, 140, 143, 138, 133, 148, 167, 242, 13, 23, // 57, 75, 221, 124, 132, 151, 162, 253, 28, 36, 108, 180, 199, 82, 246, 1, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)511)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_Alogtable_3(L_4); // private static readonly byte[] S = // { // 99, 124, 119, 123, 242, 107, 111, 197, 48, 1, 103, 43, 254, 215, 171, 118, // 202, 130, 201, 125, 250, 89, 71, 240, 173, 212, 162, 175, 156, 164, 114, 192, // 183, 253, 147, 38, 54, 63, 247, 204, 52, 165, 229, 241, 113, 216, 49, 21, // 4, 199, 35, 195, 24, 150, 5, 154, 7, 18, 128, 226, 235, 39, 178, 117, // 9, 131, 44, 26, 27, 110, 90, 160, 82, 59, 214, 179, 41, 227, 47, 132, // 83, 209, 0, 237, 32, 252, 177, 91, 106, 203, 190, 57, 74, 76, 88, 207, // 208, 239, 170, 251, 67, 77, 51, 133, 69, 249, 2, 127, 80, 60, 159, 168, // 81, 163, 64, 143, 146, 157, 56, 245, 188, 182, 218, 33, 16, 255, 243, 210, // 205, 12, 19, 236, 95, 151, 68, 23, 196, 167, 126, 61, 100, 93, 25, 115, // 96, 129, 79, 220, 34, 42, 144, 136, 70, 238, 184, 20, 222, 94, 11, 219, // 224, 50, 58, 10, 73, 6, 36, 92, 194, 211, 172, 98, 145, 149, 228, 121, // 231, 200, 55, 109, 141, 213, 78, 169, 108, 86, 244, 234, 101, 122, 174, 8, // 186, 120, 37, 46, 28, 166, 180, 198, 232, 221, 116, 31, 75, 189, 139, 138, // 112, 62, 181, 102, 72, 3, 246, 14, 97, 53, 87, 185, 134, 193, 29, 158, // 225, 248, 152, 17, 105, 217, 142, 148, 155, 30, 135, 233, 206, 85, 40, 223, // 140, 161, 137, 13, 191, 230, 66, 104, 65, 153, 45, 15, 176, 84, 187, 22, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_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____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_S_4(L_7); // private static readonly byte[] Si = // { // 82, 9, 106, 213, 48, 54, 165, 56, 191, 64, 163, 158, 129, 243, 215, 251, // 124, 227, 57, 130, 155, 47, 255, 135, 52, 142, 67, 68, 196, 222, 233, 203, // 84, 123, 148, 50, 166, 194, 35, 61, 238, 76, 149, 11, 66, 250, 195, 78, // 8, 46, 161, 102, 40, 217, 36, 178, 118, 91, 162, 73, 109, 139, 209, 37, // 114, 248, 246, 100, 134, 104, 152, 22, 212, 164, 92, 204, 93, 101, 182, 146, // 108, 112, 72, 80, 253, 237, 185, 218, 94, 21, 70, 87, 167, 141, 157, 132, // 144, 216, 171, 0, 140, 188, 211, 10, 247, 228, 88, 5, 184, 179, 69, 6, // 208, 44, 30, 143, 202, 63, 15, 2, 193, 175, 189, 3, 1, 19, 138, 107, // 58, 145, 17, 65, 79, 103, 220, 234, 151, 242, 207, 206, 240, 180, 230, 115, // 150, 172, 116, 34, 231, 173, 53, 133, 226, 249, 55, 232, 28, 117, 223, 110, // 71, 241, 26, 113, 29, 41, 197, 137, 111, 183, 98, 14, 170, 24, 190, 27, // 252, 86, 62, 75, 198, 210, 121, 32, 154, 219, 192, 254, 120, 205, 90, 244, // 31, 221, 168, 51, 136, 7, 199, 49, 177, 18, 16, 89, 39, 128, 236, 95, // 96, 81, 127, 169, 25, 181, 74, 13, 45, 229, 122, 159, 147, 201, 156, 239, // 160, 224, 59, 77, 174, 42, 245, 176, 200, 235, 187, 60, 131, 83, 153, 97, // 23, 43, 4, 126, 186, 119, 214, 38, 225, 105, 20, 99, 85, 33, 12, 125, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_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____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_Si_5(L_10); // private static readonly byte[] rcon = // { // 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, // 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_rcon_6(L_13); // static readonly byte[][] shifts0 = new byte [][] // { // new byte[]{ 0, 8, 16, 24 }, // new byte[]{ 0, 8, 16, 24 }, // new byte[]{ 0, 8, 16, 24 }, // new byte[]{ 0, 8, 16, 32 }, // new byte[]{ 0, 8, 24, 32 } // }; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_15 = (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)SZArrayNew(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var, (uint32_t)5); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_16 = L_15; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = L_17; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_19 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_18, L_19, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(0), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_18); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_20 = L_16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = L_21; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(1), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_22); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_24 = L_20; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = L_25; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_27 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_26, L_27, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(2), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_26); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_28 = L_24; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = L_29; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_31 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_30, L_31, /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_30); (L_28)->SetAt(static_cast(3), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_30); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_32 = L_28; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = L_33; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_35 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_34, L_35, /*hidden argument*/NULL); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_34); (L_32)->SetAt(static_cast(4), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_34); ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_shifts0_7(L_32); // static readonly byte[][] shifts1 = // { // new byte[]{ 0, 24, 16, 8 }, // new byte[]{ 0, 32, 24, 16 }, // new byte[]{ 0, 40, 32, 24 }, // new byte[]{ 0, 48, 40, 24 }, // new byte[]{ 0, 56, 40, 32 } // }; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_36 = (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)SZArrayNew(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var, (uint32_t)5); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_37 = L_36; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = L_38; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_40 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_39, L_40, /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_39); (L_37)->SetAt(static_cast(0), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_39); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_41 = L_37; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = L_42; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_44 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_43, L_44, /*hidden argument*/NULL); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_43); (L_41)->SetAt(static_cast(1), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_43); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_45 = L_41; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = L_46; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_48 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_47, L_48, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_47); (L_45)->SetAt(static_cast(2), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_47); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_49 = L_45; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = L_50; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_52 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_51, L_52, /*hidden argument*/NULL); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_51); (L_49)->SetAt(static_cast(3), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_51); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_53 = L_49; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = L_54; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_56 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_55, L_56, /*hidden argument*/NULL); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_55); (L_53)->SetAt(static_cast(4), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_55); ((RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_StaticFields*)il2cpp_codegen_static_fields_for(RijndaelEngine_tCCB1E8313FEE7EEAC04E046C4FEC54F7C57255F5_il2cpp_TypeInfo_var))->set_shifts1_8(L_53); 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.Digests.RipeMD128Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest__ctor_mEDCE03C6F7DFAB5C2E1BA2E72F98AAE825A7DAC9 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] X = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_X_9(L_0); // public RipeMD128Digest() GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616(__this, /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest__ctor_m81C6A62AA83375D67B2A89FB3994B0B6121DA324 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] X = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_X_9(L_0); // public RipeMD128Digest(RipeMD128Digest t) : base(t) RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_1 = ___t0; GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85(__this, L_1, /*hidden argument*/NULL); // CopyIn(t); RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_2 = ___t0; RipeMD128Digest_CopyIn_m3898F2BA026EC049B30E2575575EF0F275DC1FAC(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_CopyIn_m3898F2BA026EC049B30E2575575EF0F275DC1FAC (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * ___t0, const RuntimeMethod* method) { { // base.CopyIn(t); RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_0 = ___t0; GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171(__this, L_0, /*hidden argument*/NULL); // H0 = t.H0; RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = L_1->get_H0_5(); __this->set_H0_5(L_2); // H1 = t.H1; RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_3 = ___t0; NullCheck(L_3); int32_t L_4 = L_3->get_H1_6(); __this->set_H1_6(L_4); // H2 = t.H2; RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_5 = ___t0; NullCheck(L_5); int32_t L_6 = L_5->get_H2_7(); __this->set_H2_7(L_6); // H3 = t.H3; RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_7 = ___t0; NullCheck(L_7); int32_t L_8 = L_7->get_H3_8(); __this->set_H3_8(L_8); // Array.Copy(t.X, 0, X, 0, t.X.Length); RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_9 = ___t0; NullCheck(L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9->get_X_9(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = __this->get_X_9(); RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_12 = ___t0; NullCheck(L_12); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = L_12->get_X_9(); NullCheck(L_13); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, 0, (RuntimeArray *)(RuntimeArray *)L_11, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), /*hidden argument*/NULL); // xOff = t.xOff; RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_14 = ___t0; NullCheck(L_14); int32_t L_15 = L_14->get_xOff_10(); __this->set_xOff_10(L_15); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RipeMD128Digest_get_AlgorithmName_mA689E709A9D6819FF0AB19B0E622EC1AFCA91A6F (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB7CCC8642D7B5521BC4E7440146281DA06EFDDF); s_Il2CppMethodInitialized = true; } { // get { return "RIPEMD128"; } return _stringLiteralEB7CCC8642D7B5521BC4E7440146281DA06EFDDF; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_GetDigestSize_mC58D895754B061CF16FB6B192281F80BABBDA094 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::ProcessWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_ProcessWord_m7EE363AE53C2764B26AD6155749AF5DBA2906B8E (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { // X[xOff++] = (input[inOff] & 0xff) | ((input[inOff + 1] & 0xff) << 8) // | ((input[inOff + 2] & 0xff) << 16) | ((input[inOff + 3] & 0xff) << 24); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_X_9(); int32_t L_1 = __this->get_xOff_10(); V_0 = L_1; int32_t L_2 = V_0; __this->set_xOff_10(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___input0; int32_t L_17 = ___inOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24)))))); // if (xOff == 16) int32_t L_20 = __this->get_xOff_10(); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)16))))) { goto IL_005d; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_005d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::ProcessLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_ProcessLength_mE5608A36170E0DBCA678BF74F5205088CC384174 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int64_t ___bitLength0, const RuntimeMethod* method) { { // if (xOff > 14) int32_t L_0 = __this->get_xOff_10(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0010; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_0010: { // X[14] = (int)(bitLength & 0xffffffff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_X_9(); int64_t L_2 = ___bitLength0; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))))); // X[15] = (int)((ulong) bitLength >> 32); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_X_9(); int64_t L_4 = ___bitLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (int32_t)((int32_t)((int32_t)((int64_t)((uint64_t)L_4>>((int32_t)32)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::UnpackWord(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_UnpackWord_mE876A0A0C81D3683A8466DFFAF09340A411C05F7 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method) { { // outBytes[outOff] = (byte)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___outBytes1; int32_t L_1 = ___outOff2; int32_t L_2 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // outBytes[outOff + 1] = (byte)((uint) word >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___outBytes1; int32_t L_4 = ___outOff2; int32_t L_5 = ___word0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_5>>8))))); // outBytes[outOff + 2] = (byte)((uint) word >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes1; int32_t L_7 = ___outOff2; int32_t L_8 = ___word0; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)16)))))); // outBytes[outOff + 3] = (byte)((uint) word >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___outBytes1; int32_t L_10 = ___outOff2; int32_t L_11 = ___word0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_11>>((int32_t)24)))))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_DoFinal_m9CCABEFB6F33FB23D8930557C4CA68C8AB38CF00 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41(__this, /*hidden argument*/NULL); // UnpackWord(H0, output, outOff); int32_t L_0 = __this->get_H0_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; RipeMD128Digest_UnpackWord_mE876A0A0C81D3683A8466DFFAF09340A411C05F7(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // UnpackWord(H1, output, outOff + 4); int32_t L_3 = __this->get_H1_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; RipeMD128Digest_UnpackWord_mE876A0A0C81D3683A8466DFFAF09340A411C05F7(__this, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // UnpackWord(H2, output, outOff + 8); int32_t L_6 = __this->get_H2_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; RipeMD128Digest_UnpackWord_mE876A0A0C81D3683A8466DFFAF09340A411C05F7(__this, L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // UnpackWord(H3, output, outOff + 12); int32_t L_9 = __this->get_H3_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; RipeMD128Digest_UnpackWord_mE876A0A0C81D3683A8466DFFAF09340A411C05F7(__this, L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // return DigestLength; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_Reset_mCA38B5D5B2337B3BBFAA3C2DADEED39824240F13 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // base.Reset(); GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094(__this, /*hidden argument*/NULL); // H0 = unchecked((int) 0x67452301); __this->set_H0_5(((int32_t)1732584193)); // H1 = unchecked((int) 0xefcdab89); __this->set_H1_6(((int32_t)-271733879)); // H2 = unchecked((int) 0x98badcfe); __this->set_H2_7(((int32_t)-1732584194)); // H3 = unchecked((int) 0x10325476); __this->set_H3_8(((int32_t)271733878)); // xOff = 0; __this->set_xOff_10(0); // for (int i = 0; i != X.Length; i++) V_0 = 0; goto IL_004a; } IL_003d: { // X[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_X_9(); int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)0); // for (int i = 0; i != X.Length; i++) int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_004a: { // for (int i = 0; i != X.Length; i++) int32_t L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_X_9(); NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_003d; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::RL(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { // return (x << n) | (int) ((uint) x >> (32 - n)); int32_t L_0 = ___x0; int32_t L_1 = ___n1; int32_t L_2 = ___x0; int32_t L_3 = ___n1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F1(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F1_m3FFEBB7269CF53F528CE942FF42109BE250E2A20 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return x ^ y ^ z; int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F2_m7518145D80921D127E13E7AD27D2706944241398 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x & y) | (~x & z); int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___x0; int32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F3(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F3_m01810D8814C2D32507A595D8D470B5C9CC937ED4 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x | ~y) ^ z; int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((~L_1))))^(int32_t)L_2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F4(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F4_mA3E282D741E286EFAC2B0E5AB36B8FE0F5FD7712 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x & z) | (y & ~z); int32_t L_0 = ___x0; int32_t L_1 = ___z2; int32_t L_2 = ___y1; int32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)((~L_3)))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F1(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F1(b, c, d) + x, s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD128Digest_F1_m3FFEBB7269CF53F528CE942FF42109BE250E2A20(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F2(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F2(b, c, d) + x + unchecked((int) 0x5a827999), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD128Digest_F2_m7518145D80921D127E13E7AD27D2706944241398(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1518500249))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F3(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F3(b, c, d) + x + unchecked((int) 0x6ed9eba1), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD128Digest_F3_m01810D8814C2D32507A595D8D470B5C9CC937ED4(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1859775393))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::F4(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F4(b, c, d) + x + unchecked((int) 0x8f1bbcdc), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD128Digest_F4_mA3E282D741E286EFAC2B0E5AB36B8FE0F5FD7712(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)-1894007588))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::FF1(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F1(b, c, d) + x, s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD128Digest_F1_m3FFEBB7269CF53F528CE942FF42109BE250E2A20(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::FF2(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F2(b, c, d) + x + unchecked((int) 0x6d703ef3), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD128Digest_F2_m7518145D80921D127E13E7AD27D2706944241398(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1836072691))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::FF3(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F3(b, c, d) + x + unchecked((int) 0x5c4dd124), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD128Digest_F3_m01810D8814C2D32507A595D8D470B5C9CC937ED4(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1548603684))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::FF4(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, int32_t ___a0, int32_t ___b1, int32_t ___c2, int32_t ___d3, int32_t ___x4, int32_t ___s5, const RuntimeMethod* method) { { // return RL(a + F4(b, c, d) + x + unchecked((int) 0x50a28be6), s); int32_t L_0 = ___a0; int32_t L_1 = ___b1; int32_t L_2 = ___c2; int32_t L_3 = ___d3; int32_t L_4; L_4 = RipeMD128Digest_F4_mA3E282D741E286EFAC2B0E5AB36B8FE0F5FD7712(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___x4; int32_t L_6 = ___s5; int32_t L_7; L_7 = RipeMD128Digest_RL_m8BAB5277423B67B1779AAC33707E7A99C834FEA4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)), (int32_t)L_5)), (int32_t)((int32_t)1352829926))), L_6, /*hidden argument*/NULL); return L_7; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::ProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_ProcessBlock_m98DA270BFB49E6FE90C591DA0891ACA7915110D8 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, 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; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; { // a = aa = H0; int32_t L_0 = __this->get_H0_5(); int32_t L_1 = L_0; V_1 = L_1; V_0 = L_1; // b = bb = H1; int32_t L_2 = __this->get_H1_6(); int32_t L_3 = L_2; V_3 = L_3; V_2 = L_3; // c = cc = H2; int32_t L_4 = __this->get_H2_7(); int32_t L_5 = L_4; V_5 = L_5; V_4 = L_5; // d = dd = H3; int32_t L_6 = __this->get_H3_8(); int32_t L_7 = L_6; V_7 = L_7; V_6 = L_7; // a = F1(a, b, c, d, X[ 0], 11); int32_t L_8 = V_0; int32_t L_9 = V_2; int32_t L_10 = V_4; int32_t L_11 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = __this->get_X_9(); NullCheck(L_12); int32_t L_13 = 0; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); int32_t L_15; L_15 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_8, L_9, L_10, L_11, L_14, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_15; // d = F1(d, a, b, c, X[ 1], 14); int32_t L_16 = V_6; int32_t L_17 = V_0; int32_t L_18 = V_2; int32_t L_19 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = __this->get_X_9(); NullCheck(L_20); int32_t L_21 = 1; int32_t L_22 = (L_20)->GetAt(static_cast(L_21)); int32_t L_23; L_23 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_16, L_17, L_18, L_19, L_22, ((int32_t)14), /*hidden argument*/NULL); V_6 = L_23; // c = F1(c, d, a, b, X[ 2], 15); int32_t L_24 = V_4; int32_t L_25 = V_6; int32_t L_26 = V_0; int32_t L_27 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = __this->get_X_9(); NullCheck(L_28); int32_t L_29 = 2; int32_t L_30 = (L_28)->GetAt(static_cast(L_29)); int32_t L_31; L_31 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_24, L_25, L_26, L_27, L_30, ((int32_t)15), /*hidden argument*/NULL); V_4 = L_31; // b = F1(b, c, d, a, X[ 3], 12); int32_t L_32 = V_2; int32_t L_33 = V_4; int32_t L_34 = V_6; int32_t L_35 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = __this->get_X_9(); NullCheck(L_36); int32_t L_37 = 3; int32_t L_38 = (L_36)->GetAt(static_cast(L_37)); int32_t L_39; L_39 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_32, L_33, L_34, L_35, L_38, ((int32_t)12), /*hidden argument*/NULL); V_2 = L_39; // a = F1(a, b, c, d, X[ 4], 5); int32_t L_40 = V_0; int32_t L_41 = V_2; int32_t L_42 = V_4; int32_t L_43 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = __this->get_X_9(); NullCheck(L_44); int32_t L_45 = 4; int32_t L_46 = (L_44)->GetAt(static_cast(L_45)); int32_t L_47; L_47 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_40, L_41, L_42, L_43, L_46, 5, /*hidden argument*/NULL); V_0 = L_47; // d = F1(d, a, b, c, X[ 5], 8); int32_t L_48 = V_6; int32_t L_49 = V_0; int32_t L_50 = V_2; int32_t L_51 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = __this->get_X_9(); NullCheck(L_52); int32_t L_53 = 5; int32_t L_54 = (L_52)->GetAt(static_cast(L_53)); int32_t L_55; L_55 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_48, L_49, L_50, L_51, L_54, 8, /*hidden argument*/NULL); V_6 = L_55; // c = F1(c, d, a, b, X[ 6], 7); int32_t L_56 = V_4; int32_t L_57 = V_6; int32_t L_58 = V_0; int32_t L_59 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = __this->get_X_9(); NullCheck(L_60); int32_t L_61 = 6; int32_t L_62 = (L_60)->GetAt(static_cast(L_61)); int32_t L_63; L_63 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_56, L_57, L_58, L_59, L_62, 7, /*hidden argument*/NULL); V_4 = L_63; // b = F1(b, c, d, a, X[ 7], 9); int32_t L_64 = V_2; int32_t L_65 = V_4; int32_t L_66 = V_6; int32_t L_67 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = __this->get_X_9(); NullCheck(L_68); int32_t L_69 = 7; int32_t L_70 = (L_68)->GetAt(static_cast(L_69)); int32_t L_71; L_71 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_64, L_65, L_66, L_67, L_70, ((int32_t)9), /*hidden argument*/NULL); V_2 = L_71; // a = F1(a, b, c, d, X[ 8], 11); int32_t L_72 = V_0; int32_t L_73 = V_2; int32_t L_74 = V_4; int32_t L_75 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = __this->get_X_9(); NullCheck(L_76); int32_t L_77 = 8; int32_t L_78 = (L_76)->GetAt(static_cast(L_77)); int32_t L_79; L_79 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_72, L_73, L_74, L_75, L_78, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_79; // d = F1(d, a, b, c, X[ 9], 13); int32_t L_80 = V_6; int32_t L_81 = V_0; int32_t L_82 = V_2; int32_t L_83 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = __this->get_X_9(); NullCheck(L_84); int32_t L_85 = ((int32_t)9); int32_t L_86 = (L_84)->GetAt(static_cast(L_85)); int32_t L_87; L_87 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_80, L_81, L_82, L_83, L_86, ((int32_t)13), /*hidden argument*/NULL); V_6 = L_87; // c = F1(c, d, a, b, X[10], 14); int32_t L_88 = V_4; int32_t L_89 = V_6; int32_t L_90 = V_0; int32_t L_91 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_92 = __this->get_X_9(); NullCheck(L_92); int32_t L_93 = ((int32_t)10); int32_t L_94 = (L_92)->GetAt(static_cast(L_93)); int32_t L_95; L_95 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_88, L_89, L_90, L_91, L_94, ((int32_t)14), /*hidden argument*/NULL); V_4 = L_95; // b = F1(b, c, d, a, X[11], 15); int32_t L_96 = V_2; int32_t L_97 = V_4; int32_t L_98 = V_6; int32_t L_99 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_100 = __this->get_X_9(); NullCheck(L_100); int32_t L_101 = ((int32_t)11); int32_t L_102 = (L_100)->GetAt(static_cast(L_101)); int32_t L_103; L_103 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_96, L_97, L_98, L_99, L_102, ((int32_t)15), /*hidden argument*/NULL); V_2 = L_103; // a = F1(a, b, c, d, X[12], 6); int32_t L_104 = V_0; int32_t L_105 = V_2; int32_t L_106 = V_4; int32_t L_107 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_108 = __this->get_X_9(); NullCheck(L_108); int32_t L_109 = ((int32_t)12); int32_t L_110 = (L_108)->GetAt(static_cast(L_109)); int32_t L_111; L_111 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_104, L_105, L_106, L_107, L_110, 6, /*hidden argument*/NULL); V_0 = L_111; // d = F1(d, a, b, c, X[13], 7); int32_t L_112 = V_6; int32_t L_113 = V_0; int32_t L_114 = V_2; int32_t L_115 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_116 = __this->get_X_9(); NullCheck(L_116); int32_t L_117 = ((int32_t)13); int32_t L_118 = (L_116)->GetAt(static_cast(L_117)); int32_t L_119; L_119 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_112, L_113, L_114, L_115, L_118, 7, /*hidden argument*/NULL); V_6 = L_119; // c = F1(c, d, a, b, X[14], 9); int32_t L_120 = V_4; int32_t L_121 = V_6; int32_t L_122 = V_0; int32_t L_123 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_124 = __this->get_X_9(); NullCheck(L_124); int32_t L_125 = ((int32_t)14); int32_t L_126 = (L_124)->GetAt(static_cast(L_125)); int32_t L_127; L_127 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_120, L_121, L_122, L_123, L_126, ((int32_t)9), /*hidden argument*/NULL); V_4 = L_127; // b = F1(b, c, d, a, X[15], 8); int32_t L_128 = V_2; int32_t L_129 = V_4; int32_t L_130 = V_6; int32_t L_131 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_132 = __this->get_X_9(); NullCheck(L_132); int32_t L_133 = ((int32_t)15); int32_t L_134 = (L_132)->GetAt(static_cast(L_133)); int32_t L_135; L_135 = RipeMD128Digest_F1_mE6A481508B5AE9D3C8A4AA6DB82360435AC7825A(__this, L_128, L_129, L_130, L_131, L_134, 8, /*hidden argument*/NULL); V_2 = L_135; // a = F2(a, b, c, d, X[ 7], 7); int32_t L_136 = V_0; int32_t L_137 = V_2; int32_t L_138 = V_4; int32_t L_139 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_140 = __this->get_X_9(); NullCheck(L_140); int32_t L_141 = 7; int32_t L_142 = (L_140)->GetAt(static_cast(L_141)); int32_t L_143; L_143 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_136, L_137, L_138, L_139, L_142, 7, /*hidden argument*/NULL); V_0 = L_143; // d = F2(d, a, b, c, X[ 4], 6); int32_t L_144 = V_6; int32_t L_145 = V_0; int32_t L_146 = V_2; int32_t L_147 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_148 = __this->get_X_9(); NullCheck(L_148); int32_t L_149 = 4; int32_t L_150 = (L_148)->GetAt(static_cast(L_149)); int32_t L_151; L_151 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_144, L_145, L_146, L_147, L_150, 6, /*hidden argument*/NULL); V_6 = L_151; // c = F2(c, d, a, b, X[13], 8); int32_t L_152 = V_4; int32_t L_153 = V_6; int32_t L_154 = V_0; int32_t L_155 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_156 = __this->get_X_9(); NullCheck(L_156); int32_t L_157 = ((int32_t)13); int32_t L_158 = (L_156)->GetAt(static_cast(L_157)); int32_t L_159; L_159 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_152, L_153, L_154, L_155, L_158, 8, /*hidden argument*/NULL); V_4 = L_159; // b = F2(b, c, d, a, X[ 1], 13); int32_t L_160 = V_2; int32_t L_161 = V_4; int32_t L_162 = V_6; int32_t L_163 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_164 = __this->get_X_9(); NullCheck(L_164); int32_t L_165 = 1; int32_t L_166 = (L_164)->GetAt(static_cast(L_165)); int32_t L_167; L_167 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_160, L_161, L_162, L_163, L_166, ((int32_t)13), /*hidden argument*/NULL); V_2 = L_167; // a = F2(a, b, c, d, X[10], 11); int32_t L_168 = V_0; int32_t L_169 = V_2; int32_t L_170 = V_4; int32_t L_171 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_172 = __this->get_X_9(); NullCheck(L_172); int32_t L_173 = ((int32_t)10); int32_t L_174 = (L_172)->GetAt(static_cast(L_173)); int32_t L_175; L_175 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_168, L_169, L_170, L_171, L_174, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_175; // d = F2(d, a, b, c, X[ 6], 9); int32_t L_176 = V_6; int32_t L_177 = V_0; int32_t L_178 = V_2; int32_t L_179 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_180 = __this->get_X_9(); NullCheck(L_180); int32_t L_181 = 6; int32_t L_182 = (L_180)->GetAt(static_cast(L_181)); int32_t L_183; L_183 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_176, L_177, L_178, L_179, L_182, ((int32_t)9), /*hidden argument*/NULL); V_6 = L_183; // c = F2(c, d, a, b, X[15], 7); int32_t L_184 = V_4; int32_t L_185 = V_6; int32_t L_186 = V_0; int32_t L_187 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_188 = __this->get_X_9(); NullCheck(L_188); int32_t L_189 = ((int32_t)15); int32_t L_190 = (L_188)->GetAt(static_cast(L_189)); int32_t L_191; L_191 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_184, L_185, L_186, L_187, L_190, 7, /*hidden argument*/NULL); V_4 = L_191; // b = F2(b, c, d, a, X[ 3], 15); int32_t L_192 = V_2; int32_t L_193 = V_4; int32_t L_194 = V_6; int32_t L_195 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_196 = __this->get_X_9(); NullCheck(L_196); int32_t L_197 = 3; int32_t L_198 = (L_196)->GetAt(static_cast(L_197)); int32_t L_199; L_199 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_192, L_193, L_194, L_195, L_198, ((int32_t)15), /*hidden argument*/NULL); V_2 = L_199; // a = F2(a, b, c, d, X[12], 7); int32_t L_200 = V_0; int32_t L_201 = V_2; int32_t L_202 = V_4; int32_t L_203 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_204 = __this->get_X_9(); NullCheck(L_204); int32_t L_205 = ((int32_t)12); int32_t L_206 = (L_204)->GetAt(static_cast(L_205)); int32_t L_207; L_207 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_200, L_201, L_202, L_203, L_206, 7, /*hidden argument*/NULL); V_0 = L_207; // d = F2(d, a, b, c, X[ 0], 12); int32_t L_208 = V_6; int32_t L_209 = V_0; int32_t L_210 = V_2; int32_t L_211 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_212 = __this->get_X_9(); NullCheck(L_212); int32_t L_213 = 0; int32_t L_214 = (L_212)->GetAt(static_cast(L_213)); int32_t L_215; L_215 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_208, L_209, L_210, L_211, L_214, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_215; // c = F2(c, d, a, b, X[ 9], 15); int32_t L_216 = V_4; int32_t L_217 = V_6; int32_t L_218 = V_0; int32_t L_219 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_220 = __this->get_X_9(); NullCheck(L_220); int32_t L_221 = ((int32_t)9); int32_t L_222 = (L_220)->GetAt(static_cast(L_221)); int32_t L_223; L_223 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_216, L_217, L_218, L_219, L_222, ((int32_t)15), /*hidden argument*/NULL); V_4 = L_223; // b = F2(b, c, d, a, X[ 5], 9); int32_t L_224 = V_2; int32_t L_225 = V_4; int32_t L_226 = V_6; int32_t L_227 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_228 = __this->get_X_9(); NullCheck(L_228); int32_t L_229 = 5; int32_t L_230 = (L_228)->GetAt(static_cast(L_229)); int32_t L_231; L_231 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_224, L_225, L_226, L_227, L_230, ((int32_t)9), /*hidden argument*/NULL); V_2 = L_231; // a = F2(a, b, c, d, X[ 2], 11); int32_t L_232 = V_0; int32_t L_233 = V_2; int32_t L_234 = V_4; int32_t L_235 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_236 = __this->get_X_9(); NullCheck(L_236); int32_t L_237 = 2; int32_t L_238 = (L_236)->GetAt(static_cast(L_237)); int32_t L_239; L_239 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_232, L_233, L_234, L_235, L_238, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_239; // d = F2(d, a, b, c, X[14], 7); int32_t L_240 = V_6; int32_t L_241 = V_0; int32_t L_242 = V_2; int32_t L_243 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_244 = __this->get_X_9(); NullCheck(L_244); int32_t L_245 = ((int32_t)14); int32_t L_246 = (L_244)->GetAt(static_cast(L_245)); int32_t L_247; L_247 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_240, L_241, L_242, L_243, L_246, 7, /*hidden argument*/NULL); V_6 = L_247; // c = F2(c, d, a, b, X[11], 13); int32_t L_248 = V_4; int32_t L_249 = V_6; int32_t L_250 = V_0; int32_t L_251 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_252 = __this->get_X_9(); NullCheck(L_252); int32_t L_253 = ((int32_t)11); int32_t L_254 = (L_252)->GetAt(static_cast(L_253)); int32_t L_255; L_255 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_248, L_249, L_250, L_251, L_254, ((int32_t)13), /*hidden argument*/NULL); V_4 = L_255; // b = F2(b, c, d, a, X[ 8], 12); int32_t L_256 = V_2; int32_t L_257 = V_4; int32_t L_258 = V_6; int32_t L_259 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_260 = __this->get_X_9(); NullCheck(L_260); int32_t L_261 = 8; int32_t L_262 = (L_260)->GetAt(static_cast(L_261)); int32_t L_263; L_263 = RipeMD128Digest_F2_mC400EA848FA0E43533B4B4B6C733B59ABB55B713(__this, L_256, L_257, L_258, L_259, L_262, ((int32_t)12), /*hidden argument*/NULL); V_2 = L_263; // a = F3(a, b, c, d, X[ 3], 11); int32_t L_264 = V_0; int32_t L_265 = V_2; int32_t L_266 = V_4; int32_t L_267 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_268 = __this->get_X_9(); NullCheck(L_268); int32_t L_269 = 3; int32_t L_270 = (L_268)->GetAt(static_cast(L_269)); int32_t L_271; L_271 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_264, L_265, L_266, L_267, L_270, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_271; // d = F3(d, a, b, c, X[10], 13); int32_t L_272 = V_6; int32_t L_273 = V_0; int32_t L_274 = V_2; int32_t L_275 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_276 = __this->get_X_9(); NullCheck(L_276); int32_t L_277 = ((int32_t)10); int32_t L_278 = (L_276)->GetAt(static_cast(L_277)); int32_t L_279; L_279 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_272, L_273, L_274, L_275, L_278, ((int32_t)13), /*hidden argument*/NULL); V_6 = L_279; // c = F3(c, d, a, b, X[14], 6); int32_t L_280 = V_4; int32_t L_281 = V_6; int32_t L_282 = V_0; int32_t L_283 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_284 = __this->get_X_9(); NullCheck(L_284); int32_t L_285 = ((int32_t)14); int32_t L_286 = (L_284)->GetAt(static_cast(L_285)); int32_t L_287; L_287 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_280, L_281, L_282, L_283, L_286, 6, /*hidden argument*/NULL); V_4 = L_287; // b = F3(b, c, d, a, X[ 4], 7); int32_t L_288 = V_2; int32_t L_289 = V_4; int32_t L_290 = V_6; int32_t L_291 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_292 = __this->get_X_9(); NullCheck(L_292); int32_t L_293 = 4; int32_t L_294 = (L_292)->GetAt(static_cast(L_293)); int32_t L_295; L_295 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_288, L_289, L_290, L_291, L_294, 7, /*hidden argument*/NULL); V_2 = L_295; // a = F3(a, b, c, d, X[ 9], 14); int32_t L_296 = V_0; int32_t L_297 = V_2; int32_t L_298 = V_4; int32_t L_299 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_300 = __this->get_X_9(); NullCheck(L_300); int32_t L_301 = ((int32_t)9); int32_t L_302 = (L_300)->GetAt(static_cast(L_301)); int32_t L_303; L_303 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_296, L_297, L_298, L_299, L_302, ((int32_t)14), /*hidden argument*/NULL); V_0 = L_303; // d = F3(d, a, b, c, X[15], 9); int32_t L_304 = V_6; int32_t L_305 = V_0; int32_t L_306 = V_2; int32_t L_307 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_308 = __this->get_X_9(); NullCheck(L_308); int32_t L_309 = ((int32_t)15); int32_t L_310 = (L_308)->GetAt(static_cast(L_309)); int32_t L_311; L_311 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_304, L_305, L_306, L_307, L_310, ((int32_t)9), /*hidden argument*/NULL); V_6 = L_311; // c = F3(c, d, a, b, X[ 8], 13); int32_t L_312 = V_4; int32_t L_313 = V_6; int32_t L_314 = V_0; int32_t L_315 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_316 = __this->get_X_9(); NullCheck(L_316); int32_t L_317 = 8; int32_t L_318 = (L_316)->GetAt(static_cast(L_317)); int32_t L_319; L_319 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_312, L_313, L_314, L_315, L_318, ((int32_t)13), /*hidden argument*/NULL); V_4 = L_319; // b = F3(b, c, d, a, X[ 1], 15); int32_t L_320 = V_2; int32_t L_321 = V_4; int32_t L_322 = V_6; int32_t L_323 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_324 = __this->get_X_9(); NullCheck(L_324); int32_t L_325 = 1; int32_t L_326 = (L_324)->GetAt(static_cast(L_325)); int32_t L_327; L_327 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_320, L_321, L_322, L_323, L_326, ((int32_t)15), /*hidden argument*/NULL); V_2 = L_327; // a = F3(a, b, c, d, X[ 2], 14); int32_t L_328 = V_0; int32_t L_329 = V_2; int32_t L_330 = V_4; int32_t L_331 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_332 = __this->get_X_9(); NullCheck(L_332); int32_t L_333 = 2; int32_t L_334 = (L_332)->GetAt(static_cast(L_333)); int32_t L_335; L_335 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_328, L_329, L_330, L_331, L_334, ((int32_t)14), /*hidden argument*/NULL); V_0 = L_335; // d = F3(d, a, b, c, X[ 7], 8); int32_t L_336 = V_6; int32_t L_337 = V_0; int32_t L_338 = V_2; int32_t L_339 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_340 = __this->get_X_9(); NullCheck(L_340); int32_t L_341 = 7; int32_t L_342 = (L_340)->GetAt(static_cast(L_341)); int32_t L_343; L_343 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_336, L_337, L_338, L_339, L_342, 8, /*hidden argument*/NULL); V_6 = L_343; // c = F3(c, d, a, b, X[ 0], 13); int32_t L_344 = V_4; int32_t L_345 = V_6; int32_t L_346 = V_0; int32_t L_347 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_348 = __this->get_X_9(); NullCheck(L_348); int32_t L_349 = 0; int32_t L_350 = (L_348)->GetAt(static_cast(L_349)); int32_t L_351; L_351 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_344, L_345, L_346, L_347, L_350, ((int32_t)13), /*hidden argument*/NULL); V_4 = L_351; // b = F3(b, c, d, a, X[ 6], 6); int32_t L_352 = V_2; int32_t L_353 = V_4; int32_t L_354 = V_6; int32_t L_355 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_356 = __this->get_X_9(); NullCheck(L_356); int32_t L_357 = 6; int32_t L_358 = (L_356)->GetAt(static_cast(L_357)); int32_t L_359; L_359 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_352, L_353, L_354, L_355, L_358, 6, /*hidden argument*/NULL); V_2 = L_359; // a = F3(a, b, c, d, X[13], 5); int32_t L_360 = V_0; int32_t L_361 = V_2; int32_t L_362 = V_4; int32_t L_363 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_364 = __this->get_X_9(); NullCheck(L_364); int32_t L_365 = ((int32_t)13); int32_t L_366 = (L_364)->GetAt(static_cast(L_365)); int32_t L_367; L_367 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_360, L_361, L_362, L_363, L_366, 5, /*hidden argument*/NULL); V_0 = L_367; // d = F3(d, a, b, c, X[11], 12); int32_t L_368 = V_6; int32_t L_369 = V_0; int32_t L_370 = V_2; int32_t L_371 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_372 = __this->get_X_9(); NullCheck(L_372); int32_t L_373 = ((int32_t)11); int32_t L_374 = (L_372)->GetAt(static_cast(L_373)); int32_t L_375; L_375 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_368, L_369, L_370, L_371, L_374, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_375; // c = F3(c, d, a, b, X[ 5], 7); int32_t L_376 = V_4; int32_t L_377 = V_6; int32_t L_378 = V_0; int32_t L_379 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_380 = __this->get_X_9(); NullCheck(L_380); int32_t L_381 = 5; int32_t L_382 = (L_380)->GetAt(static_cast(L_381)); int32_t L_383; L_383 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_376, L_377, L_378, L_379, L_382, 7, /*hidden argument*/NULL); V_4 = L_383; // b = F3(b, c, d, a, X[12], 5); int32_t L_384 = V_2; int32_t L_385 = V_4; int32_t L_386 = V_6; int32_t L_387 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_388 = __this->get_X_9(); NullCheck(L_388); int32_t L_389 = ((int32_t)12); int32_t L_390 = (L_388)->GetAt(static_cast(L_389)); int32_t L_391; L_391 = RipeMD128Digest_F3_m9AD0342505AE076279F1A119D082A5F300EA5429(__this, L_384, L_385, L_386, L_387, L_390, 5, /*hidden argument*/NULL); V_2 = L_391; // a = F4(a, b, c, d, X[ 1], 11); int32_t L_392 = V_0; int32_t L_393 = V_2; int32_t L_394 = V_4; int32_t L_395 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_396 = __this->get_X_9(); NullCheck(L_396); int32_t L_397 = 1; int32_t L_398 = (L_396)->GetAt(static_cast(L_397)); int32_t L_399; L_399 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_392, L_393, L_394, L_395, L_398, ((int32_t)11), /*hidden argument*/NULL); V_0 = L_399; // d = F4(d, a, b, c, X[ 9], 12); int32_t L_400 = V_6; int32_t L_401 = V_0; int32_t L_402 = V_2; int32_t L_403 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_404 = __this->get_X_9(); NullCheck(L_404); int32_t L_405 = ((int32_t)9); int32_t L_406 = (L_404)->GetAt(static_cast(L_405)); int32_t L_407; L_407 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_400, L_401, L_402, L_403, L_406, ((int32_t)12), /*hidden argument*/NULL); V_6 = L_407; // c = F4(c, d, a, b, X[11], 14); int32_t L_408 = V_4; int32_t L_409 = V_6; int32_t L_410 = V_0; int32_t L_411 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_412 = __this->get_X_9(); NullCheck(L_412); int32_t L_413 = ((int32_t)11); int32_t L_414 = (L_412)->GetAt(static_cast(L_413)); int32_t L_415; L_415 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_408, L_409, L_410, L_411, L_414, ((int32_t)14), /*hidden argument*/NULL); V_4 = L_415; // b = F4(b, c, d, a, X[10], 15); int32_t L_416 = V_2; int32_t L_417 = V_4; int32_t L_418 = V_6; int32_t L_419 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_420 = __this->get_X_9(); NullCheck(L_420); int32_t L_421 = ((int32_t)10); int32_t L_422 = (L_420)->GetAt(static_cast(L_421)); int32_t L_423; L_423 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_416, L_417, L_418, L_419, L_422, ((int32_t)15), /*hidden argument*/NULL); V_2 = L_423; // a = F4(a, b, c, d, X[ 0], 14); int32_t L_424 = V_0; int32_t L_425 = V_2; int32_t L_426 = V_4; int32_t L_427 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_428 = __this->get_X_9(); NullCheck(L_428); int32_t L_429 = 0; int32_t L_430 = (L_428)->GetAt(static_cast(L_429)); int32_t L_431; L_431 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_424, L_425, L_426, L_427, L_430, ((int32_t)14), /*hidden argument*/NULL); V_0 = L_431; // d = F4(d, a, b, c, X[ 8], 15); int32_t L_432 = V_6; int32_t L_433 = V_0; int32_t L_434 = V_2; int32_t L_435 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_436 = __this->get_X_9(); NullCheck(L_436); int32_t L_437 = 8; int32_t L_438 = (L_436)->GetAt(static_cast(L_437)); int32_t L_439; L_439 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_432, L_433, L_434, L_435, L_438, ((int32_t)15), /*hidden argument*/NULL); V_6 = L_439; // c = F4(c, d, a, b, X[12], 9); int32_t L_440 = V_4; int32_t L_441 = V_6; int32_t L_442 = V_0; int32_t L_443 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_444 = __this->get_X_9(); NullCheck(L_444); int32_t L_445 = ((int32_t)12); int32_t L_446 = (L_444)->GetAt(static_cast(L_445)); int32_t L_447; L_447 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_440, L_441, L_442, L_443, L_446, ((int32_t)9), /*hidden argument*/NULL); V_4 = L_447; // b = F4(b, c, d, a, X[ 4], 8); int32_t L_448 = V_2; int32_t L_449 = V_4; int32_t L_450 = V_6; int32_t L_451 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_452 = __this->get_X_9(); NullCheck(L_452); int32_t L_453 = 4; int32_t L_454 = (L_452)->GetAt(static_cast(L_453)); int32_t L_455; L_455 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_448, L_449, L_450, L_451, L_454, 8, /*hidden argument*/NULL); V_2 = L_455; // a = F4(a, b, c, d, X[13], 9); int32_t L_456 = V_0; int32_t L_457 = V_2; int32_t L_458 = V_4; int32_t L_459 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_460 = __this->get_X_9(); NullCheck(L_460); int32_t L_461 = ((int32_t)13); int32_t L_462 = (L_460)->GetAt(static_cast(L_461)); int32_t L_463; L_463 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_456, L_457, L_458, L_459, L_462, ((int32_t)9), /*hidden argument*/NULL); V_0 = L_463; // d = F4(d, a, b, c, X[ 3], 14); int32_t L_464 = V_6; int32_t L_465 = V_0; int32_t L_466 = V_2; int32_t L_467 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_468 = __this->get_X_9(); NullCheck(L_468); int32_t L_469 = 3; int32_t L_470 = (L_468)->GetAt(static_cast(L_469)); int32_t L_471; L_471 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_464, L_465, L_466, L_467, L_470, ((int32_t)14), /*hidden argument*/NULL); V_6 = L_471; // c = F4(c, d, a, b, X[ 7], 5); int32_t L_472 = V_4; int32_t L_473 = V_6; int32_t L_474 = V_0; int32_t L_475 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_476 = __this->get_X_9(); NullCheck(L_476); int32_t L_477 = 7; int32_t L_478 = (L_476)->GetAt(static_cast(L_477)); int32_t L_479; L_479 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_472, L_473, L_474, L_475, L_478, 5, /*hidden argument*/NULL); V_4 = L_479; // b = F4(b, c, d, a, X[15], 6); int32_t L_480 = V_2; int32_t L_481 = V_4; int32_t L_482 = V_6; int32_t L_483 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_484 = __this->get_X_9(); NullCheck(L_484); int32_t L_485 = ((int32_t)15); int32_t L_486 = (L_484)->GetAt(static_cast(L_485)); int32_t L_487; L_487 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_480, L_481, L_482, L_483, L_486, 6, /*hidden argument*/NULL); V_2 = L_487; // a = F4(a, b, c, d, X[14], 8); int32_t L_488 = V_0; int32_t L_489 = V_2; int32_t L_490 = V_4; int32_t L_491 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_492 = __this->get_X_9(); NullCheck(L_492); int32_t L_493 = ((int32_t)14); int32_t L_494 = (L_492)->GetAt(static_cast(L_493)); int32_t L_495; L_495 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_488, L_489, L_490, L_491, L_494, 8, /*hidden argument*/NULL); V_0 = L_495; // d = F4(d, a, b, c, X[ 5], 6); int32_t L_496 = V_6; int32_t L_497 = V_0; int32_t L_498 = V_2; int32_t L_499 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_500 = __this->get_X_9(); NullCheck(L_500); int32_t L_501 = 5; int32_t L_502 = (L_500)->GetAt(static_cast(L_501)); int32_t L_503; L_503 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_496, L_497, L_498, L_499, L_502, 6, /*hidden argument*/NULL); V_6 = L_503; // c = F4(c, d, a, b, X[ 6], 5); int32_t L_504 = V_4; int32_t L_505 = V_6; int32_t L_506 = V_0; int32_t L_507 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_508 = __this->get_X_9(); NullCheck(L_508); int32_t L_509 = 6; int32_t L_510 = (L_508)->GetAt(static_cast(L_509)); int32_t L_511; L_511 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_504, L_505, L_506, L_507, L_510, 5, /*hidden argument*/NULL); V_4 = L_511; // b = F4(b, c, d, a, X[ 2], 12); int32_t L_512 = V_2; int32_t L_513 = V_4; int32_t L_514 = V_6; int32_t L_515 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_516 = __this->get_X_9(); NullCheck(L_516); int32_t L_517 = 2; int32_t L_518 = (L_516)->GetAt(static_cast(L_517)); int32_t L_519; L_519 = RipeMD128Digest_F4_m9DA43658A24FFA4F6D211484E9CE6F39F6BFFFBE(__this, L_512, L_513, L_514, L_515, L_518, ((int32_t)12), /*hidden argument*/NULL); V_2 = L_519; // aa = FF4(aa, bb, cc, dd, X[ 5], 8); int32_t L_520 = V_1; int32_t L_521 = V_3; int32_t L_522 = V_5; int32_t L_523 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_524 = __this->get_X_9(); NullCheck(L_524); int32_t L_525 = 5; int32_t L_526 = (L_524)->GetAt(static_cast(L_525)); int32_t L_527; L_527 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_520, L_521, L_522, L_523, L_526, 8, /*hidden argument*/NULL); V_1 = L_527; // dd = FF4(dd, aa, bb, cc, X[14], 9); int32_t L_528 = V_7; int32_t L_529 = V_1; int32_t L_530 = V_3; int32_t L_531 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_532 = __this->get_X_9(); NullCheck(L_532); int32_t L_533 = ((int32_t)14); int32_t L_534 = (L_532)->GetAt(static_cast(L_533)); int32_t L_535; L_535 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_528, L_529, L_530, L_531, L_534, ((int32_t)9), /*hidden argument*/NULL); V_7 = L_535; // cc = FF4(cc, dd, aa, bb, X[ 7], 9); int32_t L_536 = V_5; int32_t L_537 = V_7; int32_t L_538 = V_1; int32_t L_539 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_540 = __this->get_X_9(); NullCheck(L_540); int32_t L_541 = 7; int32_t L_542 = (L_540)->GetAt(static_cast(L_541)); int32_t L_543; L_543 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_536, L_537, L_538, L_539, L_542, ((int32_t)9), /*hidden argument*/NULL); V_5 = L_543; // bb = FF4(bb, cc, dd, aa, X[ 0], 11); int32_t L_544 = V_3; int32_t L_545 = V_5; int32_t L_546 = V_7; int32_t L_547 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_548 = __this->get_X_9(); NullCheck(L_548); int32_t L_549 = 0; int32_t L_550 = (L_548)->GetAt(static_cast(L_549)); int32_t L_551; L_551 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_544, L_545, L_546, L_547, L_550, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_551; // aa = FF4(aa, bb, cc, dd, X[ 9], 13); int32_t L_552 = V_1; int32_t L_553 = V_3; int32_t L_554 = V_5; int32_t L_555 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_556 = __this->get_X_9(); NullCheck(L_556); int32_t L_557 = ((int32_t)9); int32_t L_558 = (L_556)->GetAt(static_cast(L_557)); int32_t L_559; L_559 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_552, L_553, L_554, L_555, L_558, ((int32_t)13), /*hidden argument*/NULL); V_1 = L_559; // dd = FF4(dd, aa, bb, cc, X[ 2], 15); int32_t L_560 = V_7; int32_t L_561 = V_1; int32_t L_562 = V_3; int32_t L_563 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_564 = __this->get_X_9(); NullCheck(L_564); int32_t L_565 = 2; int32_t L_566 = (L_564)->GetAt(static_cast(L_565)); int32_t L_567; L_567 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_560, L_561, L_562, L_563, L_566, ((int32_t)15), /*hidden argument*/NULL); V_7 = L_567; // cc = FF4(cc, dd, aa, bb, X[11], 15); int32_t L_568 = V_5; int32_t L_569 = V_7; int32_t L_570 = V_1; int32_t L_571 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_572 = __this->get_X_9(); NullCheck(L_572); int32_t L_573 = ((int32_t)11); int32_t L_574 = (L_572)->GetAt(static_cast(L_573)); int32_t L_575; L_575 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_568, L_569, L_570, L_571, L_574, ((int32_t)15), /*hidden argument*/NULL); V_5 = L_575; // bb = FF4(bb, cc, dd, aa, X[ 4], 5); int32_t L_576 = V_3; int32_t L_577 = V_5; int32_t L_578 = V_7; int32_t L_579 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_580 = __this->get_X_9(); NullCheck(L_580); int32_t L_581 = 4; int32_t L_582 = (L_580)->GetAt(static_cast(L_581)); int32_t L_583; L_583 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_576, L_577, L_578, L_579, L_582, 5, /*hidden argument*/NULL); V_3 = L_583; // aa = FF4(aa, bb, cc, dd, X[13], 7); int32_t L_584 = V_1; int32_t L_585 = V_3; int32_t L_586 = V_5; int32_t L_587 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_588 = __this->get_X_9(); NullCheck(L_588); int32_t L_589 = ((int32_t)13); int32_t L_590 = (L_588)->GetAt(static_cast(L_589)); int32_t L_591; L_591 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_584, L_585, L_586, L_587, L_590, 7, /*hidden argument*/NULL); V_1 = L_591; // dd = FF4(dd, aa, bb, cc, X[ 6], 7); int32_t L_592 = V_7; int32_t L_593 = V_1; int32_t L_594 = V_3; int32_t L_595 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_596 = __this->get_X_9(); NullCheck(L_596); int32_t L_597 = 6; int32_t L_598 = (L_596)->GetAt(static_cast(L_597)); int32_t L_599; L_599 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_592, L_593, L_594, L_595, L_598, 7, /*hidden argument*/NULL); V_7 = L_599; // cc = FF4(cc, dd, aa, bb, X[15], 8); int32_t L_600 = V_5; int32_t L_601 = V_7; int32_t L_602 = V_1; int32_t L_603 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_604 = __this->get_X_9(); NullCheck(L_604); int32_t L_605 = ((int32_t)15); int32_t L_606 = (L_604)->GetAt(static_cast(L_605)); int32_t L_607; L_607 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_600, L_601, L_602, L_603, L_606, 8, /*hidden argument*/NULL); V_5 = L_607; // bb = FF4(bb, cc, dd, aa, X[ 8], 11); int32_t L_608 = V_3; int32_t L_609 = V_5; int32_t L_610 = V_7; int32_t L_611 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_612 = __this->get_X_9(); NullCheck(L_612); int32_t L_613 = 8; int32_t L_614 = (L_612)->GetAt(static_cast(L_613)); int32_t L_615; L_615 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_608, L_609, L_610, L_611, L_614, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_615; // aa = FF4(aa, bb, cc, dd, X[ 1], 14); int32_t L_616 = V_1; int32_t L_617 = V_3; int32_t L_618 = V_5; int32_t L_619 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_620 = __this->get_X_9(); NullCheck(L_620); int32_t L_621 = 1; int32_t L_622 = (L_620)->GetAt(static_cast(L_621)); int32_t L_623; L_623 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_616, L_617, L_618, L_619, L_622, ((int32_t)14), /*hidden argument*/NULL); V_1 = L_623; // dd = FF4(dd, aa, bb, cc, X[10], 14); int32_t L_624 = V_7; int32_t L_625 = V_1; int32_t L_626 = V_3; int32_t L_627 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_628 = __this->get_X_9(); NullCheck(L_628); int32_t L_629 = ((int32_t)10); int32_t L_630 = (L_628)->GetAt(static_cast(L_629)); int32_t L_631; L_631 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_624, L_625, L_626, L_627, L_630, ((int32_t)14), /*hidden argument*/NULL); V_7 = L_631; // cc = FF4(cc, dd, aa, bb, X[ 3], 12); int32_t L_632 = V_5; int32_t L_633 = V_7; int32_t L_634 = V_1; int32_t L_635 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_636 = __this->get_X_9(); NullCheck(L_636); int32_t L_637 = 3; int32_t L_638 = (L_636)->GetAt(static_cast(L_637)); int32_t L_639; L_639 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_632, L_633, L_634, L_635, L_638, ((int32_t)12), /*hidden argument*/NULL); V_5 = L_639; // bb = FF4(bb, cc, dd, aa, X[12], 6); int32_t L_640 = V_3; int32_t L_641 = V_5; int32_t L_642 = V_7; int32_t L_643 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_644 = __this->get_X_9(); NullCheck(L_644); int32_t L_645 = ((int32_t)12); int32_t L_646 = (L_644)->GetAt(static_cast(L_645)); int32_t L_647; L_647 = RipeMD128Digest_FF4_m0FCE086B0F9C5B67D09C0C4404CEDC8E20A07502(__this, L_640, L_641, L_642, L_643, L_646, 6, /*hidden argument*/NULL); V_3 = L_647; // aa = FF3(aa, bb, cc, dd, X[ 6], 9); int32_t L_648 = V_1; int32_t L_649 = V_3; int32_t L_650 = V_5; int32_t L_651 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_652 = __this->get_X_9(); NullCheck(L_652); int32_t L_653 = 6; int32_t L_654 = (L_652)->GetAt(static_cast(L_653)); int32_t L_655; L_655 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_648, L_649, L_650, L_651, L_654, ((int32_t)9), /*hidden argument*/NULL); V_1 = L_655; // dd = FF3(dd, aa, bb, cc, X[11], 13); int32_t L_656 = V_7; int32_t L_657 = V_1; int32_t L_658 = V_3; int32_t L_659 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_660 = __this->get_X_9(); NullCheck(L_660); int32_t L_661 = ((int32_t)11); int32_t L_662 = (L_660)->GetAt(static_cast(L_661)); int32_t L_663; L_663 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_656, L_657, L_658, L_659, L_662, ((int32_t)13), /*hidden argument*/NULL); V_7 = L_663; // cc = FF3(cc, dd, aa, bb, X[ 3], 15); int32_t L_664 = V_5; int32_t L_665 = V_7; int32_t L_666 = V_1; int32_t L_667 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_668 = __this->get_X_9(); NullCheck(L_668); int32_t L_669 = 3; int32_t L_670 = (L_668)->GetAt(static_cast(L_669)); int32_t L_671; L_671 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_664, L_665, L_666, L_667, L_670, ((int32_t)15), /*hidden argument*/NULL); V_5 = L_671; // bb = FF3(bb, cc, dd, aa, X[ 7], 7); int32_t L_672 = V_3; int32_t L_673 = V_5; int32_t L_674 = V_7; int32_t L_675 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_676 = __this->get_X_9(); NullCheck(L_676); int32_t L_677 = 7; int32_t L_678 = (L_676)->GetAt(static_cast(L_677)); int32_t L_679; L_679 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_672, L_673, L_674, L_675, L_678, 7, /*hidden argument*/NULL); V_3 = L_679; // aa = FF3(aa, bb, cc, dd, X[ 0], 12); int32_t L_680 = V_1; int32_t L_681 = V_3; int32_t L_682 = V_5; int32_t L_683 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_684 = __this->get_X_9(); NullCheck(L_684); int32_t L_685 = 0; int32_t L_686 = (L_684)->GetAt(static_cast(L_685)); int32_t L_687; L_687 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_680, L_681, L_682, L_683, L_686, ((int32_t)12), /*hidden argument*/NULL); V_1 = L_687; // dd = FF3(dd, aa, bb, cc, X[13], 8); int32_t L_688 = V_7; int32_t L_689 = V_1; int32_t L_690 = V_3; int32_t L_691 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_692 = __this->get_X_9(); NullCheck(L_692); int32_t L_693 = ((int32_t)13); int32_t L_694 = (L_692)->GetAt(static_cast(L_693)); int32_t L_695; L_695 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_688, L_689, L_690, L_691, L_694, 8, /*hidden argument*/NULL); V_7 = L_695; // cc = FF3(cc, dd, aa, bb, X[ 5], 9); int32_t L_696 = V_5; int32_t L_697 = V_7; int32_t L_698 = V_1; int32_t L_699 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_700 = __this->get_X_9(); NullCheck(L_700); int32_t L_701 = 5; int32_t L_702 = (L_700)->GetAt(static_cast(L_701)); int32_t L_703; L_703 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_696, L_697, L_698, L_699, L_702, ((int32_t)9), /*hidden argument*/NULL); V_5 = L_703; // bb = FF3(bb, cc, dd, aa, X[10], 11); int32_t L_704 = V_3; int32_t L_705 = V_5; int32_t L_706 = V_7; int32_t L_707 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_708 = __this->get_X_9(); NullCheck(L_708); int32_t L_709 = ((int32_t)10); int32_t L_710 = (L_708)->GetAt(static_cast(L_709)); int32_t L_711; L_711 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_704, L_705, L_706, L_707, L_710, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_711; // aa = FF3(aa, bb, cc, dd, X[14], 7); int32_t L_712 = V_1; int32_t L_713 = V_3; int32_t L_714 = V_5; int32_t L_715 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_716 = __this->get_X_9(); NullCheck(L_716); int32_t L_717 = ((int32_t)14); int32_t L_718 = (L_716)->GetAt(static_cast(L_717)); int32_t L_719; L_719 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_712, L_713, L_714, L_715, L_718, 7, /*hidden argument*/NULL); V_1 = L_719; // dd = FF3(dd, aa, bb, cc, X[15], 7); int32_t L_720 = V_7; int32_t L_721 = V_1; int32_t L_722 = V_3; int32_t L_723 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_724 = __this->get_X_9(); NullCheck(L_724); int32_t L_725 = ((int32_t)15); int32_t L_726 = (L_724)->GetAt(static_cast(L_725)); int32_t L_727; L_727 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_720, L_721, L_722, L_723, L_726, 7, /*hidden argument*/NULL); V_7 = L_727; // cc = FF3(cc, dd, aa, bb, X[ 8], 12); int32_t L_728 = V_5; int32_t L_729 = V_7; int32_t L_730 = V_1; int32_t L_731 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_732 = __this->get_X_9(); NullCheck(L_732); int32_t L_733 = 8; int32_t L_734 = (L_732)->GetAt(static_cast(L_733)); int32_t L_735; L_735 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_728, L_729, L_730, L_731, L_734, ((int32_t)12), /*hidden argument*/NULL); V_5 = L_735; // bb = FF3(bb, cc, dd, aa, X[12], 7); int32_t L_736 = V_3; int32_t L_737 = V_5; int32_t L_738 = V_7; int32_t L_739 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_740 = __this->get_X_9(); NullCheck(L_740); int32_t L_741 = ((int32_t)12); int32_t L_742 = (L_740)->GetAt(static_cast(L_741)); int32_t L_743; L_743 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_736, L_737, L_738, L_739, L_742, 7, /*hidden argument*/NULL); V_3 = L_743; // aa = FF3(aa, bb, cc, dd, X[ 4], 6); int32_t L_744 = V_1; int32_t L_745 = V_3; int32_t L_746 = V_5; int32_t L_747 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_748 = __this->get_X_9(); NullCheck(L_748); int32_t L_749 = 4; int32_t L_750 = (L_748)->GetAt(static_cast(L_749)); int32_t L_751; L_751 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_744, L_745, L_746, L_747, L_750, 6, /*hidden argument*/NULL); V_1 = L_751; // dd = FF3(dd, aa, bb, cc, X[ 9], 15); int32_t L_752 = V_7; int32_t L_753 = V_1; int32_t L_754 = V_3; int32_t L_755 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_756 = __this->get_X_9(); NullCheck(L_756); int32_t L_757 = ((int32_t)9); int32_t L_758 = (L_756)->GetAt(static_cast(L_757)); int32_t L_759; L_759 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_752, L_753, L_754, L_755, L_758, ((int32_t)15), /*hidden argument*/NULL); V_7 = L_759; // cc = FF3(cc, dd, aa, bb, X[ 1], 13); int32_t L_760 = V_5; int32_t L_761 = V_7; int32_t L_762 = V_1; int32_t L_763 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_764 = __this->get_X_9(); NullCheck(L_764); int32_t L_765 = 1; int32_t L_766 = (L_764)->GetAt(static_cast(L_765)); int32_t L_767; L_767 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_760, L_761, L_762, L_763, L_766, ((int32_t)13), /*hidden argument*/NULL); V_5 = L_767; // bb = FF3(bb, cc, dd, aa, X[ 2], 11); int32_t L_768 = V_3; int32_t L_769 = V_5; int32_t L_770 = V_7; int32_t L_771 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_772 = __this->get_X_9(); NullCheck(L_772); int32_t L_773 = 2; int32_t L_774 = (L_772)->GetAt(static_cast(L_773)); int32_t L_775; L_775 = RipeMD128Digest_FF3_m310A911227474318705412A3A308A24D49A6BE85(__this, L_768, L_769, L_770, L_771, L_774, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_775; // aa = FF2(aa, bb, cc, dd, X[15], 9); int32_t L_776 = V_1; int32_t L_777 = V_3; int32_t L_778 = V_5; int32_t L_779 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_780 = __this->get_X_9(); NullCheck(L_780); int32_t L_781 = ((int32_t)15); int32_t L_782 = (L_780)->GetAt(static_cast(L_781)); int32_t L_783; L_783 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_776, L_777, L_778, L_779, L_782, ((int32_t)9), /*hidden argument*/NULL); V_1 = L_783; // dd = FF2(dd, aa, bb, cc, X[ 5], 7); int32_t L_784 = V_7; int32_t L_785 = V_1; int32_t L_786 = V_3; int32_t L_787 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_788 = __this->get_X_9(); NullCheck(L_788); int32_t L_789 = 5; int32_t L_790 = (L_788)->GetAt(static_cast(L_789)); int32_t L_791; L_791 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_784, L_785, L_786, L_787, L_790, 7, /*hidden argument*/NULL); V_7 = L_791; // cc = FF2(cc, dd, aa, bb, X[ 1], 15); int32_t L_792 = V_5; int32_t L_793 = V_7; int32_t L_794 = V_1; int32_t L_795 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_796 = __this->get_X_9(); NullCheck(L_796); int32_t L_797 = 1; int32_t L_798 = (L_796)->GetAt(static_cast(L_797)); int32_t L_799; L_799 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_792, L_793, L_794, L_795, L_798, ((int32_t)15), /*hidden argument*/NULL); V_5 = L_799; // bb = FF2(bb, cc, dd, aa, X[ 3], 11); int32_t L_800 = V_3; int32_t L_801 = V_5; int32_t L_802 = V_7; int32_t L_803 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_804 = __this->get_X_9(); NullCheck(L_804); int32_t L_805 = 3; int32_t L_806 = (L_804)->GetAt(static_cast(L_805)); int32_t L_807; L_807 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_800, L_801, L_802, L_803, L_806, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_807; // aa = FF2(aa, bb, cc, dd, X[ 7], 8); int32_t L_808 = V_1; int32_t L_809 = V_3; int32_t L_810 = V_5; int32_t L_811 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_812 = __this->get_X_9(); NullCheck(L_812); int32_t L_813 = 7; int32_t L_814 = (L_812)->GetAt(static_cast(L_813)); int32_t L_815; L_815 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_808, L_809, L_810, L_811, L_814, 8, /*hidden argument*/NULL); V_1 = L_815; // dd = FF2(dd, aa, bb, cc, X[14], 6); int32_t L_816 = V_7; int32_t L_817 = V_1; int32_t L_818 = V_3; int32_t L_819 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_820 = __this->get_X_9(); NullCheck(L_820); int32_t L_821 = ((int32_t)14); int32_t L_822 = (L_820)->GetAt(static_cast(L_821)); int32_t L_823; L_823 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_816, L_817, L_818, L_819, L_822, 6, /*hidden argument*/NULL); V_7 = L_823; // cc = FF2(cc, dd, aa, bb, X[ 6], 6); int32_t L_824 = V_5; int32_t L_825 = V_7; int32_t L_826 = V_1; int32_t L_827 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_828 = __this->get_X_9(); NullCheck(L_828); int32_t L_829 = 6; int32_t L_830 = (L_828)->GetAt(static_cast(L_829)); int32_t L_831; L_831 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_824, L_825, L_826, L_827, L_830, 6, /*hidden argument*/NULL); V_5 = L_831; // bb = FF2(bb, cc, dd, aa, X[ 9], 14); int32_t L_832 = V_3; int32_t L_833 = V_5; int32_t L_834 = V_7; int32_t L_835 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_836 = __this->get_X_9(); NullCheck(L_836); int32_t L_837 = ((int32_t)9); int32_t L_838 = (L_836)->GetAt(static_cast(L_837)); int32_t L_839; L_839 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_832, L_833, L_834, L_835, L_838, ((int32_t)14), /*hidden argument*/NULL); V_3 = L_839; // aa = FF2(aa, bb, cc, dd, X[11], 12); int32_t L_840 = V_1; int32_t L_841 = V_3; int32_t L_842 = V_5; int32_t L_843 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_844 = __this->get_X_9(); NullCheck(L_844); int32_t L_845 = ((int32_t)11); int32_t L_846 = (L_844)->GetAt(static_cast(L_845)); int32_t L_847; L_847 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_840, L_841, L_842, L_843, L_846, ((int32_t)12), /*hidden argument*/NULL); V_1 = L_847; // dd = FF2(dd, aa, bb, cc, X[ 8], 13); int32_t L_848 = V_7; int32_t L_849 = V_1; int32_t L_850 = V_3; int32_t L_851 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_852 = __this->get_X_9(); NullCheck(L_852); int32_t L_853 = 8; int32_t L_854 = (L_852)->GetAt(static_cast(L_853)); int32_t L_855; L_855 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_848, L_849, L_850, L_851, L_854, ((int32_t)13), /*hidden argument*/NULL); V_7 = L_855; // cc = FF2(cc, dd, aa, bb, X[12], 5); int32_t L_856 = V_5; int32_t L_857 = V_7; int32_t L_858 = V_1; int32_t L_859 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_860 = __this->get_X_9(); NullCheck(L_860); int32_t L_861 = ((int32_t)12); int32_t L_862 = (L_860)->GetAt(static_cast(L_861)); int32_t L_863; L_863 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_856, L_857, L_858, L_859, L_862, 5, /*hidden argument*/NULL); V_5 = L_863; // bb = FF2(bb, cc, dd, aa, X[ 2], 14); int32_t L_864 = V_3; int32_t L_865 = V_5; int32_t L_866 = V_7; int32_t L_867 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_868 = __this->get_X_9(); NullCheck(L_868); int32_t L_869 = 2; int32_t L_870 = (L_868)->GetAt(static_cast(L_869)); int32_t L_871; L_871 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_864, L_865, L_866, L_867, L_870, ((int32_t)14), /*hidden argument*/NULL); V_3 = L_871; // aa = FF2(aa, bb, cc, dd, X[10], 13); int32_t L_872 = V_1; int32_t L_873 = V_3; int32_t L_874 = V_5; int32_t L_875 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_876 = __this->get_X_9(); NullCheck(L_876); int32_t L_877 = ((int32_t)10); int32_t L_878 = (L_876)->GetAt(static_cast(L_877)); int32_t L_879; L_879 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_872, L_873, L_874, L_875, L_878, ((int32_t)13), /*hidden argument*/NULL); V_1 = L_879; // dd = FF2(dd, aa, bb, cc, X[ 0], 13); int32_t L_880 = V_7; int32_t L_881 = V_1; int32_t L_882 = V_3; int32_t L_883 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_884 = __this->get_X_9(); NullCheck(L_884); int32_t L_885 = 0; int32_t L_886 = (L_884)->GetAt(static_cast(L_885)); int32_t L_887; L_887 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_880, L_881, L_882, L_883, L_886, ((int32_t)13), /*hidden argument*/NULL); V_7 = L_887; // cc = FF2(cc, dd, aa, bb, X[ 4], 7); int32_t L_888 = V_5; int32_t L_889 = V_7; int32_t L_890 = V_1; int32_t L_891 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_892 = __this->get_X_9(); NullCheck(L_892); int32_t L_893 = 4; int32_t L_894 = (L_892)->GetAt(static_cast(L_893)); int32_t L_895; L_895 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_888, L_889, L_890, L_891, L_894, 7, /*hidden argument*/NULL); V_5 = L_895; // bb = FF2(bb, cc, dd, aa, X[13], 5); int32_t L_896 = V_3; int32_t L_897 = V_5; int32_t L_898 = V_7; int32_t L_899 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_900 = __this->get_X_9(); NullCheck(L_900); int32_t L_901 = ((int32_t)13); int32_t L_902 = (L_900)->GetAt(static_cast(L_901)); int32_t L_903; L_903 = RipeMD128Digest_FF2_m607DC321F9BF889B8C53D9E5A4C636711D138603(__this, L_896, L_897, L_898, L_899, L_902, 5, /*hidden argument*/NULL); V_3 = L_903; // aa = FF1(aa, bb, cc, dd, X[ 8], 15); int32_t L_904 = V_1; int32_t L_905 = V_3; int32_t L_906 = V_5; int32_t L_907 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_908 = __this->get_X_9(); NullCheck(L_908); int32_t L_909 = 8; int32_t L_910 = (L_908)->GetAt(static_cast(L_909)); int32_t L_911; L_911 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_904, L_905, L_906, L_907, L_910, ((int32_t)15), /*hidden argument*/NULL); V_1 = L_911; // dd = FF1(dd, aa, bb, cc, X[ 6], 5); int32_t L_912 = V_7; int32_t L_913 = V_1; int32_t L_914 = V_3; int32_t L_915 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_916 = __this->get_X_9(); NullCheck(L_916); int32_t L_917 = 6; int32_t L_918 = (L_916)->GetAt(static_cast(L_917)); int32_t L_919; L_919 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_912, L_913, L_914, L_915, L_918, 5, /*hidden argument*/NULL); V_7 = L_919; // cc = FF1(cc, dd, aa, bb, X[ 4], 8); int32_t L_920 = V_5; int32_t L_921 = V_7; int32_t L_922 = V_1; int32_t L_923 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_924 = __this->get_X_9(); NullCheck(L_924); int32_t L_925 = 4; int32_t L_926 = (L_924)->GetAt(static_cast(L_925)); int32_t L_927; L_927 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_920, L_921, L_922, L_923, L_926, 8, /*hidden argument*/NULL); V_5 = L_927; // bb = FF1(bb, cc, dd, aa, X[ 1], 11); int32_t L_928 = V_3; int32_t L_929 = V_5; int32_t L_930 = V_7; int32_t L_931 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_932 = __this->get_X_9(); NullCheck(L_932); int32_t L_933 = 1; int32_t L_934 = (L_932)->GetAt(static_cast(L_933)); int32_t L_935; L_935 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_928, L_929, L_930, L_931, L_934, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_935; // aa = FF1(aa, bb, cc, dd, X[ 3], 14); int32_t L_936 = V_1; int32_t L_937 = V_3; int32_t L_938 = V_5; int32_t L_939 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_940 = __this->get_X_9(); NullCheck(L_940); int32_t L_941 = 3; int32_t L_942 = (L_940)->GetAt(static_cast(L_941)); int32_t L_943; L_943 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_936, L_937, L_938, L_939, L_942, ((int32_t)14), /*hidden argument*/NULL); V_1 = L_943; // dd = FF1(dd, aa, bb, cc, X[11], 14); int32_t L_944 = V_7; int32_t L_945 = V_1; int32_t L_946 = V_3; int32_t L_947 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_948 = __this->get_X_9(); NullCheck(L_948); int32_t L_949 = ((int32_t)11); int32_t L_950 = (L_948)->GetAt(static_cast(L_949)); int32_t L_951; L_951 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_944, L_945, L_946, L_947, L_950, ((int32_t)14), /*hidden argument*/NULL); V_7 = L_951; // cc = FF1(cc, dd, aa, bb, X[15], 6); int32_t L_952 = V_5; int32_t L_953 = V_7; int32_t L_954 = V_1; int32_t L_955 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_956 = __this->get_X_9(); NullCheck(L_956); int32_t L_957 = ((int32_t)15); int32_t L_958 = (L_956)->GetAt(static_cast(L_957)); int32_t L_959; L_959 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_952, L_953, L_954, L_955, L_958, 6, /*hidden argument*/NULL); V_5 = L_959; // bb = FF1(bb, cc, dd, aa, X[ 0], 14); int32_t L_960 = V_3; int32_t L_961 = V_5; int32_t L_962 = V_7; int32_t L_963 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_964 = __this->get_X_9(); NullCheck(L_964); int32_t L_965 = 0; int32_t L_966 = (L_964)->GetAt(static_cast(L_965)); int32_t L_967; L_967 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_960, L_961, L_962, L_963, L_966, ((int32_t)14), /*hidden argument*/NULL); V_3 = L_967; // aa = FF1(aa, bb, cc, dd, X[ 5], 6); int32_t L_968 = V_1; int32_t L_969 = V_3; int32_t L_970 = V_5; int32_t L_971 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_972 = __this->get_X_9(); NullCheck(L_972); int32_t L_973 = 5; int32_t L_974 = (L_972)->GetAt(static_cast(L_973)); int32_t L_975; L_975 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_968, L_969, L_970, L_971, L_974, 6, /*hidden argument*/NULL); V_1 = L_975; // dd = FF1(dd, aa, bb, cc, X[12], 9); int32_t L_976 = V_7; int32_t L_977 = V_1; int32_t L_978 = V_3; int32_t L_979 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_980 = __this->get_X_9(); NullCheck(L_980); int32_t L_981 = ((int32_t)12); int32_t L_982 = (L_980)->GetAt(static_cast(L_981)); int32_t L_983; L_983 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_976, L_977, L_978, L_979, L_982, ((int32_t)9), /*hidden argument*/NULL); V_7 = L_983; // cc = FF1(cc, dd, aa, bb, X[ 2], 12); int32_t L_984 = V_5; int32_t L_985 = V_7; int32_t L_986 = V_1; int32_t L_987 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_988 = __this->get_X_9(); NullCheck(L_988); int32_t L_989 = 2; int32_t L_990 = (L_988)->GetAt(static_cast(L_989)); int32_t L_991; L_991 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_984, L_985, L_986, L_987, L_990, ((int32_t)12), /*hidden argument*/NULL); V_5 = L_991; // bb = FF1(bb, cc, dd, aa, X[13], 9); int32_t L_992 = V_3; int32_t L_993 = V_5; int32_t L_994 = V_7; int32_t L_995 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_996 = __this->get_X_9(); NullCheck(L_996); int32_t L_997 = ((int32_t)13); int32_t L_998 = (L_996)->GetAt(static_cast(L_997)); int32_t L_999; L_999 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_992, L_993, L_994, L_995, L_998, ((int32_t)9), /*hidden argument*/NULL); V_3 = L_999; // aa = FF1(aa, bb, cc, dd, X[ 9], 12); int32_t L_1000 = V_1; int32_t L_1001 = V_3; int32_t L_1002 = V_5; int32_t L_1003 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1004 = __this->get_X_9(); NullCheck(L_1004); int32_t L_1005 = ((int32_t)9); int32_t L_1006 = (L_1004)->GetAt(static_cast(L_1005)); int32_t L_1007; L_1007 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_1000, L_1001, L_1002, L_1003, L_1006, ((int32_t)12), /*hidden argument*/NULL); V_1 = L_1007; // dd = FF1(dd, aa, bb, cc, X[ 7], 5); int32_t L_1008 = V_7; int32_t L_1009 = V_1; int32_t L_1010 = V_3; int32_t L_1011 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1012 = __this->get_X_9(); NullCheck(L_1012); int32_t L_1013 = 7; int32_t L_1014 = (L_1012)->GetAt(static_cast(L_1013)); int32_t L_1015; L_1015 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_1008, L_1009, L_1010, L_1011, L_1014, 5, /*hidden argument*/NULL); V_7 = L_1015; // cc = FF1(cc, dd, aa, bb, X[10], 15); int32_t L_1016 = V_5; int32_t L_1017 = V_7; int32_t L_1018 = V_1; int32_t L_1019 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1020 = __this->get_X_9(); NullCheck(L_1020); int32_t L_1021 = ((int32_t)10); int32_t L_1022 = (L_1020)->GetAt(static_cast(L_1021)); int32_t L_1023; L_1023 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_1016, L_1017, L_1018, L_1019, L_1022, ((int32_t)15), /*hidden argument*/NULL); V_5 = L_1023; // bb = FF1(bb, cc, dd, aa, X[14], 8); int32_t L_1024 = V_3; int32_t L_1025 = V_5; int32_t L_1026 = V_7; int32_t L_1027 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1028 = __this->get_X_9(); NullCheck(L_1028); int32_t L_1029 = ((int32_t)14); int32_t L_1030 = (L_1028)->GetAt(static_cast(L_1029)); int32_t L_1031; L_1031 = RipeMD128Digest_FF1_m62C6D0D1F9AAE141FA360B9D002AFEAAF55FE331(__this, L_1024, L_1025, L_1026, L_1027, L_1030, 8, /*hidden argument*/NULL); V_3 = L_1031; // dd += c + H1; // final result for H0 int32_t L_1032 = V_7; int32_t L_1033 = V_4; int32_t L_1034 = __this->get_H1_6(); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1032, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1033, (int32_t)L_1034)))); // H1 = H2 + d + aa; int32_t L_1035 = __this->get_H2_7(); int32_t L_1036 = V_6; int32_t L_1037 = V_1; __this->set_H1_6(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1035, (int32_t)L_1036)), (int32_t)L_1037))); // H2 = H3 + a + bb; int32_t L_1038 = __this->get_H3_8(); int32_t L_1039 = V_0; int32_t L_1040 = V_3; __this->set_H2_7(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1038, (int32_t)L_1039)), (int32_t)L_1040))); // H3 = H0 + b + cc; int32_t L_1041 = __this->get_H0_5(); int32_t L_1042 = V_2; int32_t L_1043 = V_5; __this->set_H3_8(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1041, (int32_t)L_1042)), (int32_t)L_1043))); // H0 = dd; int32_t L_1044 = V_7; __this->set_H0_5(L_1044); // xOff = 0; __this->set_xOff_10(0); // for (int i = 0; i != X.Length; i++) V_8 = 0; goto IL_0c52; } IL_0c42: { // X[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1045 = __this->get_X_9(); int32_t L_1046 = V_8; NullCheck(L_1045); (L_1045)->SetAt(static_cast(L_1046), (int32_t)0); // for (int i = 0; i != X.Length; i++) int32_t L_1047 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1047, (int32_t)1)); } IL_0c52: { // for (int i = 0; i != X.Length; i++) int32_t L_1048 = V_8; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1049 = __this->get_X_9(); NullCheck(L_1049); if ((!(((uint32_t)L_1048) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1049)->max_length))))))) { goto IL_0c42; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RipeMD128Digest_Copy_m4C0D5298F077B3D8CF9F623542107AD3CA82AA14 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new RipeMD128Digest(this); RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_0 = (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD *)il2cpp_codegen_object_new(RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD_il2cpp_TypeInfo_var); RipeMD128Digest__ctor_m81C6A62AA83375D67B2A89FB3994B0B6121DA324(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD128Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD128Digest_Reset_m4B88F2B21FC92D8ABB9CA4A808FC48BFBB3CD2A8 (RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * V_0 = NULL; { // RipeMD128Digest d = (RipeMD128Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD *)CastclassClass((RuntimeObject*)L_0, RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD_il2cpp_TypeInfo_var)); // CopyIn(d); RipeMD128Digest_t9D797D91405993BF07854871C6B1469404D4B7BD * L_1 = V_0; RipeMD128Digest_CopyIn_m3898F2BA026EC049B30E2575575EF0F275DC1FAC(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest__ctor_m83D3A2192ED48296B459F02132F842BE43B1FBC1 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] X = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_X_10(L_0); // public RipeMD160Digest() GeneralDigest__ctor_m6EECB69BC9E7F14DBD7C2BB564CA5A250C447616(__this, /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest__ctor_mBC495BEADF9DBA18257A3CE70293F1258D5F17D2 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private int[] X = new int[16]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_X_10(L_0); // public RipeMD160Digest(RipeMD160Digest t) : base(t) RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_1 = ___t0; GeneralDigest__ctor_m181D41AB9AD38413F958BCB544F5FDC89F103C85(__this, L_1, /*hidden argument*/NULL); // CopyIn(t); RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_2 = ___t0; RipeMD160Digest_CopyIn_m250C592D7499768ABCB8E22969842F49CBE158AA(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_CopyIn_m250C592D7499768ABCB8E22969842F49CBE158AA (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * ___t0, const RuntimeMethod* method) { { // base.CopyIn(t); RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_0 = ___t0; GeneralDigest_CopyIn_m6D242C109A2510C92AF1ADEF82AA99EB44BDA171(__this, L_0, /*hidden argument*/NULL); // H0 = t.H0; RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = L_1->get_H0_5(); __this->set_H0_5(L_2); // H1 = t.H1; RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_3 = ___t0; NullCheck(L_3); int32_t L_4 = L_3->get_H1_6(); __this->set_H1_6(L_4); // H2 = t.H2; RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_5 = ___t0; NullCheck(L_5); int32_t L_6 = L_5->get_H2_7(); __this->set_H2_7(L_6); // H3 = t.H3; RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_7 = ___t0; NullCheck(L_7); int32_t L_8 = L_7->get_H3_8(); __this->set_H3_8(L_8); // H4 = t.H4; RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_9 = ___t0; NullCheck(L_9); int32_t L_10 = L_9->get_H4_9(); __this->set_H4_9(L_10); // Array.Copy(t.X, 0, X, 0, t.X.Length); RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_11 = ___t0; NullCheck(L_11); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = L_11->get_X_10(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = __this->get_X_10(); RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_14 = ___t0; NullCheck(L_14); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = L_14->get_X_10(); NullCheck(L_15); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); // xOff = t.xOff; RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_16 = ___t0; NullCheck(L_16); int32_t L_17 = L_16->get_xOff_11(); __this->set_xOff_11(L_17); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RipeMD160Digest_get_AlgorithmName_m44866979E77DE7B41650292555BBCA0A6906964C (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8); s_Il2CppMethodInitialized = true; } { // get { return "RIPEMD160"; } return _stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_GetDigestSize_m1F8B2E5704F3BB3C2930112A21FBAD04CFDB53F4 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, const RuntimeMethod* method) { { // return DigestLength; return ((int32_t)20); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::ProcessWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_ProcessWord_m7AD6BD7739B9C189C9AD5A64796F51E332B3A11A (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; { // X[xOff++] = (input[inOff] & 0xff) | ((input[inOff + 1] & 0xff) << 8) // | ((input[inOff + 2] & 0xff) << 16) | ((input[inOff + 3] & 0xff) << 24); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_X_10(); int32_t L_1 = __this->get_xOff_11(); V_0 = L_1; int32_t L_2 = V_0; __this->set_xOff_11(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___input0; int32_t L_17 = ___inOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24)))))); // if (xOff == 16) int32_t L_20 = __this->get_xOff_11(); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)16))))) { goto IL_005d; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_005d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::ProcessLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_ProcessLength_m417F2A80F1FC274CA7743BB204AB790B8799998F (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int64_t ___bitLength0, const RuntimeMethod* method) { { // if (xOff > 14) int32_t L_0 = __this->get_xOff_11(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)14)))) { goto IL_0010; } } { // ProcessBlock(); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::ProcessBlock() */, __this); } IL_0010: { // X[14] = (int)(bitLength & 0xffffffff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_X_10(); int64_t L_2 = ___bitLength0; NullCheck(L_1); (L_1)->SetAt(static_cast(((int32_t)14)), (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))))); // X[15] = (int)((ulong) bitLength >> 32); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_X_10(); int64_t L_4 = ___bitLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)15)), (int32_t)((int32_t)((int32_t)((int64_t)((uint64_t)L_4>>((int32_t)32)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::UnpackWord(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_UnpackWord_m74B4D6FFEF290AE9E58E39368E59842DB3DCE61B (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, const RuntimeMethod* method) { { // outBytes[outOff] = (byte)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___outBytes1; int32_t L_1 = ___outOff2; int32_t L_2 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // outBytes[outOff + 1] = (byte)((uint) word >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___outBytes1; int32_t L_4 = ___outOff2; int32_t L_5 = ___word0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_5>>8))))); // outBytes[outOff + 2] = (byte)((uint) word >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes1; int32_t L_7 = ___outOff2; int32_t L_8 = ___word0; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_8>>((int32_t)16)))))); // outBytes[outOff + 3] = (byte)((uint) word >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___outBytes1; int32_t L_10 = ___outOff2; int32_t L_11 = ___word0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_11>>((int32_t)24)))))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_DoFinal_mB8B757D720BE72CC93B7439906D0C8B637718C29 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // Finish(); GeneralDigest_Finish_mD265C27934DD928D55B3F4605C61C9A3F9F1CA41(__this, /*hidden argument*/NULL); // UnpackWord(H0, output, outOff); int32_t L_0 = __this->get_H0_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; RipeMD160Digest_UnpackWord_m74B4D6FFEF290AE9E58E39368E59842DB3DCE61B(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // UnpackWord(H1, output, outOff + 4); int32_t L_3 = __this->get_H1_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output0; int32_t L_5 = ___outOff1; RipeMD160Digest_UnpackWord_m74B4D6FFEF290AE9E58E39368E59842DB3DCE61B(__this, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // UnpackWord(H2, output, outOff + 8); int32_t L_6 = __this->get_H2_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___output0; int32_t L_8 = ___outOff1; RipeMD160Digest_UnpackWord_m74B4D6FFEF290AE9E58E39368E59842DB3DCE61B(__this, L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // UnpackWord(H3, output, outOff + 12); int32_t L_9 = __this->get_H3_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; RipeMD160Digest_UnpackWord_m74B4D6FFEF290AE9E58E39368E59842DB3DCE61B(__this, L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // UnpackWord(H4, output, outOff + 16); int32_t L_12 = __this->get_H4_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output0; int32_t L_14 = ___outOff1; RipeMD160Digest_UnpackWord_m74B4D6FFEF290AE9E58E39368E59842DB3DCE61B(__this, L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)16))), /*hidden argument*/NULL); // Reset(); VirtualActionInvoker0::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::Reset() */, __this); // return DigestLength; return ((int32_t)20); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_Reset_m2F9F3F05E14D1F95C24C66DC4DA8424389DCE407 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // base.Reset(); GeneralDigest_Reset_m9C32D34E7DEA612AE47451FC2CD0E557CC448094(__this, /*hidden argument*/NULL); // H0 = unchecked((int) 0x67452301); __this->set_H0_5(((int32_t)1732584193)); // H1 = unchecked((int) 0xefcdab89); __this->set_H1_6(((int32_t)-271733879)); // H2 = unchecked((int) 0x98badcfe); __this->set_H2_7(((int32_t)-1732584194)); // H3 = unchecked((int) 0x10325476); __this->set_H3_8(((int32_t)271733878)); // H4 = unchecked((int) 0xc3d2e1f0); __this->set_H4_9(((int32_t)-1009589776)); // xOff = 0; __this->set_xOff_11(0); // for (int i = 0; i != X.Length; i++) V_0 = 0; goto IL_0055; } IL_0048: { // X[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_X_10(); int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)0); // for (int i = 0; i != X.Length; i++) int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0055: { // for (int i = 0; i != X.Length; i++) int32_t L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_X_10(); NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_0048; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::RL(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___n1, const RuntimeMethod* method) { { // return (x << n) | (int) ((uint) x >> (32 - n)); int32_t L_0 = ___x0; int32_t L_1 = ___n1; int32_t L_2 = ___x0; int32_t L_3 = ___n1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F1(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return x ^ y ^ z; int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x & y) | (~x & z); int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___x0; int32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F3(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x | ~y) ^ z; int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((~L_1))))^(int32_t)L_2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F4(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return (x & z) | (y & ~z); int32_t L_0 = ___x0; int32_t L_1 = ___z2; int32_t L_2 = ___y1; int32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)((~L_3)))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::F5(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, int32_t ___x0, int32_t ___y1, int32_t ___z2, const RuntimeMethod* method) { { // return x ^ (y | ~z); int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___z2; return ((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)L_1|(int32_t)((~L_2)))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::ProcessBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_ProcessBlock_m23495797AE7798EABA36720D4C5B9C27CE94465D (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, 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; 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; { // a = aa = H0; int32_t L_0 = __this->get_H0_5(); int32_t L_1 = L_0; V_1 = L_1; V_0 = L_1; // b = bb = H1; int32_t L_2 = __this->get_H1_6(); int32_t L_3 = L_2; V_3 = L_3; V_2 = L_3; // c = cc = H2; int32_t L_4 = __this->get_H2_7(); int32_t L_5 = L_4; V_5 = L_5; V_4 = L_5; // d = dd = H3; int32_t L_6 = __this->get_H3_8(); int32_t L_7 = L_6; V_7 = L_7; V_6 = L_7; // e = ee = H4; int32_t L_8 = __this->get_H4_9(); int32_t L_9 = L_8; V_9 = L_9; V_8 = L_9; // a = RL(a + F1(b,c,d) + X[ 0], 11) + e; c = RL(c, 10); int32_t L_10 = V_0; int32_t L_11 = V_2; int32_t L_12 = V_4; int32_t L_13 = V_6; int32_t L_14; L_14 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_11, L_12, L_13, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get_X_10(); NullCheck(L_15); int32_t L_16 = 0; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); int32_t L_18; L_18 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_14)), (int32_t)L_17)), ((int32_t)11), /*hidden argument*/NULL); int32_t L_19 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); // a = RL(a + F1(b,c,d) + X[ 0], 11) + e; c = RL(c, 10); int32_t L_20 = V_4; int32_t L_21; L_21 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_20, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_21; // e = RL(e + F1(a,b,c) + X[ 1], 14) + d; b = RL(b, 10); int32_t L_22 = V_8; int32_t L_23 = V_0; int32_t L_24 = V_2; int32_t L_25 = V_4; int32_t L_26; L_26 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_23, L_24, L_25, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = __this->get_X_10(); NullCheck(L_27); int32_t L_28 = 1; int32_t L_29 = (L_27)->GetAt(static_cast(L_28)); int32_t L_30; L_30 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_26)), (int32_t)L_29)), ((int32_t)14), /*hidden argument*/NULL); int32_t L_31 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); // e = RL(e + F1(a,b,c) + X[ 1], 14) + d; b = RL(b, 10); int32_t L_32 = V_2; int32_t L_33; L_33 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_32, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_33; // d = RL(d + F1(e,a,b) + X[ 2], 15) + c; a = RL(a, 10); int32_t L_34 = V_6; int32_t L_35 = V_8; int32_t L_36 = V_0; int32_t L_37 = V_2; int32_t L_38; L_38 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_35, L_36, L_37, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = __this->get_X_10(); NullCheck(L_39); int32_t L_40 = 2; int32_t L_41 = (L_39)->GetAt(static_cast(L_40)); int32_t L_42; L_42 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_38)), (int32_t)L_41)), ((int32_t)15), /*hidden argument*/NULL); int32_t L_43 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43)); // d = RL(d + F1(e,a,b) + X[ 2], 15) + c; a = RL(a, 10); int32_t L_44 = V_0; int32_t L_45; L_45 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_44, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_45; // c = RL(c + F1(d,e,a) + X[ 3], 12) + b; e = RL(e, 10); int32_t L_46 = V_4; int32_t L_47 = V_6; int32_t L_48 = V_8; int32_t L_49 = V_0; int32_t L_50; L_50 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_47, L_48, L_49, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = __this->get_X_10(); NullCheck(L_51); int32_t L_52 = 3; int32_t L_53 = (L_51)->GetAt(static_cast(L_52)); int32_t L_54; L_54 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_50)), (int32_t)L_53)), ((int32_t)12), /*hidden argument*/NULL); int32_t L_55 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_55)); // c = RL(c + F1(d,e,a) + X[ 3], 12) + b; e = RL(e, 10); int32_t L_56 = V_8; int32_t L_57; L_57 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_56, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_57; // b = RL(b + F1(c,d,e) + X[ 4], 5) + a; d = RL(d, 10); int32_t L_58 = V_2; int32_t L_59 = V_4; int32_t L_60 = V_6; int32_t L_61 = V_8; int32_t L_62; L_62 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_59, L_60, L_61, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_63 = __this->get_X_10(); NullCheck(L_63); int32_t L_64 = 4; int32_t L_65 = (L_63)->GetAt(static_cast(L_64)); int32_t L_66; L_66 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_62)), (int32_t)L_65)), 5, /*hidden argument*/NULL); int32_t L_67 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67)); // b = RL(b + F1(c,d,e) + X[ 4], 5) + a; d = RL(d, 10); int32_t L_68 = V_6; int32_t L_69; L_69 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_68, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_69; // a = RL(a + F1(b,c,d) + X[ 5], 8) + e; c = RL(c, 10); int32_t L_70 = V_0; int32_t L_71 = V_2; int32_t L_72 = V_4; int32_t L_73 = V_6; int32_t L_74; L_74 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_71, L_72, L_73, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = __this->get_X_10(); NullCheck(L_75); int32_t L_76 = 5; int32_t L_77 = (L_75)->GetAt(static_cast(L_76)); int32_t L_78; L_78 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)L_74)), (int32_t)L_77)), 8, /*hidden argument*/NULL); int32_t L_79 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_79)); // a = RL(a + F1(b,c,d) + X[ 5], 8) + e; c = RL(c, 10); int32_t L_80 = V_4; int32_t L_81; L_81 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_80, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_81; // e = RL(e + F1(a,b,c) + X[ 6], 7) + d; b = RL(b, 10); int32_t L_82 = V_8; int32_t L_83 = V_0; int32_t L_84 = V_2; int32_t L_85 = V_4; int32_t L_86; L_86 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_83, L_84, L_85, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = __this->get_X_10(); NullCheck(L_87); int32_t L_88 = 6; int32_t L_89 = (L_87)->GetAt(static_cast(L_88)); int32_t L_90; L_90 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_86)), (int32_t)L_89)), 7, /*hidden argument*/NULL); int32_t L_91 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91)); // e = RL(e + F1(a,b,c) + X[ 6], 7) + d; b = RL(b, 10); int32_t L_92 = V_2; int32_t L_93; L_93 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_92, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_93; // d = RL(d + F1(e,a,b) + X[ 7], 9) + c; a = RL(a, 10); int32_t L_94 = V_6; int32_t L_95 = V_8; int32_t L_96 = V_0; int32_t L_97 = V_2; int32_t L_98; L_98 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_95, L_96, L_97, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_99 = __this->get_X_10(); NullCheck(L_99); int32_t L_100 = 7; int32_t L_101 = (L_99)->GetAt(static_cast(L_100)); int32_t L_102; L_102 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)L_98)), (int32_t)L_101)), ((int32_t)9), /*hidden argument*/NULL); int32_t L_103 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_103)); // d = RL(d + F1(e,a,b) + X[ 7], 9) + c; a = RL(a, 10); int32_t L_104 = V_0; int32_t L_105; L_105 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_104, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_105; // c = RL(c + F1(d,e,a) + X[ 8], 11) + b; e = RL(e, 10); int32_t L_106 = V_4; int32_t L_107 = V_6; int32_t L_108 = V_8; int32_t L_109 = V_0; int32_t L_110; L_110 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_107, L_108, L_109, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_111 = __this->get_X_10(); NullCheck(L_111); int32_t L_112 = 8; int32_t L_113 = (L_111)->GetAt(static_cast(L_112)); int32_t L_114; L_114 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)L_110)), (int32_t)L_113)), ((int32_t)11), /*hidden argument*/NULL); int32_t L_115 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)L_115)); // c = RL(c + F1(d,e,a) + X[ 8], 11) + b; e = RL(e, 10); int32_t L_116 = V_8; int32_t L_117; L_117 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_116, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_117; // b = RL(b + F1(c,d,e) + X[ 9], 13) + a; d = RL(d, 10); int32_t L_118 = V_2; int32_t L_119 = V_4; int32_t L_120 = V_6; int32_t L_121 = V_8; int32_t L_122; L_122 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_119, L_120, L_121, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_123 = __this->get_X_10(); NullCheck(L_123); int32_t L_124 = ((int32_t)9); int32_t L_125 = (L_123)->GetAt(static_cast(L_124)); int32_t L_126; L_126 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)L_122)), (int32_t)L_125)), ((int32_t)13), /*hidden argument*/NULL); int32_t L_127 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)L_127)); // b = RL(b + F1(c,d,e) + X[ 9], 13) + a; d = RL(d, 10); int32_t L_128 = V_6; int32_t L_129; L_129 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_128, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_129; // a = RL(a + F1(b,c,d) + X[10], 14) + e; c = RL(c, 10); int32_t L_130 = V_0; int32_t L_131 = V_2; int32_t L_132 = V_4; int32_t L_133 = V_6; int32_t L_134; L_134 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_131, L_132, L_133, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_135 = __this->get_X_10(); NullCheck(L_135); int32_t L_136 = ((int32_t)10); int32_t L_137 = (L_135)->GetAt(static_cast(L_136)); int32_t L_138; L_138 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)L_134)), (int32_t)L_137)), ((int32_t)14), /*hidden argument*/NULL); int32_t L_139 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)L_139)); // a = RL(a + F1(b,c,d) + X[10], 14) + e; c = RL(c, 10); int32_t L_140 = V_4; int32_t L_141; L_141 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_140, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_141; // e = RL(e + F1(a,b,c) + X[11], 15) + d; b = RL(b, 10); int32_t L_142 = V_8; int32_t L_143 = V_0; int32_t L_144 = V_2; int32_t L_145 = V_4; int32_t L_146; L_146 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_143, L_144, L_145, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_147 = __this->get_X_10(); NullCheck(L_147); int32_t L_148 = ((int32_t)11); int32_t L_149 = (L_147)->GetAt(static_cast(L_148)); int32_t L_150; L_150 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)L_146)), (int32_t)L_149)), ((int32_t)15), /*hidden argument*/NULL); int32_t L_151 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)L_151)); // e = RL(e + F1(a,b,c) + X[11], 15) + d; b = RL(b, 10); int32_t L_152 = V_2; int32_t L_153; L_153 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_152, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_153; // d = RL(d + F1(e,a,b) + X[12], 6) + c; a = RL(a, 10); int32_t L_154 = V_6; int32_t L_155 = V_8; int32_t L_156 = V_0; int32_t L_157 = V_2; int32_t L_158; L_158 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_155, L_156, L_157, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_159 = __this->get_X_10(); NullCheck(L_159); int32_t L_160 = ((int32_t)12); int32_t L_161 = (L_159)->GetAt(static_cast(L_160)); int32_t L_162; L_162 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)L_158)), (int32_t)L_161)), 6, /*hidden argument*/NULL); int32_t L_163 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)L_163)); // d = RL(d + F1(e,a,b) + X[12], 6) + c; a = RL(a, 10); int32_t L_164 = V_0; int32_t L_165; L_165 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_164, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_165; // c = RL(c + F1(d,e,a) + X[13], 7) + b; e = RL(e, 10); int32_t L_166 = V_4; int32_t L_167 = V_6; int32_t L_168 = V_8; int32_t L_169 = V_0; int32_t L_170; L_170 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_167, L_168, L_169, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_171 = __this->get_X_10(); NullCheck(L_171); int32_t L_172 = ((int32_t)13); int32_t L_173 = (L_171)->GetAt(static_cast(L_172)); int32_t L_174; L_174 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)L_170)), (int32_t)L_173)), 7, /*hidden argument*/NULL); int32_t L_175 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)L_175)); // c = RL(c + F1(d,e,a) + X[13], 7) + b; e = RL(e, 10); int32_t L_176 = V_8; int32_t L_177; L_177 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_176, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_177; // b = RL(b + F1(c,d,e) + X[14], 9) + a; d = RL(d, 10); int32_t L_178 = V_2; int32_t L_179 = V_4; int32_t L_180 = V_6; int32_t L_181 = V_8; int32_t L_182; L_182 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_179, L_180, L_181, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_183 = __this->get_X_10(); NullCheck(L_183); int32_t L_184 = ((int32_t)14); int32_t L_185 = (L_183)->GetAt(static_cast(L_184)); int32_t L_186; L_186 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)L_182)), (int32_t)L_185)), ((int32_t)9), /*hidden argument*/NULL); int32_t L_187 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)L_187)); // b = RL(b + F1(c,d,e) + X[14], 9) + a; d = RL(d, 10); int32_t L_188 = V_6; int32_t L_189; L_189 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_188, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_189; // a = RL(a + F1(b,c,d) + X[15], 8) + e; c = RL(c, 10); int32_t L_190 = V_0; int32_t L_191 = V_2; int32_t L_192 = V_4; int32_t L_193 = V_6; int32_t L_194; L_194 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_191, L_192, L_193, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_195 = __this->get_X_10(); NullCheck(L_195); int32_t L_196 = ((int32_t)15); int32_t L_197 = (L_195)->GetAt(static_cast(L_196)); int32_t L_198; L_198 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)L_194)), (int32_t)L_197)), 8, /*hidden argument*/NULL); int32_t L_199 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)L_199)); // a = RL(a + F1(b,c,d) + X[15], 8) + e; c = RL(c, 10); int32_t L_200 = V_4; int32_t L_201; L_201 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_200, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_201; // aa = RL(aa + F5(bb,cc,dd) + X[ 5] + unchecked((int) 0x50a28be6), 8) + ee; cc = RL(cc, 10); int32_t L_202 = V_1; int32_t L_203 = V_3; int32_t L_204 = V_5; int32_t L_205 = V_7; int32_t L_206; L_206 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_203, L_204, L_205, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_207 = __this->get_X_10(); NullCheck(L_207); int32_t L_208 = 5; int32_t L_209 = (L_207)->GetAt(static_cast(L_208)); int32_t L_210; L_210 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)L_206)), (int32_t)L_209)), (int32_t)((int32_t)1352829926))), 8, /*hidden argument*/NULL); int32_t L_211 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)L_211)); // aa = RL(aa + F5(bb,cc,dd) + X[ 5] + unchecked((int) 0x50a28be6), 8) + ee; cc = RL(cc, 10); int32_t L_212 = V_5; int32_t L_213; L_213 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_212, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_213; // ee = RL(ee + F5(aa,bb,cc) + X[14] + unchecked((int) 0x50a28be6), 9) + dd; bb = RL(bb, 10); int32_t L_214 = V_9; int32_t L_215 = V_1; int32_t L_216 = V_3; int32_t L_217 = V_5; int32_t L_218; L_218 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_215, L_216, L_217, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_219 = __this->get_X_10(); NullCheck(L_219); int32_t L_220 = ((int32_t)14); int32_t L_221 = (L_219)->GetAt(static_cast(L_220)); int32_t L_222; L_222 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)L_218)), (int32_t)L_221)), (int32_t)((int32_t)1352829926))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_223 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_222, (int32_t)L_223)); // ee = RL(ee + F5(aa,bb,cc) + X[14] + unchecked((int) 0x50a28be6), 9) + dd; bb = RL(bb, 10); int32_t L_224 = V_3; int32_t L_225; L_225 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_224, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_225; // dd = RL(dd + F5(ee,aa,bb) + X[ 7] + unchecked((int) 0x50a28be6), 9) + cc; aa = RL(aa, 10); int32_t L_226 = V_7; int32_t L_227 = V_9; int32_t L_228 = V_1; int32_t L_229 = V_3; int32_t L_230; L_230 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_227, L_228, L_229, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_231 = __this->get_X_10(); NullCheck(L_231); int32_t L_232 = 7; int32_t L_233 = (L_231)->GetAt(static_cast(L_232)); int32_t L_234; L_234 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)L_230)), (int32_t)L_233)), (int32_t)((int32_t)1352829926))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_235 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)L_235)); // dd = RL(dd + F5(ee,aa,bb) + X[ 7] + unchecked((int) 0x50a28be6), 9) + cc; aa = RL(aa, 10); int32_t L_236 = V_1; int32_t L_237; L_237 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_236, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_237; // cc = RL(cc + F5(dd,ee,aa) + X[ 0] + unchecked((int) 0x50a28be6), 11) + bb; ee = RL(ee, 10); int32_t L_238 = V_5; int32_t L_239 = V_7; int32_t L_240 = V_9; int32_t L_241 = V_1; int32_t L_242; L_242 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_239, L_240, L_241, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_243 = __this->get_X_10(); NullCheck(L_243); int32_t L_244 = 0; int32_t L_245 = (L_243)->GetAt(static_cast(L_244)); int32_t L_246; L_246 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_238, (int32_t)L_242)), (int32_t)L_245)), (int32_t)((int32_t)1352829926))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_247 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_246, (int32_t)L_247)); // cc = RL(cc + F5(dd,ee,aa) + X[ 0] + unchecked((int) 0x50a28be6), 11) + bb; ee = RL(ee, 10); int32_t L_248 = V_9; int32_t L_249; L_249 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_248, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_249; // bb = RL(bb + F5(cc,dd,ee) + X[ 9] + unchecked((int) 0x50a28be6), 13) + aa; dd = RL(dd, 10); int32_t L_250 = V_3; int32_t L_251 = V_5; int32_t L_252 = V_7; int32_t L_253 = V_9; int32_t L_254; L_254 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_251, L_252, L_253, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_255 = __this->get_X_10(); NullCheck(L_255); int32_t L_256 = ((int32_t)9); int32_t L_257 = (L_255)->GetAt(static_cast(L_256)); int32_t L_258; L_258 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_250, (int32_t)L_254)), (int32_t)L_257)), (int32_t)((int32_t)1352829926))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_259 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_258, (int32_t)L_259)); // bb = RL(bb + F5(cc,dd,ee) + X[ 9] + unchecked((int) 0x50a28be6), 13) + aa; dd = RL(dd, 10); int32_t L_260 = V_7; int32_t L_261; L_261 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_260, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_261; // aa = RL(aa + F5(bb,cc,dd) + X[ 2] + unchecked((int) 0x50a28be6), 15) + ee; cc = RL(cc, 10); int32_t L_262 = V_1; int32_t L_263 = V_3; int32_t L_264 = V_5; int32_t L_265 = V_7; int32_t L_266; L_266 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_263, L_264, L_265, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_267 = __this->get_X_10(); NullCheck(L_267); int32_t L_268 = 2; int32_t L_269 = (L_267)->GetAt(static_cast(L_268)); int32_t L_270; L_270 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_262, (int32_t)L_266)), (int32_t)L_269)), (int32_t)((int32_t)1352829926))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_271 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_270, (int32_t)L_271)); // aa = RL(aa + F5(bb,cc,dd) + X[ 2] + unchecked((int) 0x50a28be6), 15) + ee; cc = RL(cc, 10); int32_t L_272 = V_5; int32_t L_273; L_273 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_272, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_273; // ee = RL(ee + F5(aa,bb,cc) + X[11] + unchecked((int) 0x50a28be6), 15) + dd; bb = RL(bb, 10); int32_t L_274 = V_9; int32_t L_275 = V_1; int32_t L_276 = V_3; int32_t L_277 = V_5; int32_t L_278; L_278 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_275, L_276, L_277, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_279 = __this->get_X_10(); NullCheck(L_279); int32_t L_280 = ((int32_t)11); int32_t L_281 = (L_279)->GetAt(static_cast(L_280)); int32_t L_282; L_282 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_274, (int32_t)L_278)), (int32_t)L_281)), (int32_t)((int32_t)1352829926))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_283 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_282, (int32_t)L_283)); // ee = RL(ee + F5(aa,bb,cc) + X[11] + unchecked((int) 0x50a28be6), 15) + dd; bb = RL(bb, 10); int32_t L_284 = V_3; int32_t L_285; L_285 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_284, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_285; // dd = RL(dd + F5(ee,aa,bb) + X[ 4] + unchecked((int) 0x50a28be6), 5) + cc; aa = RL(aa, 10); int32_t L_286 = V_7; int32_t L_287 = V_9; int32_t L_288 = V_1; int32_t L_289 = V_3; int32_t L_290; L_290 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_287, L_288, L_289, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_291 = __this->get_X_10(); NullCheck(L_291); int32_t L_292 = 4; int32_t L_293 = (L_291)->GetAt(static_cast(L_292)); int32_t L_294; L_294 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_286, (int32_t)L_290)), (int32_t)L_293)), (int32_t)((int32_t)1352829926))), 5, /*hidden argument*/NULL); int32_t L_295 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_294, (int32_t)L_295)); // dd = RL(dd + F5(ee,aa,bb) + X[ 4] + unchecked((int) 0x50a28be6), 5) + cc; aa = RL(aa, 10); int32_t L_296 = V_1; int32_t L_297; L_297 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_296, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_297; // cc = RL(cc + F5(dd,ee,aa) + X[13] + unchecked((int) 0x50a28be6), 7) + bb; ee = RL(ee, 10); int32_t L_298 = V_5; int32_t L_299 = V_7; int32_t L_300 = V_9; int32_t L_301 = V_1; int32_t L_302; L_302 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_299, L_300, L_301, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_303 = __this->get_X_10(); NullCheck(L_303); int32_t L_304 = ((int32_t)13); int32_t L_305 = (L_303)->GetAt(static_cast(L_304)); int32_t L_306; L_306 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_298, (int32_t)L_302)), (int32_t)L_305)), (int32_t)((int32_t)1352829926))), 7, /*hidden argument*/NULL); int32_t L_307 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_306, (int32_t)L_307)); // cc = RL(cc + F5(dd,ee,aa) + X[13] + unchecked((int) 0x50a28be6), 7) + bb; ee = RL(ee, 10); int32_t L_308 = V_9; int32_t L_309; L_309 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_308, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_309; // bb = RL(bb + F5(cc,dd,ee) + X[ 6] + unchecked((int) 0x50a28be6), 7) + aa; dd = RL(dd, 10); int32_t L_310 = V_3; int32_t L_311 = V_5; int32_t L_312 = V_7; int32_t L_313 = V_9; int32_t L_314; L_314 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_311, L_312, L_313, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_315 = __this->get_X_10(); NullCheck(L_315); int32_t L_316 = 6; int32_t L_317 = (L_315)->GetAt(static_cast(L_316)); int32_t L_318; L_318 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_310, (int32_t)L_314)), (int32_t)L_317)), (int32_t)((int32_t)1352829926))), 7, /*hidden argument*/NULL); int32_t L_319 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_318, (int32_t)L_319)); // bb = RL(bb + F5(cc,dd,ee) + X[ 6] + unchecked((int) 0x50a28be6), 7) + aa; dd = RL(dd, 10); int32_t L_320 = V_7; int32_t L_321; L_321 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_320, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_321; // aa = RL(aa + F5(bb,cc,dd) + X[15] + unchecked((int) 0x50a28be6), 8) + ee; cc = RL(cc, 10); int32_t L_322 = V_1; int32_t L_323 = V_3; int32_t L_324 = V_5; int32_t L_325 = V_7; int32_t L_326; L_326 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_323, L_324, L_325, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_327 = __this->get_X_10(); NullCheck(L_327); int32_t L_328 = ((int32_t)15); int32_t L_329 = (L_327)->GetAt(static_cast(L_328)); int32_t L_330; L_330 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_322, (int32_t)L_326)), (int32_t)L_329)), (int32_t)((int32_t)1352829926))), 8, /*hidden argument*/NULL); int32_t L_331 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_330, (int32_t)L_331)); // aa = RL(aa + F5(bb,cc,dd) + X[15] + unchecked((int) 0x50a28be6), 8) + ee; cc = RL(cc, 10); int32_t L_332 = V_5; int32_t L_333; L_333 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_332, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_333; // ee = RL(ee + F5(aa,bb,cc) + X[ 8] + unchecked((int) 0x50a28be6), 11) + dd; bb = RL(bb, 10); int32_t L_334 = V_9; int32_t L_335 = V_1; int32_t L_336 = V_3; int32_t L_337 = V_5; int32_t L_338; L_338 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_335, L_336, L_337, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_339 = __this->get_X_10(); NullCheck(L_339); int32_t L_340 = 8; int32_t L_341 = (L_339)->GetAt(static_cast(L_340)); int32_t L_342; L_342 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_334, (int32_t)L_338)), (int32_t)L_341)), (int32_t)((int32_t)1352829926))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_343 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_342, (int32_t)L_343)); // ee = RL(ee + F5(aa,bb,cc) + X[ 8] + unchecked((int) 0x50a28be6), 11) + dd; bb = RL(bb, 10); int32_t L_344 = V_3; int32_t L_345; L_345 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_344, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_345; // dd = RL(dd + F5(ee,aa,bb) + X[ 1] + unchecked((int) 0x50a28be6), 14) + cc; aa = RL(aa, 10); int32_t L_346 = V_7; int32_t L_347 = V_9; int32_t L_348 = V_1; int32_t L_349 = V_3; int32_t L_350; L_350 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_347, L_348, L_349, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_351 = __this->get_X_10(); NullCheck(L_351); int32_t L_352 = 1; int32_t L_353 = (L_351)->GetAt(static_cast(L_352)); int32_t L_354; L_354 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_346, (int32_t)L_350)), (int32_t)L_353)), (int32_t)((int32_t)1352829926))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_355 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_354, (int32_t)L_355)); // dd = RL(dd + F5(ee,aa,bb) + X[ 1] + unchecked((int) 0x50a28be6), 14) + cc; aa = RL(aa, 10); int32_t L_356 = V_1; int32_t L_357; L_357 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_356, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_357; // cc = RL(cc + F5(dd,ee,aa) + X[10] + unchecked((int) 0x50a28be6), 14) + bb; ee = RL(ee, 10); int32_t L_358 = V_5; int32_t L_359 = V_7; int32_t L_360 = V_9; int32_t L_361 = V_1; int32_t L_362; L_362 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_359, L_360, L_361, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_363 = __this->get_X_10(); NullCheck(L_363); int32_t L_364 = ((int32_t)10); int32_t L_365 = (L_363)->GetAt(static_cast(L_364)); int32_t L_366; L_366 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_358, (int32_t)L_362)), (int32_t)L_365)), (int32_t)((int32_t)1352829926))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_367 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_366, (int32_t)L_367)); // cc = RL(cc + F5(dd,ee,aa) + X[10] + unchecked((int) 0x50a28be6), 14) + bb; ee = RL(ee, 10); int32_t L_368 = V_9; int32_t L_369; L_369 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_368, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_369; // bb = RL(bb + F5(cc,dd,ee) + X[ 3] + unchecked((int) 0x50a28be6), 12) + aa; dd = RL(dd, 10); int32_t L_370 = V_3; int32_t L_371 = V_5; int32_t L_372 = V_7; int32_t L_373 = V_9; int32_t L_374; L_374 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_371, L_372, L_373, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_375 = __this->get_X_10(); NullCheck(L_375); int32_t L_376 = 3; int32_t L_377 = (L_375)->GetAt(static_cast(L_376)); int32_t L_378; L_378 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_370, (int32_t)L_374)), (int32_t)L_377)), (int32_t)((int32_t)1352829926))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_379 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_378, (int32_t)L_379)); // bb = RL(bb + F5(cc,dd,ee) + X[ 3] + unchecked((int) 0x50a28be6), 12) + aa; dd = RL(dd, 10); int32_t L_380 = V_7; int32_t L_381; L_381 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_380, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_381; // aa = RL(aa + F5(bb,cc,dd) + X[12] + unchecked((int) 0x50a28be6), 6) + ee; cc = RL(cc, 10); int32_t L_382 = V_1; int32_t L_383 = V_3; int32_t L_384 = V_5; int32_t L_385 = V_7; int32_t L_386; L_386 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_383, L_384, L_385, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_387 = __this->get_X_10(); NullCheck(L_387); int32_t L_388 = ((int32_t)12); int32_t L_389 = (L_387)->GetAt(static_cast(L_388)); int32_t L_390; L_390 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_382, (int32_t)L_386)), (int32_t)L_389)), (int32_t)((int32_t)1352829926))), 6, /*hidden argument*/NULL); int32_t L_391 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_390, (int32_t)L_391)); // aa = RL(aa + F5(bb,cc,dd) + X[12] + unchecked((int) 0x50a28be6), 6) + ee; cc = RL(cc, 10); int32_t L_392 = V_5; int32_t L_393; L_393 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_392, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_393; // e = RL(e + F2(a,b,c) + X[ 7] + unchecked((int) 0x5a827999), 7) + d; b = RL(b, 10); int32_t L_394 = V_8; int32_t L_395 = V_0; int32_t L_396 = V_2; int32_t L_397 = V_4; int32_t L_398; L_398 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_395, L_396, L_397, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_399 = __this->get_X_10(); NullCheck(L_399); int32_t L_400 = 7; int32_t L_401 = (L_399)->GetAt(static_cast(L_400)); int32_t L_402; L_402 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_394, (int32_t)L_398)), (int32_t)L_401)), (int32_t)((int32_t)1518500249))), 7, /*hidden argument*/NULL); int32_t L_403 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_402, (int32_t)L_403)); // e = RL(e + F2(a,b,c) + X[ 7] + unchecked((int) 0x5a827999), 7) + d; b = RL(b, 10); int32_t L_404 = V_2; int32_t L_405; L_405 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_404, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_405; // d = RL(d + F2(e,a,b) + X[ 4] + unchecked((int) 0x5a827999), 6) + c; a = RL(a, 10); int32_t L_406 = V_6; int32_t L_407 = V_8; int32_t L_408 = V_0; int32_t L_409 = V_2; int32_t L_410; L_410 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_407, L_408, L_409, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_411 = __this->get_X_10(); NullCheck(L_411); int32_t L_412 = 4; int32_t L_413 = (L_411)->GetAt(static_cast(L_412)); int32_t L_414; L_414 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_406, (int32_t)L_410)), (int32_t)L_413)), (int32_t)((int32_t)1518500249))), 6, /*hidden argument*/NULL); int32_t L_415 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_414, (int32_t)L_415)); // d = RL(d + F2(e,a,b) + X[ 4] + unchecked((int) 0x5a827999), 6) + c; a = RL(a, 10); int32_t L_416 = V_0; int32_t L_417; L_417 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_416, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_417; // c = RL(c + F2(d,e,a) + X[13] + unchecked((int) 0x5a827999), 8) + b; e = RL(e, 10); int32_t L_418 = V_4; int32_t L_419 = V_6; int32_t L_420 = V_8; int32_t L_421 = V_0; int32_t L_422; L_422 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_419, L_420, L_421, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_423 = __this->get_X_10(); NullCheck(L_423); int32_t L_424 = ((int32_t)13); int32_t L_425 = (L_423)->GetAt(static_cast(L_424)); int32_t L_426; L_426 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_418, (int32_t)L_422)), (int32_t)L_425)), (int32_t)((int32_t)1518500249))), 8, /*hidden argument*/NULL); int32_t L_427 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_426, (int32_t)L_427)); // c = RL(c + F2(d,e,a) + X[13] + unchecked((int) 0x5a827999), 8) + b; e = RL(e, 10); int32_t L_428 = V_8; int32_t L_429; L_429 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_428, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_429; // b = RL(b + F2(c,d,e) + X[ 1] + unchecked((int) 0x5a827999), 13) + a; d = RL(d, 10); int32_t L_430 = V_2; int32_t L_431 = V_4; int32_t L_432 = V_6; int32_t L_433 = V_8; int32_t L_434; L_434 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_431, L_432, L_433, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_435 = __this->get_X_10(); NullCheck(L_435); int32_t L_436 = 1; int32_t L_437 = (L_435)->GetAt(static_cast(L_436)); int32_t L_438; L_438 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_430, (int32_t)L_434)), (int32_t)L_437)), (int32_t)((int32_t)1518500249))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_439 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_438, (int32_t)L_439)); // b = RL(b + F2(c,d,e) + X[ 1] + unchecked((int) 0x5a827999), 13) + a; d = RL(d, 10); int32_t L_440 = V_6; int32_t L_441; L_441 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_440, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_441; // a = RL(a + F2(b,c,d) + X[10] + unchecked((int) 0x5a827999), 11) + e; c = RL(c, 10); int32_t L_442 = V_0; int32_t L_443 = V_2; int32_t L_444 = V_4; int32_t L_445 = V_6; int32_t L_446; L_446 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_443, L_444, L_445, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_447 = __this->get_X_10(); NullCheck(L_447); int32_t L_448 = ((int32_t)10); int32_t L_449 = (L_447)->GetAt(static_cast(L_448)); int32_t L_450; L_450 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_442, (int32_t)L_446)), (int32_t)L_449)), (int32_t)((int32_t)1518500249))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_451 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_450, (int32_t)L_451)); // a = RL(a + F2(b,c,d) + X[10] + unchecked((int) 0x5a827999), 11) + e; c = RL(c, 10); int32_t L_452 = V_4; int32_t L_453; L_453 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_452, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_453; // e = RL(e + F2(a,b,c) + X[ 6] + unchecked((int) 0x5a827999), 9) + d; b = RL(b, 10); int32_t L_454 = V_8; int32_t L_455 = V_0; int32_t L_456 = V_2; int32_t L_457 = V_4; int32_t L_458; L_458 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_455, L_456, L_457, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_459 = __this->get_X_10(); NullCheck(L_459); int32_t L_460 = 6; int32_t L_461 = (L_459)->GetAt(static_cast(L_460)); int32_t L_462; L_462 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_454, (int32_t)L_458)), (int32_t)L_461)), (int32_t)((int32_t)1518500249))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_463 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_462, (int32_t)L_463)); // e = RL(e + F2(a,b,c) + X[ 6] + unchecked((int) 0x5a827999), 9) + d; b = RL(b, 10); int32_t L_464 = V_2; int32_t L_465; L_465 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_464, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_465; // d = RL(d + F2(e,a,b) + X[15] + unchecked((int) 0x5a827999), 7) + c; a = RL(a, 10); int32_t L_466 = V_6; int32_t L_467 = V_8; int32_t L_468 = V_0; int32_t L_469 = V_2; int32_t L_470; L_470 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_467, L_468, L_469, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_471 = __this->get_X_10(); NullCheck(L_471); int32_t L_472 = ((int32_t)15); int32_t L_473 = (L_471)->GetAt(static_cast(L_472)); int32_t L_474; L_474 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_466, (int32_t)L_470)), (int32_t)L_473)), (int32_t)((int32_t)1518500249))), 7, /*hidden argument*/NULL); int32_t L_475 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_474, (int32_t)L_475)); // d = RL(d + F2(e,a,b) + X[15] + unchecked((int) 0x5a827999), 7) + c; a = RL(a, 10); int32_t L_476 = V_0; int32_t L_477; L_477 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_476, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_477; // c = RL(c + F2(d,e,a) + X[ 3] + unchecked((int) 0x5a827999), 15) + b; e = RL(e, 10); int32_t L_478 = V_4; int32_t L_479 = V_6; int32_t L_480 = V_8; int32_t L_481 = V_0; int32_t L_482; L_482 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_479, L_480, L_481, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_483 = __this->get_X_10(); NullCheck(L_483); int32_t L_484 = 3; int32_t L_485 = (L_483)->GetAt(static_cast(L_484)); int32_t L_486; L_486 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_478, (int32_t)L_482)), (int32_t)L_485)), (int32_t)((int32_t)1518500249))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_487 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_486, (int32_t)L_487)); // c = RL(c + F2(d,e,a) + X[ 3] + unchecked((int) 0x5a827999), 15) + b; e = RL(e, 10); int32_t L_488 = V_8; int32_t L_489; L_489 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_488, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_489; // b = RL(b + F2(c,d,e) + X[12] + unchecked((int) 0x5a827999), 7) + a; d = RL(d, 10); int32_t L_490 = V_2; int32_t L_491 = V_4; int32_t L_492 = V_6; int32_t L_493 = V_8; int32_t L_494; L_494 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_491, L_492, L_493, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_495 = __this->get_X_10(); NullCheck(L_495); int32_t L_496 = ((int32_t)12); int32_t L_497 = (L_495)->GetAt(static_cast(L_496)); int32_t L_498; L_498 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_490, (int32_t)L_494)), (int32_t)L_497)), (int32_t)((int32_t)1518500249))), 7, /*hidden argument*/NULL); int32_t L_499 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_498, (int32_t)L_499)); // b = RL(b + F2(c,d,e) + X[12] + unchecked((int) 0x5a827999), 7) + a; d = RL(d, 10); int32_t L_500 = V_6; int32_t L_501; L_501 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_500, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_501; // a = RL(a + F2(b,c,d) + X[ 0] + unchecked((int) 0x5a827999), 12) + e; c = RL(c, 10); int32_t L_502 = V_0; int32_t L_503 = V_2; int32_t L_504 = V_4; int32_t L_505 = V_6; int32_t L_506; L_506 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_503, L_504, L_505, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_507 = __this->get_X_10(); NullCheck(L_507); int32_t L_508 = 0; int32_t L_509 = (L_507)->GetAt(static_cast(L_508)); int32_t L_510; L_510 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_502, (int32_t)L_506)), (int32_t)L_509)), (int32_t)((int32_t)1518500249))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_511 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_510, (int32_t)L_511)); // a = RL(a + F2(b,c,d) + X[ 0] + unchecked((int) 0x5a827999), 12) + e; c = RL(c, 10); int32_t L_512 = V_4; int32_t L_513; L_513 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_512, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_513; // e = RL(e + F2(a,b,c) + X[ 9] + unchecked((int) 0x5a827999), 15) + d; b = RL(b, 10); int32_t L_514 = V_8; int32_t L_515 = V_0; int32_t L_516 = V_2; int32_t L_517 = V_4; int32_t L_518; L_518 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_515, L_516, L_517, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_519 = __this->get_X_10(); NullCheck(L_519); int32_t L_520 = ((int32_t)9); int32_t L_521 = (L_519)->GetAt(static_cast(L_520)); int32_t L_522; L_522 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_514, (int32_t)L_518)), (int32_t)L_521)), (int32_t)((int32_t)1518500249))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_523 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_522, (int32_t)L_523)); // e = RL(e + F2(a,b,c) + X[ 9] + unchecked((int) 0x5a827999), 15) + d; b = RL(b, 10); int32_t L_524 = V_2; int32_t L_525; L_525 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_524, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_525; // d = RL(d + F2(e,a,b) + X[ 5] + unchecked((int) 0x5a827999), 9) + c; a = RL(a, 10); int32_t L_526 = V_6; int32_t L_527 = V_8; int32_t L_528 = V_0; int32_t L_529 = V_2; int32_t L_530; L_530 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_527, L_528, L_529, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_531 = __this->get_X_10(); NullCheck(L_531); int32_t L_532 = 5; int32_t L_533 = (L_531)->GetAt(static_cast(L_532)); int32_t L_534; L_534 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_526, (int32_t)L_530)), (int32_t)L_533)), (int32_t)((int32_t)1518500249))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_535 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_534, (int32_t)L_535)); // d = RL(d + F2(e,a,b) + X[ 5] + unchecked((int) 0x5a827999), 9) + c; a = RL(a, 10); int32_t L_536 = V_0; int32_t L_537; L_537 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_536, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_537; // c = RL(c + F2(d,e,a) + X[ 2] + unchecked((int) 0x5a827999), 11) + b; e = RL(e, 10); int32_t L_538 = V_4; int32_t L_539 = V_6; int32_t L_540 = V_8; int32_t L_541 = V_0; int32_t L_542; L_542 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_539, L_540, L_541, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_543 = __this->get_X_10(); NullCheck(L_543); int32_t L_544 = 2; int32_t L_545 = (L_543)->GetAt(static_cast(L_544)); int32_t L_546; L_546 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_538, (int32_t)L_542)), (int32_t)L_545)), (int32_t)((int32_t)1518500249))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_547 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_546, (int32_t)L_547)); // c = RL(c + F2(d,e,a) + X[ 2] + unchecked((int) 0x5a827999), 11) + b; e = RL(e, 10); int32_t L_548 = V_8; int32_t L_549; L_549 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_548, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_549; // b = RL(b + F2(c,d,e) + X[14] + unchecked((int) 0x5a827999), 7) + a; d = RL(d, 10); int32_t L_550 = V_2; int32_t L_551 = V_4; int32_t L_552 = V_6; int32_t L_553 = V_8; int32_t L_554; L_554 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_551, L_552, L_553, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_555 = __this->get_X_10(); NullCheck(L_555); int32_t L_556 = ((int32_t)14); int32_t L_557 = (L_555)->GetAt(static_cast(L_556)); int32_t L_558; L_558 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_550, (int32_t)L_554)), (int32_t)L_557)), (int32_t)((int32_t)1518500249))), 7, /*hidden argument*/NULL); int32_t L_559 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_558, (int32_t)L_559)); // b = RL(b + F2(c,d,e) + X[14] + unchecked((int) 0x5a827999), 7) + a; d = RL(d, 10); int32_t L_560 = V_6; int32_t L_561; L_561 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_560, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_561; // a = RL(a + F2(b,c,d) + X[11] + unchecked((int) 0x5a827999), 13) + e; c = RL(c, 10); int32_t L_562 = V_0; int32_t L_563 = V_2; int32_t L_564 = V_4; int32_t L_565 = V_6; int32_t L_566; L_566 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_563, L_564, L_565, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_567 = __this->get_X_10(); NullCheck(L_567); int32_t L_568 = ((int32_t)11); int32_t L_569 = (L_567)->GetAt(static_cast(L_568)); int32_t L_570; L_570 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_562, (int32_t)L_566)), (int32_t)L_569)), (int32_t)((int32_t)1518500249))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_571 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_570, (int32_t)L_571)); // a = RL(a + F2(b,c,d) + X[11] + unchecked((int) 0x5a827999), 13) + e; c = RL(c, 10); int32_t L_572 = V_4; int32_t L_573; L_573 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_572, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_573; // e = RL(e + F2(a,b,c) + X[ 8] + unchecked((int) 0x5a827999), 12) + d; b = RL(b, 10); int32_t L_574 = V_8; int32_t L_575 = V_0; int32_t L_576 = V_2; int32_t L_577 = V_4; int32_t L_578; L_578 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_575, L_576, L_577, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_579 = __this->get_X_10(); NullCheck(L_579); int32_t L_580 = 8; int32_t L_581 = (L_579)->GetAt(static_cast(L_580)); int32_t L_582; L_582 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_574, (int32_t)L_578)), (int32_t)L_581)), (int32_t)((int32_t)1518500249))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_583 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_582, (int32_t)L_583)); // e = RL(e + F2(a,b,c) + X[ 8] + unchecked((int) 0x5a827999), 12) + d; b = RL(b, 10); int32_t L_584 = V_2; int32_t L_585; L_585 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_584, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_585; // ee = RL(ee + F4(aa,bb,cc) + X[ 6] + unchecked((int) 0x5c4dd124), 9) + dd; bb = RL(bb, 10); int32_t L_586 = V_9; int32_t L_587 = V_1; int32_t L_588 = V_3; int32_t L_589 = V_5; int32_t L_590; L_590 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_587, L_588, L_589, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_591 = __this->get_X_10(); NullCheck(L_591); int32_t L_592 = 6; int32_t L_593 = (L_591)->GetAt(static_cast(L_592)); int32_t L_594; L_594 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_586, (int32_t)L_590)), (int32_t)L_593)), (int32_t)((int32_t)1548603684))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_595 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_594, (int32_t)L_595)); // ee = RL(ee + F4(aa,bb,cc) + X[ 6] + unchecked((int) 0x5c4dd124), 9) + dd; bb = RL(bb, 10); int32_t L_596 = V_3; int32_t L_597; L_597 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_596, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_597; // dd = RL(dd + F4(ee,aa,bb) + X[11] + unchecked((int) 0x5c4dd124), 13) + cc; aa = RL(aa, 10); int32_t L_598 = V_7; int32_t L_599 = V_9; int32_t L_600 = V_1; int32_t L_601 = V_3; int32_t L_602; L_602 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_599, L_600, L_601, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_603 = __this->get_X_10(); NullCheck(L_603); int32_t L_604 = ((int32_t)11); int32_t L_605 = (L_603)->GetAt(static_cast(L_604)); int32_t L_606; L_606 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_598, (int32_t)L_602)), (int32_t)L_605)), (int32_t)((int32_t)1548603684))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_607 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_606, (int32_t)L_607)); // dd = RL(dd + F4(ee,aa,bb) + X[11] + unchecked((int) 0x5c4dd124), 13) + cc; aa = RL(aa, 10); int32_t L_608 = V_1; int32_t L_609; L_609 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_608, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_609; // cc = RL(cc + F4(dd,ee,aa) + X[ 3] + unchecked((int) 0x5c4dd124), 15) + bb; ee = RL(ee, 10); int32_t L_610 = V_5; int32_t L_611 = V_7; int32_t L_612 = V_9; int32_t L_613 = V_1; int32_t L_614; L_614 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_611, L_612, L_613, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_615 = __this->get_X_10(); NullCheck(L_615); int32_t L_616 = 3; int32_t L_617 = (L_615)->GetAt(static_cast(L_616)); int32_t L_618; L_618 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_610, (int32_t)L_614)), (int32_t)L_617)), (int32_t)((int32_t)1548603684))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_619 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_618, (int32_t)L_619)); // cc = RL(cc + F4(dd,ee,aa) + X[ 3] + unchecked((int) 0x5c4dd124), 15) + bb; ee = RL(ee, 10); int32_t L_620 = V_9; int32_t L_621; L_621 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_620, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_621; // bb = RL(bb + F4(cc,dd,ee) + X[ 7] + unchecked((int) 0x5c4dd124), 7) + aa; dd = RL(dd, 10); int32_t L_622 = V_3; int32_t L_623 = V_5; int32_t L_624 = V_7; int32_t L_625 = V_9; int32_t L_626; L_626 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_623, L_624, L_625, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_627 = __this->get_X_10(); NullCheck(L_627); int32_t L_628 = 7; int32_t L_629 = (L_627)->GetAt(static_cast(L_628)); int32_t L_630; L_630 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_622, (int32_t)L_626)), (int32_t)L_629)), (int32_t)((int32_t)1548603684))), 7, /*hidden argument*/NULL); int32_t L_631 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_630, (int32_t)L_631)); // bb = RL(bb + F4(cc,dd,ee) + X[ 7] + unchecked((int) 0x5c4dd124), 7) + aa; dd = RL(dd, 10); int32_t L_632 = V_7; int32_t L_633; L_633 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_632, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_633; // aa = RL(aa + F4(bb,cc,dd) + X[ 0] + unchecked((int) 0x5c4dd124), 12) + ee; cc = RL(cc, 10); int32_t L_634 = V_1; int32_t L_635 = V_3; int32_t L_636 = V_5; int32_t L_637 = V_7; int32_t L_638; L_638 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_635, L_636, L_637, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_639 = __this->get_X_10(); NullCheck(L_639); int32_t L_640 = 0; int32_t L_641 = (L_639)->GetAt(static_cast(L_640)); int32_t L_642; L_642 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_634, (int32_t)L_638)), (int32_t)L_641)), (int32_t)((int32_t)1548603684))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_643 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_642, (int32_t)L_643)); // aa = RL(aa + F4(bb,cc,dd) + X[ 0] + unchecked((int) 0x5c4dd124), 12) + ee; cc = RL(cc, 10); int32_t L_644 = V_5; int32_t L_645; L_645 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_644, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_645; // ee = RL(ee + F4(aa,bb,cc) + X[13] + unchecked((int) 0x5c4dd124), 8) + dd; bb = RL(bb, 10); int32_t L_646 = V_9; int32_t L_647 = V_1; int32_t L_648 = V_3; int32_t L_649 = V_5; int32_t L_650; L_650 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_647, L_648, L_649, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_651 = __this->get_X_10(); NullCheck(L_651); int32_t L_652 = ((int32_t)13); int32_t L_653 = (L_651)->GetAt(static_cast(L_652)); int32_t L_654; L_654 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_646, (int32_t)L_650)), (int32_t)L_653)), (int32_t)((int32_t)1548603684))), 8, /*hidden argument*/NULL); int32_t L_655 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_654, (int32_t)L_655)); // ee = RL(ee + F4(aa,bb,cc) + X[13] + unchecked((int) 0x5c4dd124), 8) + dd; bb = RL(bb, 10); int32_t L_656 = V_3; int32_t L_657; L_657 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_656, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_657; // dd = RL(dd + F4(ee,aa,bb) + X[ 5] + unchecked((int) 0x5c4dd124), 9) + cc; aa = RL(aa, 10); int32_t L_658 = V_7; int32_t L_659 = V_9; int32_t L_660 = V_1; int32_t L_661 = V_3; int32_t L_662; L_662 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_659, L_660, L_661, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_663 = __this->get_X_10(); NullCheck(L_663); int32_t L_664 = 5; int32_t L_665 = (L_663)->GetAt(static_cast(L_664)); int32_t L_666; L_666 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_658, (int32_t)L_662)), (int32_t)L_665)), (int32_t)((int32_t)1548603684))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_667 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_666, (int32_t)L_667)); // dd = RL(dd + F4(ee,aa,bb) + X[ 5] + unchecked((int) 0x5c4dd124), 9) + cc; aa = RL(aa, 10); int32_t L_668 = V_1; int32_t L_669; L_669 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_668, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_669; // cc = RL(cc + F4(dd,ee,aa) + X[10] + unchecked((int) 0x5c4dd124), 11) + bb; ee = RL(ee, 10); int32_t L_670 = V_5; int32_t L_671 = V_7; int32_t L_672 = V_9; int32_t L_673 = V_1; int32_t L_674; L_674 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_671, L_672, L_673, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_675 = __this->get_X_10(); NullCheck(L_675); int32_t L_676 = ((int32_t)10); int32_t L_677 = (L_675)->GetAt(static_cast(L_676)); int32_t L_678; L_678 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_670, (int32_t)L_674)), (int32_t)L_677)), (int32_t)((int32_t)1548603684))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_679 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_678, (int32_t)L_679)); // cc = RL(cc + F4(dd,ee,aa) + X[10] + unchecked((int) 0x5c4dd124), 11) + bb; ee = RL(ee, 10); int32_t L_680 = V_9; int32_t L_681; L_681 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_680, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_681; // bb = RL(bb + F4(cc,dd,ee) + X[14] + unchecked((int) 0x5c4dd124), 7) + aa; dd = RL(dd, 10); int32_t L_682 = V_3; int32_t L_683 = V_5; int32_t L_684 = V_7; int32_t L_685 = V_9; int32_t L_686; L_686 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_683, L_684, L_685, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_687 = __this->get_X_10(); NullCheck(L_687); int32_t L_688 = ((int32_t)14); int32_t L_689 = (L_687)->GetAt(static_cast(L_688)); int32_t L_690; L_690 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_682, (int32_t)L_686)), (int32_t)L_689)), (int32_t)((int32_t)1548603684))), 7, /*hidden argument*/NULL); int32_t L_691 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_690, (int32_t)L_691)); // bb = RL(bb + F4(cc,dd,ee) + X[14] + unchecked((int) 0x5c4dd124), 7) + aa; dd = RL(dd, 10); int32_t L_692 = V_7; int32_t L_693; L_693 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_692, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_693; // aa = RL(aa + F4(bb,cc,dd) + X[15] + unchecked((int) 0x5c4dd124), 7) + ee; cc = RL(cc, 10); int32_t L_694 = V_1; int32_t L_695 = V_3; int32_t L_696 = V_5; int32_t L_697 = V_7; int32_t L_698; L_698 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_695, L_696, L_697, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_699 = __this->get_X_10(); NullCheck(L_699); int32_t L_700 = ((int32_t)15); int32_t L_701 = (L_699)->GetAt(static_cast(L_700)); int32_t L_702; L_702 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_694, (int32_t)L_698)), (int32_t)L_701)), (int32_t)((int32_t)1548603684))), 7, /*hidden argument*/NULL); int32_t L_703 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_702, (int32_t)L_703)); // aa = RL(aa + F4(bb,cc,dd) + X[15] + unchecked((int) 0x5c4dd124), 7) + ee; cc = RL(cc, 10); int32_t L_704 = V_5; int32_t L_705; L_705 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_704, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_705; // ee = RL(ee + F4(aa,bb,cc) + X[ 8] + unchecked((int) 0x5c4dd124), 12) + dd; bb = RL(bb, 10); int32_t L_706 = V_9; int32_t L_707 = V_1; int32_t L_708 = V_3; int32_t L_709 = V_5; int32_t L_710; L_710 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_707, L_708, L_709, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_711 = __this->get_X_10(); NullCheck(L_711); int32_t L_712 = 8; int32_t L_713 = (L_711)->GetAt(static_cast(L_712)); int32_t L_714; L_714 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_706, (int32_t)L_710)), (int32_t)L_713)), (int32_t)((int32_t)1548603684))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_715 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_714, (int32_t)L_715)); // ee = RL(ee + F4(aa,bb,cc) + X[ 8] + unchecked((int) 0x5c4dd124), 12) + dd; bb = RL(bb, 10); int32_t L_716 = V_3; int32_t L_717; L_717 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_716, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_717; // dd = RL(dd + F4(ee,aa,bb) + X[12] + unchecked((int) 0x5c4dd124), 7) + cc; aa = RL(aa, 10); int32_t L_718 = V_7; int32_t L_719 = V_9; int32_t L_720 = V_1; int32_t L_721 = V_3; int32_t L_722; L_722 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_719, L_720, L_721, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_723 = __this->get_X_10(); NullCheck(L_723); int32_t L_724 = ((int32_t)12); int32_t L_725 = (L_723)->GetAt(static_cast(L_724)); int32_t L_726; L_726 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_718, (int32_t)L_722)), (int32_t)L_725)), (int32_t)((int32_t)1548603684))), 7, /*hidden argument*/NULL); int32_t L_727 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_726, (int32_t)L_727)); // dd = RL(dd + F4(ee,aa,bb) + X[12] + unchecked((int) 0x5c4dd124), 7) + cc; aa = RL(aa, 10); int32_t L_728 = V_1; int32_t L_729; L_729 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_728, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_729; // cc = RL(cc + F4(dd,ee,aa) + X[ 4] + unchecked((int) 0x5c4dd124), 6) + bb; ee = RL(ee, 10); int32_t L_730 = V_5; int32_t L_731 = V_7; int32_t L_732 = V_9; int32_t L_733 = V_1; int32_t L_734; L_734 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_731, L_732, L_733, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_735 = __this->get_X_10(); NullCheck(L_735); int32_t L_736 = 4; int32_t L_737 = (L_735)->GetAt(static_cast(L_736)); int32_t L_738; L_738 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_730, (int32_t)L_734)), (int32_t)L_737)), (int32_t)((int32_t)1548603684))), 6, /*hidden argument*/NULL); int32_t L_739 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_738, (int32_t)L_739)); // cc = RL(cc + F4(dd,ee,aa) + X[ 4] + unchecked((int) 0x5c4dd124), 6) + bb; ee = RL(ee, 10); int32_t L_740 = V_9; int32_t L_741; L_741 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_740, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_741; // bb = RL(bb + F4(cc,dd,ee) + X[ 9] + unchecked((int) 0x5c4dd124), 15) + aa; dd = RL(dd, 10); int32_t L_742 = V_3; int32_t L_743 = V_5; int32_t L_744 = V_7; int32_t L_745 = V_9; int32_t L_746; L_746 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_743, L_744, L_745, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_747 = __this->get_X_10(); NullCheck(L_747); int32_t L_748 = ((int32_t)9); int32_t L_749 = (L_747)->GetAt(static_cast(L_748)); int32_t L_750; L_750 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_742, (int32_t)L_746)), (int32_t)L_749)), (int32_t)((int32_t)1548603684))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_751 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_750, (int32_t)L_751)); // bb = RL(bb + F4(cc,dd,ee) + X[ 9] + unchecked((int) 0x5c4dd124), 15) + aa; dd = RL(dd, 10); int32_t L_752 = V_7; int32_t L_753; L_753 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_752, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_753; // aa = RL(aa + F4(bb,cc,dd) + X[ 1] + unchecked((int) 0x5c4dd124), 13) + ee; cc = RL(cc, 10); int32_t L_754 = V_1; int32_t L_755 = V_3; int32_t L_756 = V_5; int32_t L_757 = V_7; int32_t L_758; L_758 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_755, L_756, L_757, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_759 = __this->get_X_10(); NullCheck(L_759); int32_t L_760 = 1; int32_t L_761 = (L_759)->GetAt(static_cast(L_760)); int32_t L_762; L_762 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_754, (int32_t)L_758)), (int32_t)L_761)), (int32_t)((int32_t)1548603684))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_763 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_762, (int32_t)L_763)); // aa = RL(aa + F4(bb,cc,dd) + X[ 1] + unchecked((int) 0x5c4dd124), 13) + ee; cc = RL(cc, 10); int32_t L_764 = V_5; int32_t L_765; L_765 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_764, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_765; // ee = RL(ee + F4(aa,bb,cc) + X[ 2] + unchecked((int) 0x5c4dd124), 11) + dd; bb = RL(bb, 10); int32_t L_766 = V_9; int32_t L_767 = V_1; int32_t L_768 = V_3; int32_t L_769 = V_5; int32_t L_770; L_770 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_767, L_768, L_769, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_771 = __this->get_X_10(); NullCheck(L_771); int32_t L_772 = 2; int32_t L_773 = (L_771)->GetAt(static_cast(L_772)); int32_t L_774; L_774 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_766, (int32_t)L_770)), (int32_t)L_773)), (int32_t)((int32_t)1548603684))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_775 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_774, (int32_t)L_775)); // ee = RL(ee + F4(aa,bb,cc) + X[ 2] + unchecked((int) 0x5c4dd124), 11) + dd; bb = RL(bb, 10); int32_t L_776 = V_3; int32_t L_777; L_777 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_776, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_777; // d = RL(d + F3(e,a,b) + X[ 3] + unchecked((int) 0x6ed9eba1), 11) + c; a = RL(a, 10); int32_t L_778 = V_6; int32_t L_779 = V_8; int32_t L_780 = V_0; int32_t L_781 = V_2; int32_t L_782; L_782 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_779, L_780, L_781, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_783 = __this->get_X_10(); NullCheck(L_783); int32_t L_784 = 3; int32_t L_785 = (L_783)->GetAt(static_cast(L_784)); int32_t L_786; L_786 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_778, (int32_t)L_782)), (int32_t)L_785)), (int32_t)((int32_t)1859775393))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_787 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_786, (int32_t)L_787)); // d = RL(d + F3(e,a,b) + X[ 3] + unchecked((int) 0x6ed9eba1), 11) + c; a = RL(a, 10); int32_t L_788 = V_0; int32_t L_789; L_789 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_788, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_789; // c = RL(c + F3(d,e,a) + X[10] + unchecked((int) 0x6ed9eba1), 13) + b; e = RL(e, 10); int32_t L_790 = V_4; int32_t L_791 = V_6; int32_t L_792 = V_8; int32_t L_793 = V_0; int32_t L_794; L_794 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_791, L_792, L_793, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_795 = __this->get_X_10(); NullCheck(L_795); int32_t L_796 = ((int32_t)10); int32_t L_797 = (L_795)->GetAt(static_cast(L_796)); int32_t L_798; L_798 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_790, (int32_t)L_794)), (int32_t)L_797)), (int32_t)((int32_t)1859775393))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_799 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_798, (int32_t)L_799)); // c = RL(c + F3(d,e,a) + X[10] + unchecked((int) 0x6ed9eba1), 13) + b; e = RL(e, 10); int32_t L_800 = V_8; int32_t L_801; L_801 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_800, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_801; // b = RL(b + F3(c,d,e) + X[14] + unchecked((int) 0x6ed9eba1), 6) + a; d = RL(d, 10); int32_t L_802 = V_2; int32_t L_803 = V_4; int32_t L_804 = V_6; int32_t L_805 = V_8; int32_t L_806; L_806 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_803, L_804, L_805, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_807 = __this->get_X_10(); NullCheck(L_807); int32_t L_808 = ((int32_t)14); int32_t L_809 = (L_807)->GetAt(static_cast(L_808)); int32_t L_810; L_810 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_802, (int32_t)L_806)), (int32_t)L_809)), (int32_t)((int32_t)1859775393))), 6, /*hidden argument*/NULL); int32_t L_811 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_810, (int32_t)L_811)); // b = RL(b + F3(c,d,e) + X[14] + unchecked((int) 0x6ed9eba1), 6) + a; d = RL(d, 10); int32_t L_812 = V_6; int32_t L_813; L_813 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_812, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_813; // a = RL(a + F3(b,c,d) + X[ 4] + unchecked((int) 0x6ed9eba1), 7) + e; c = RL(c, 10); int32_t L_814 = V_0; int32_t L_815 = V_2; int32_t L_816 = V_4; int32_t L_817 = V_6; int32_t L_818; L_818 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_815, L_816, L_817, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_819 = __this->get_X_10(); NullCheck(L_819); int32_t L_820 = 4; int32_t L_821 = (L_819)->GetAt(static_cast(L_820)); int32_t L_822; L_822 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_814, (int32_t)L_818)), (int32_t)L_821)), (int32_t)((int32_t)1859775393))), 7, /*hidden argument*/NULL); int32_t L_823 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_822, (int32_t)L_823)); // a = RL(a + F3(b,c,d) + X[ 4] + unchecked((int) 0x6ed9eba1), 7) + e; c = RL(c, 10); int32_t L_824 = V_4; int32_t L_825; L_825 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_824, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_825; // e = RL(e + F3(a,b,c) + X[ 9] + unchecked((int) 0x6ed9eba1), 14) + d; b = RL(b, 10); int32_t L_826 = V_8; int32_t L_827 = V_0; int32_t L_828 = V_2; int32_t L_829 = V_4; int32_t L_830; L_830 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_827, L_828, L_829, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_831 = __this->get_X_10(); NullCheck(L_831); int32_t L_832 = ((int32_t)9); int32_t L_833 = (L_831)->GetAt(static_cast(L_832)); int32_t L_834; L_834 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_826, (int32_t)L_830)), (int32_t)L_833)), (int32_t)((int32_t)1859775393))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_835 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_834, (int32_t)L_835)); // e = RL(e + F3(a,b,c) + X[ 9] + unchecked((int) 0x6ed9eba1), 14) + d; b = RL(b, 10); int32_t L_836 = V_2; int32_t L_837; L_837 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_836, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_837; // d = RL(d + F3(e,a,b) + X[15] + unchecked((int) 0x6ed9eba1), 9) + c; a = RL(a, 10); int32_t L_838 = V_6; int32_t L_839 = V_8; int32_t L_840 = V_0; int32_t L_841 = V_2; int32_t L_842; L_842 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_839, L_840, L_841, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_843 = __this->get_X_10(); NullCheck(L_843); int32_t L_844 = ((int32_t)15); int32_t L_845 = (L_843)->GetAt(static_cast(L_844)); int32_t L_846; L_846 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_838, (int32_t)L_842)), (int32_t)L_845)), (int32_t)((int32_t)1859775393))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_847 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_846, (int32_t)L_847)); // d = RL(d + F3(e,a,b) + X[15] + unchecked((int) 0x6ed9eba1), 9) + c; a = RL(a, 10); int32_t L_848 = V_0; int32_t L_849; L_849 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_848, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_849; // c = RL(c + F3(d,e,a) + X[ 8] + unchecked((int) 0x6ed9eba1), 13) + b; e = RL(e, 10); int32_t L_850 = V_4; int32_t L_851 = V_6; int32_t L_852 = V_8; int32_t L_853 = V_0; int32_t L_854; L_854 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_851, L_852, L_853, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_855 = __this->get_X_10(); NullCheck(L_855); int32_t L_856 = 8; int32_t L_857 = (L_855)->GetAt(static_cast(L_856)); int32_t L_858; L_858 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_850, (int32_t)L_854)), (int32_t)L_857)), (int32_t)((int32_t)1859775393))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_859 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_858, (int32_t)L_859)); // c = RL(c + F3(d,e,a) + X[ 8] + unchecked((int) 0x6ed9eba1), 13) + b; e = RL(e, 10); int32_t L_860 = V_8; int32_t L_861; L_861 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_860, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_861; // b = RL(b + F3(c,d,e) + X[ 1] + unchecked((int) 0x6ed9eba1), 15) + a; d = RL(d, 10); int32_t L_862 = V_2; int32_t L_863 = V_4; int32_t L_864 = V_6; int32_t L_865 = V_8; int32_t L_866; L_866 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_863, L_864, L_865, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_867 = __this->get_X_10(); NullCheck(L_867); int32_t L_868 = 1; int32_t L_869 = (L_867)->GetAt(static_cast(L_868)); int32_t L_870; L_870 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_862, (int32_t)L_866)), (int32_t)L_869)), (int32_t)((int32_t)1859775393))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_871 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_870, (int32_t)L_871)); // b = RL(b + F3(c,d,e) + X[ 1] + unchecked((int) 0x6ed9eba1), 15) + a; d = RL(d, 10); int32_t L_872 = V_6; int32_t L_873; L_873 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_872, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_873; // a = RL(a + F3(b,c,d) + X[ 2] + unchecked((int) 0x6ed9eba1), 14) + e; c = RL(c, 10); int32_t L_874 = V_0; int32_t L_875 = V_2; int32_t L_876 = V_4; int32_t L_877 = V_6; int32_t L_878; L_878 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_875, L_876, L_877, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_879 = __this->get_X_10(); NullCheck(L_879); int32_t L_880 = 2; int32_t L_881 = (L_879)->GetAt(static_cast(L_880)); int32_t L_882; L_882 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_874, (int32_t)L_878)), (int32_t)L_881)), (int32_t)((int32_t)1859775393))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_883 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_882, (int32_t)L_883)); // a = RL(a + F3(b,c,d) + X[ 2] + unchecked((int) 0x6ed9eba1), 14) + e; c = RL(c, 10); int32_t L_884 = V_4; int32_t L_885; L_885 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_884, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_885; // e = RL(e + F3(a,b,c) + X[ 7] + unchecked((int) 0x6ed9eba1), 8) + d; b = RL(b, 10); int32_t L_886 = V_8; int32_t L_887 = V_0; int32_t L_888 = V_2; int32_t L_889 = V_4; int32_t L_890; L_890 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_887, L_888, L_889, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_891 = __this->get_X_10(); NullCheck(L_891); int32_t L_892 = 7; int32_t L_893 = (L_891)->GetAt(static_cast(L_892)); int32_t L_894; L_894 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_886, (int32_t)L_890)), (int32_t)L_893)), (int32_t)((int32_t)1859775393))), 8, /*hidden argument*/NULL); int32_t L_895 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_894, (int32_t)L_895)); // e = RL(e + F3(a,b,c) + X[ 7] + unchecked((int) 0x6ed9eba1), 8) + d; b = RL(b, 10); int32_t L_896 = V_2; int32_t L_897; L_897 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_896, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_897; // d = RL(d + F3(e,a,b) + X[ 0] + unchecked((int) 0x6ed9eba1), 13) + c; a = RL(a, 10); int32_t L_898 = V_6; int32_t L_899 = V_8; int32_t L_900 = V_0; int32_t L_901 = V_2; int32_t L_902; L_902 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_899, L_900, L_901, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_903 = __this->get_X_10(); NullCheck(L_903); int32_t L_904 = 0; int32_t L_905 = (L_903)->GetAt(static_cast(L_904)); int32_t L_906; L_906 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_898, (int32_t)L_902)), (int32_t)L_905)), (int32_t)((int32_t)1859775393))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_907 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_906, (int32_t)L_907)); // d = RL(d + F3(e,a,b) + X[ 0] + unchecked((int) 0x6ed9eba1), 13) + c; a = RL(a, 10); int32_t L_908 = V_0; int32_t L_909; L_909 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_908, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_909; // c = RL(c + F3(d,e,a) + X[ 6] + unchecked((int) 0x6ed9eba1), 6) + b; e = RL(e, 10); int32_t L_910 = V_4; int32_t L_911 = V_6; int32_t L_912 = V_8; int32_t L_913 = V_0; int32_t L_914; L_914 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_911, L_912, L_913, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_915 = __this->get_X_10(); NullCheck(L_915); int32_t L_916 = 6; int32_t L_917 = (L_915)->GetAt(static_cast(L_916)); int32_t L_918; L_918 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_910, (int32_t)L_914)), (int32_t)L_917)), (int32_t)((int32_t)1859775393))), 6, /*hidden argument*/NULL); int32_t L_919 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_918, (int32_t)L_919)); // c = RL(c + F3(d,e,a) + X[ 6] + unchecked((int) 0x6ed9eba1), 6) + b; e = RL(e, 10); int32_t L_920 = V_8; int32_t L_921; L_921 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_920, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_921; // b = RL(b + F3(c,d,e) + X[13] + unchecked((int) 0x6ed9eba1), 5) + a; d = RL(d, 10); int32_t L_922 = V_2; int32_t L_923 = V_4; int32_t L_924 = V_6; int32_t L_925 = V_8; int32_t L_926; L_926 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_923, L_924, L_925, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_927 = __this->get_X_10(); NullCheck(L_927); int32_t L_928 = ((int32_t)13); int32_t L_929 = (L_927)->GetAt(static_cast(L_928)); int32_t L_930; L_930 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_922, (int32_t)L_926)), (int32_t)L_929)), (int32_t)((int32_t)1859775393))), 5, /*hidden argument*/NULL); int32_t L_931 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_930, (int32_t)L_931)); // b = RL(b + F3(c,d,e) + X[13] + unchecked((int) 0x6ed9eba1), 5) + a; d = RL(d, 10); int32_t L_932 = V_6; int32_t L_933; L_933 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_932, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_933; // a = RL(a + F3(b,c,d) + X[11] + unchecked((int) 0x6ed9eba1), 12) + e; c = RL(c, 10); int32_t L_934 = V_0; int32_t L_935 = V_2; int32_t L_936 = V_4; int32_t L_937 = V_6; int32_t L_938; L_938 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_935, L_936, L_937, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_939 = __this->get_X_10(); NullCheck(L_939); int32_t L_940 = ((int32_t)11); int32_t L_941 = (L_939)->GetAt(static_cast(L_940)); int32_t L_942; L_942 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_934, (int32_t)L_938)), (int32_t)L_941)), (int32_t)((int32_t)1859775393))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_943 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_942, (int32_t)L_943)); // a = RL(a + F3(b,c,d) + X[11] + unchecked((int) 0x6ed9eba1), 12) + e; c = RL(c, 10); int32_t L_944 = V_4; int32_t L_945; L_945 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_944, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_945; // e = RL(e + F3(a,b,c) + X[ 5] + unchecked((int) 0x6ed9eba1), 7) + d; b = RL(b, 10); int32_t L_946 = V_8; int32_t L_947 = V_0; int32_t L_948 = V_2; int32_t L_949 = V_4; int32_t L_950; L_950 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_947, L_948, L_949, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_951 = __this->get_X_10(); NullCheck(L_951); int32_t L_952 = 5; int32_t L_953 = (L_951)->GetAt(static_cast(L_952)); int32_t L_954; L_954 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_946, (int32_t)L_950)), (int32_t)L_953)), (int32_t)((int32_t)1859775393))), 7, /*hidden argument*/NULL); int32_t L_955 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_954, (int32_t)L_955)); // e = RL(e + F3(a,b,c) + X[ 5] + unchecked((int) 0x6ed9eba1), 7) + d; b = RL(b, 10); int32_t L_956 = V_2; int32_t L_957; L_957 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_956, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_957; // d = RL(d + F3(e,a,b) + X[12] + unchecked((int) 0x6ed9eba1), 5) + c; a = RL(a, 10); int32_t L_958 = V_6; int32_t L_959 = V_8; int32_t L_960 = V_0; int32_t L_961 = V_2; int32_t L_962; L_962 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_959, L_960, L_961, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_963 = __this->get_X_10(); NullCheck(L_963); int32_t L_964 = ((int32_t)12); int32_t L_965 = (L_963)->GetAt(static_cast(L_964)); int32_t L_966; L_966 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_958, (int32_t)L_962)), (int32_t)L_965)), (int32_t)((int32_t)1859775393))), 5, /*hidden argument*/NULL); int32_t L_967 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_966, (int32_t)L_967)); // d = RL(d + F3(e,a,b) + X[12] + unchecked((int) 0x6ed9eba1), 5) + c; a = RL(a, 10); int32_t L_968 = V_0; int32_t L_969; L_969 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_968, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_969; // dd = RL(dd + F3(ee,aa,bb) + X[15] + unchecked((int) 0x6d703ef3), 9) + cc; aa = RL(aa, 10); int32_t L_970 = V_7; int32_t L_971 = V_9; int32_t L_972 = V_1; int32_t L_973 = V_3; int32_t L_974; L_974 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_971, L_972, L_973, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_975 = __this->get_X_10(); NullCheck(L_975); int32_t L_976 = ((int32_t)15); int32_t L_977 = (L_975)->GetAt(static_cast(L_976)); int32_t L_978; L_978 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_970, (int32_t)L_974)), (int32_t)L_977)), (int32_t)((int32_t)1836072691))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_979 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_978, (int32_t)L_979)); // dd = RL(dd + F3(ee,aa,bb) + X[15] + unchecked((int) 0x6d703ef3), 9) + cc; aa = RL(aa, 10); int32_t L_980 = V_1; int32_t L_981; L_981 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_980, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_981; // cc = RL(cc + F3(dd,ee,aa) + X[ 5] + unchecked((int) 0x6d703ef3), 7) + bb; ee = RL(ee, 10); int32_t L_982 = V_5; int32_t L_983 = V_7; int32_t L_984 = V_9; int32_t L_985 = V_1; int32_t L_986; L_986 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_983, L_984, L_985, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_987 = __this->get_X_10(); NullCheck(L_987); int32_t L_988 = 5; int32_t L_989 = (L_987)->GetAt(static_cast(L_988)); int32_t L_990; L_990 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_982, (int32_t)L_986)), (int32_t)L_989)), (int32_t)((int32_t)1836072691))), 7, /*hidden argument*/NULL); int32_t L_991 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_990, (int32_t)L_991)); // cc = RL(cc + F3(dd,ee,aa) + X[ 5] + unchecked((int) 0x6d703ef3), 7) + bb; ee = RL(ee, 10); int32_t L_992 = V_9; int32_t L_993; L_993 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_992, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_993; // bb = RL(bb + F3(cc,dd,ee) + X[ 1] + unchecked((int) 0x6d703ef3), 15) + aa; dd = RL(dd, 10); int32_t L_994 = V_3; int32_t L_995 = V_5; int32_t L_996 = V_7; int32_t L_997 = V_9; int32_t L_998; L_998 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_995, L_996, L_997, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_999 = __this->get_X_10(); NullCheck(L_999); int32_t L_1000 = 1; int32_t L_1001 = (L_999)->GetAt(static_cast(L_1000)); int32_t L_1002; L_1002 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_994, (int32_t)L_998)), (int32_t)L_1001)), (int32_t)((int32_t)1836072691))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1003 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1002, (int32_t)L_1003)); // bb = RL(bb + F3(cc,dd,ee) + X[ 1] + unchecked((int) 0x6d703ef3), 15) + aa; dd = RL(dd, 10); int32_t L_1004 = V_7; int32_t L_1005; L_1005 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1004, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1005; // aa = RL(aa + F3(bb,cc,dd) + X[ 3] + unchecked((int) 0x6d703ef3), 11) + ee; cc = RL(cc, 10); int32_t L_1006 = V_1; int32_t L_1007 = V_3; int32_t L_1008 = V_5; int32_t L_1009 = V_7; int32_t L_1010; L_1010 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1007, L_1008, L_1009, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1011 = __this->get_X_10(); NullCheck(L_1011); int32_t L_1012 = 3; int32_t L_1013 = (L_1011)->GetAt(static_cast(L_1012)); int32_t L_1014; L_1014 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1006, (int32_t)L_1010)), (int32_t)L_1013)), (int32_t)((int32_t)1836072691))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1015 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1014, (int32_t)L_1015)); // aa = RL(aa + F3(bb,cc,dd) + X[ 3] + unchecked((int) 0x6d703ef3), 11) + ee; cc = RL(cc, 10); int32_t L_1016 = V_5; int32_t L_1017; L_1017 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1016, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1017; // ee = RL(ee + F3(aa,bb,cc) + X[ 7] + unchecked((int) 0x6d703ef3), 8) + dd; bb = RL(bb, 10); int32_t L_1018 = V_9; int32_t L_1019 = V_1; int32_t L_1020 = V_3; int32_t L_1021 = V_5; int32_t L_1022; L_1022 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1019, L_1020, L_1021, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1023 = __this->get_X_10(); NullCheck(L_1023); int32_t L_1024 = 7; int32_t L_1025 = (L_1023)->GetAt(static_cast(L_1024)); int32_t L_1026; L_1026 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1018, (int32_t)L_1022)), (int32_t)L_1025)), (int32_t)((int32_t)1836072691))), 8, /*hidden argument*/NULL); int32_t L_1027 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1026, (int32_t)L_1027)); // ee = RL(ee + F3(aa,bb,cc) + X[ 7] + unchecked((int) 0x6d703ef3), 8) + dd; bb = RL(bb, 10); int32_t L_1028 = V_3; int32_t L_1029; L_1029 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1028, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1029; // dd = RL(dd + F3(ee,aa,bb) + X[14] + unchecked((int) 0x6d703ef3), 6) + cc; aa = RL(aa, 10); int32_t L_1030 = V_7; int32_t L_1031 = V_9; int32_t L_1032 = V_1; int32_t L_1033 = V_3; int32_t L_1034; L_1034 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1031, L_1032, L_1033, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1035 = __this->get_X_10(); NullCheck(L_1035); int32_t L_1036 = ((int32_t)14); int32_t L_1037 = (L_1035)->GetAt(static_cast(L_1036)); int32_t L_1038; L_1038 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1030, (int32_t)L_1034)), (int32_t)L_1037)), (int32_t)((int32_t)1836072691))), 6, /*hidden argument*/NULL); int32_t L_1039 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1038, (int32_t)L_1039)); // dd = RL(dd + F3(ee,aa,bb) + X[14] + unchecked((int) 0x6d703ef3), 6) + cc; aa = RL(aa, 10); int32_t L_1040 = V_1; int32_t L_1041; L_1041 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1040, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1041; // cc = RL(cc + F3(dd,ee,aa) + X[ 6] + unchecked((int) 0x6d703ef3), 6) + bb; ee = RL(ee, 10); int32_t L_1042 = V_5; int32_t L_1043 = V_7; int32_t L_1044 = V_9; int32_t L_1045 = V_1; int32_t L_1046; L_1046 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1043, L_1044, L_1045, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1047 = __this->get_X_10(); NullCheck(L_1047); int32_t L_1048 = 6; int32_t L_1049 = (L_1047)->GetAt(static_cast(L_1048)); int32_t L_1050; L_1050 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1042, (int32_t)L_1046)), (int32_t)L_1049)), (int32_t)((int32_t)1836072691))), 6, /*hidden argument*/NULL); int32_t L_1051 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1050, (int32_t)L_1051)); // cc = RL(cc + F3(dd,ee,aa) + X[ 6] + unchecked((int) 0x6d703ef3), 6) + bb; ee = RL(ee, 10); int32_t L_1052 = V_9; int32_t L_1053; L_1053 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1052, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1053; // bb = RL(bb + F3(cc,dd,ee) + X[ 9] + unchecked((int) 0x6d703ef3), 14) + aa; dd = RL(dd, 10); int32_t L_1054 = V_3; int32_t L_1055 = V_5; int32_t L_1056 = V_7; int32_t L_1057 = V_9; int32_t L_1058; L_1058 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1055, L_1056, L_1057, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1059 = __this->get_X_10(); NullCheck(L_1059); int32_t L_1060 = ((int32_t)9); int32_t L_1061 = (L_1059)->GetAt(static_cast(L_1060)); int32_t L_1062; L_1062 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1054, (int32_t)L_1058)), (int32_t)L_1061)), (int32_t)((int32_t)1836072691))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1063 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1062, (int32_t)L_1063)); // bb = RL(bb + F3(cc,dd,ee) + X[ 9] + unchecked((int) 0x6d703ef3), 14) + aa; dd = RL(dd, 10); int32_t L_1064 = V_7; int32_t L_1065; L_1065 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1064, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1065; // aa = RL(aa + F3(bb,cc,dd) + X[11] + unchecked((int) 0x6d703ef3), 12) + ee; cc = RL(cc, 10); int32_t L_1066 = V_1; int32_t L_1067 = V_3; int32_t L_1068 = V_5; int32_t L_1069 = V_7; int32_t L_1070; L_1070 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1067, L_1068, L_1069, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1071 = __this->get_X_10(); NullCheck(L_1071); int32_t L_1072 = ((int32_t)11); int32_t L_1073 = (L_1071)->GetAt(static_cast(L_1072)); int32_t L_1074; L_1074 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1066, (int32_t)L_1070)), (int32_t)L_1073)), (int32_t)((int32_t)1836072691))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1075 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1074, (int32_t)L_1075)); // aa = RL(aa + F3(bb,cc,dd) + X[11] + unchecked((int) 0x6d703ef3), 12) + ee; cc = RL(cc, 10); int32_t L_1076 = V_5; int32_t L_1077; L_1077 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1076, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1077; // ee = RL(ee + F3(aa,bb,cc) + X[ 8] + unchecked((int) 0x6d703ef3), 13) + dd; bb = RL(bb, 10); int32_t L_1078 = V_9; int32_t L_1079 = V_1; int32_t L_1080 = V_3; int32_t L_1081 = V_5; int32_t L_1082; L_1082 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1079, L_1080, L_1081, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1083 = __this->get_X_10(); NullCheck(L_1083); int32_t L_1084 = 8; int32_t L_1085 = (L_1083)->GetAt(static_cast(L_1084)); int32_t L_1086; L_1086 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1078, (int32_t)L_1082)), (int32_t)L_1085)), (int32_t)((int32_t)1836072691))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1087 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1086, (int32_t)L_1087)); // ee = RL(ee + F3(aa,bb,cc) + X[ 8] + unchecked((int) 0x6d703ef3), 13) + dd; bb = RL(bb, 10); int32_t L_1088 = V_3; int32_t L_1089; L_1089 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1088, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1089; // dd = RL(dd + F3(ee,aa,bb) + X[12] + unchecked((int) 0x6d703ef3), 5) + cc; aa = RL(aa, 10); int32_t L_1090 = V_7; int32_t L_1091 = V_9; int32_t L_1092 = V_1; int32_t L_1093 = V_3; int32_t L_1094; L_1094 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1091, L_1092, L_1093, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1095 = __this->get_X_10(); NullCheck(L_1095); int32_t L_1096 = ((int32_t)12); int32_t L_1097 = (L_1095)->GetAt(static_cast(L_1096)); int32_t L_1098; L_1098 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1090, (int32_t)L_1094)), (int32_t)L_1097)), (int32_t)((int32_t)1836072691))), 5, /*hidden argument*/NULL); int32_t L_1099 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1098, (int32_t)L_1099)); // dd = RL(dd + F3(ee,aa,bb) + X[12] + unchecked((int) 0x6d703ef3), 5) + cc; aa = RL(aa, 10); int32_t L_1100 = V_1; int32_t L_1101; L_1101 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1100, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1101; // cc = RL(cc + F3(dd,ee,aa) + X[ 2] + unchecked((int) 0x6d703ef3), 14) + bb; ee = RL(ee, 10); int32_t L_1102 = V_5; int32_t L_1103 = V_7; int32_t L_1104 = V_9; int32_t L_1105 = V_1; int32_t L_1106; L_1106 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1103, L_1104, L_1105, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1107 = __this->get_X_10(); NullCheck(L_1107); int32_t L_1108 = 2; int32_t L_1109 = (L_1107)->GetAt(static_cast(L_1108)); int32_t L_1110; L_1110 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1102, (int32_t)L_1106)), (int32_t)L_1109)), (int32_t)((int32_t)1836072691))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1111 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1110, (int32_t)L_1111)); // cc = RL(cc + F3(dd,ee,aa) + X[ 2] + unchecked((int) 0x6d703ef3), 14) + bb; ee = RL(ee, 10); int32_t L_1112 = V_9; int32_t L_1113; L_1113 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1112, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1113; // bb = RL(bb + F3(cc,dd,ee) + X[10] + unchecked((int) 0x6d703ef3), 13) + aa; dd = RL(dd, 10); int32_t L_1114 = V_3; int32_t L_1115 = V_5; int32_t L_1116 = V_7; int32_t L_1117 = V_9; int32_t L_1118; L_1118 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1115, L_1116, L_1117, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1119 = __this->get_X_10(); NullCheck(L_1119); int32_t L_1120 = ((int32_t)10); int32_t L_1121 = (L_1119)->GetAt(static_cast(L_1120)); int32_t L_1122; L_1122 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1114, (int32_t)L_1118)), (int32_t)L_1121)), (int32_t)((int32_t)1836072691))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1123 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1122, (int32_t)L_1123)); // bb = RL(bb + F3(cc,dd,ee) + X[10] + unchecked((int) 0x6d703ef3), 13) + aa; dd = RL(dd, 10); int32_t L_1124 = V_7; int32_t L_1125; L_1125 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1124, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1125; // aa = RL(aa + F3(bb,cc,dd) + X[ 0] + unchecked((int) 0x6d703ef3), 13) + ee; cc = RL(cc, 10); int32_t L_1126 = V_1; int32_t L_1127 = V_3; int32_t L_1128 = V_5; int32_t L_1129 = V_7; int32_t L_1130; L_1130 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1127, L_1128, L_1129, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1131 = __this->get_X_10(); NullCheck(L_1131); int32_t L_1132 = 0; int32_t L_1133 = (L_1131)->GetAt(static_cast(L_1132)); int32_t L_1134; L_1134 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1126, (int32_t)L_1130)), (int32_t)L_1133)), (int32_t)((int32_t)1836072691))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1135 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1134, (int32_t)L_1135)); // aa = RL(aa + F3(bb,cc,dd) + X[ 0] + unchecked((int) 0x6d703ef3), 13) + ee; cc = RL(cc, 10); int32_t L_1136 = V_5; int32_t L_1137; L_1137 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1136, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1137; // ee = RL(ee + F3(aa,bb,cc) + X[ 4] + unchecked((int) 0x6d703ef3), 7) + dd; bb = RL(bb, 10); int32_t L_1138 = V_9; int32_t L_1139 = V_1; int32_t L_1140 = V_3; int32_t L_1141 = V_5; int32_t L_1142; L_1142 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1139, L_1140, L_1141, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1143 = __this->get_X_10(); NullCheck(L_1143); int32_t L_1144 = 4; int32_t L_1145 = (L_1143)->GetAt(static_cast(L_1144)); int32_t L_1146; L_1146 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1138, (int32_t)L_1142)), (int32_t)L_1145)), (int32_t)((int32_t)1836072691))), 7, /*hidden argument*/NULL); int32_t L_1147 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1146, (int32_t)L_1147)); // ee = RL(ee + F3(aa,bb,cc) + X[ 4] + unchecked((int) 0x6d703ef3), 7) + dd; bb = RL(bb, 10); int32_t L_1148 = V_3; int32_t L_1149; L_1149 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1148, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1149; // dd = RL(dd + F3(ee,aa,bb) + X[13] + unchecked((int) 0x6d703ef3), 5) + cc; aa = RL(aa, 10); int32_t L_1150 = V_7; int32_t L_1151 = V_9; int32_t L_1152 = V_1; int32_t L_1153 = V_3; int32_t L_1154; L_1154 = RipeMD160Digest_F3_m6F94A32D9F6D0CEA79723C459A87F6E64DDE78DA(__this, L_1151, L_1152, L_1153, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1155 = __this->get_X_10(); NullCheck(L_1155); int32_t L_1156 = ((int32_t)13); int32_t L_1157 = (L_1155)->GetAt(static_cast(L_1156)); int32_t L_1158; L_1158 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1150, (int32_t)L_1154)), (int32_t)L_1157)), (int32_t)((int32_t)1836072691))), 5, /*hidden argument*/NULL); int32_t L_1159 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1158, (int32_t)L_1159)); // dd = RL(dd + F3(ee,aa,bb) + X[13] + unchecked((int) 0x6d703ef3), 5) + cc; aa = RL(aa, 10); int32_t L_1160 = V_1; int32_t L_1161; L_1161 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1160, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1161; // c = RL(c + F4(d,e,a) + X[ 1] + unchecked((int) 0x8f1bbcdc), 11) + b; e = RL(e, 10); int32_t L_1162 = V_4; int32_t L_1163 = V_6; int32_t L_1164 = V_8; int32_t L_1165 = V_0; int32_t L_1166; L_1166 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1163, L_1164, L_1165, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1167 = __this->get_X_10(); NullCheck(L_1167); int32_t L_1168 = 1; int32_t L_1169 = (L_1167)->GetAt(static_cast(L_1168)); int32_t L_1170; L_1170 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1162, (int32_t)L_1166)), (int32_t)L_1169)), (int32_t)((int32_t)-1894007588))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1171 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1170, (int32_t)L_1171)); // c = RL(c + F4(d,e,a) + X[ 1] + unchecked((int) 0x8f1bbcdc), 11) + b; e = RL(e, 10); int32_t L_1172 = V_8; int32_t L_1173; L_1173 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1172, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1173; // b = RL(b + F4(c,d,e) + X[ 9] + unchecked((int) 0x8f1bbcdc), 12) + a; d = RL(d, 10); int32_t L_1174 = V_2; int32_t L_1175 = V_4; int32_t L_1176 = V_6; int32_t L_1177 = V_8; int32_t L_1178; L_1178 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1175, L_1176, L_1177, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1179 = __this->get_X_10(); NullCheck(L_1179); int32_t L_1180 = ((int32_t)9); int32_t L_1181 = (L_1179)->GetAt(static_cast(L_1180)); int32_t L_1182; L_1182 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1174, (int32_t)L_1178)), (int32_t)L_1181)), (int32_t)((int32_t)-1894007588))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1183 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1182, (int32_t)L_1183)); // b = RL(b + F4(c,d,e) + X[ 9] + unchecked((int) 0x8f1bbcdc), 12) + a; d = RL(d, 10); int32_t L_1184 = V_6; int32_t L_1185; L_1185 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1184, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1185; // a = RL(a + F4(b,c,d) + X[11] + unchecked((int) 0x8f1bbcdc), 14) + e; c = RL(c, 10); int32_t L_1186 = V_0; int32_t L_1187 = V_2; int32_t L_1188 = V_4; int32_t L_1189 = V_6; int32_t L_1190; L_1190 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1187, L_1188, L_1189, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1191 = __this->get_X_10(); NullCheck(L_1191); int32_t L_1192 = ((int32_t)11); int32_t L_1193 = (L_1191)->GetAt(static_cast(L_1192)); int32_t L_1194; L_1194 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1186, (int32_t)L_1190)), (int32_t)L_1193)), (int32_t)((int32_t)-1894007588))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1195 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1194, (int32_t)L_1195)); // a = RL(a + F4(b,c,d) + X[11] + unchecked((int) 0x8f1bbcdc), 14) + e; c = RL(c, 10); int32_t L_1196 = V_4; int32_t L_1197; L_1197 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1196, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1197; // e = RL(e + F4(a,b,c) + X[10] + unchecked((int) 0x8f1bbcdc), 15) + d; b = RL(b, 10); int32_t L_1198 = V_8; int32_t L_1199 = V_0; int32_t L_1200 = V_2; int32_t L_1201 = V_4; int32_t L_1202; L_1202 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1199, L_1200, L_1201, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1203 = __this->get_X_10(); NullCheck(L_1203); int32_t L_1204 = ((int32_t)10); int32_t L_1205 = (L_1203)->GetAt(static_cast(L_1204)); int32_t L_1206; L_1206 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1198, (int32_t)L_1202)), (int32_t)L_1205)), (int32_t)((int32_t)-1894007588))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1207 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1206, (int32_t)L_1207)); // e = RL(e + F4(a,b,c) + X[10] + unchecked((int) 0x8f1bbcdc), 15) + d; b = RL(b, 10); int32_t L_1208 = V_2; int32_t L_1209; L_1209 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1208, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1209; // d = RL(d + F4(e,a,b) + X[ 0] + unchecked((int) 0x8f1bbcdc), 14) + c; a = RL(a, 10); int32_t L_1210 = V_6; int32_t L_1211 = V_8; int32_t L_1212 = V_0; int32_t L_1213 = V_2; int32_t L_1214; L_1214 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1211, L_1212, L_1213, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1215 = __this->get_X_10(); NullCheck(L_1215); int32_t L_1216 = 0; int32_t L_1217 = (L_1215)->GetAt(static_cast(L_1216)); int32_t L_1218; L_1218 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1210, (int32_t)L_1214)), (int32_t)L_1217)), (int32_t)((int32_t)-1894007588))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1219 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1218, (int32_t)L_1219)); // d = RL(d + F4(e,a,b) + X[ 0] + unchecked((int) 0x8f1bbcdc), 14) + c; a = RL(a, 10); int32_t L_1220 = V_0; int32_t L_1221; L_1221 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1220, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1221; // c = RL(c + F4(d,e,a) + X[ 8] + unchecked((int) 0x8f1bbcdc), 15) + b; e = RL(e, 10); int32_t L_1222 = V_4; int32_t L_1223 = V_6; int32_t L_1224 = V_8; int32_t L_1225 = V_0; int32_t L_1226; L_1226 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1223, L_1224, L_1225, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1227 = __this->get_X_10(); NullCheck(L_1227); int32_t L_1228 = 8; int32_t L_1229 = (L_1227)->GetAt(static_cast(L_1228)); int32_t L_1230; L_1230 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1222, (int32_t)L_1226)), (int32_t)L_1229)), (int32_t)((int32_t)-1894007588))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1231 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1230, (int32_t)L_1231)); // c = RL(c + F4(d,e,a) + X[ 8] + unchecked((int) 0x8f1bbcdc), 15) + b; e = RL(e, 10); int32_t L_1232 = V_8; int32_t L_1233; L_1233 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1232, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1233; // b = RL(b + F4(c,d,e) + X[12] + unchecked((int) 0x8f1bbcdc), 9) + a; d = RL(d, 10); int32_t L_1234 = V_2; int32_t L_1235 = V_4; int32_t L_1236 = V_6; int32_t L_1237 = V_8; int32_t L_1238; L_1238 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1235, L_1236, L_1237, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1239 = __this->get_X_10(); NullCheck(L_1239); int32_t L_1240 = ((int32_t)12); int32_t L_1241 = (L_1239)->GetAt(static_cast(L_1240)); int32_t L_1242; L_1242 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1234, (int32_t)L_1238)), (int32_t)L_1241)), (int32_t)((int32_t)-1894007588))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1243 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1242, (int32_t)L_1243)); // b = RL(b + F4(c,d,e) + X[12] + unchecked((int) 0x8f1bbcdc), 9) + a; d = RL(d, 10); int32_t L_1244 = V_6; int32_t L_1245; L_1245 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1244, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1245; // a = RL(a + F4(b,c,d) + X[ 4] + unchecked((int) 0x8f1bbcdc), 8) + e; c = RL(c, 10); int32_t L_1246 = V_0; int32_t L_1247 = V_2; int32_t L_1248 = V_4; int32_t L_1249 = V_6; int32_t L_1250; L_1250 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1247, L_1248, L_1249, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1251 = __this->get_X_10(); NullCheck(L_1251); int32_t L_1252 = 4; int32_t L_1253 = (L_1251)->GetAt(static_cast(L_1252)); int32_t L_1254; L_1254 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1246, (int32_t)L_1250)), (int32_t)L_1253)), (int32_t)((int32_t)-1894007588))), 8, /*hidden argument*/NULL); int32_t L_1255 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1254, (int32_t)L_1255)); // a = RL(a + F4(b,c,d) + X[ 4] + unchecked((int) 0x8f1bbcdc), 8) + e; c = RL(c, 10); int32_t L_1256 = V_4; int32_t L_1257; L_1257 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1256, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1257; // e = RL(e + F4(a,b,c) + X[13] + unchecked((int) 0x8f1bbcdc), 9) + d; b = RL(b, 10); int32_t L_1258 = V_8; int32_t L_1259 = V_0; int32_t L_1260 = V_2; int32_t L_1261 = V_4; int32_t L_1262; L_1262 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1259, L_1260, L_1261, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1263 = __this->get_X_10(); NullCheck(L_1263); int32_t L_1264 = ((int32_t)13); int32_t L_1265 = (L_1263)->GetAt(static_cast(L_1264)); int32_t L_1266; L_1266 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1258, (int32_t)L_1262)), (int32_t)L_1265)), (int32_t)((int32_t)-1894007588))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1267 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1266, (int32_t)L_1267)); // e = RL(e + F4(a,b,c) + X[13] + unchecked((int) 0x8f1bbcdc), 9) + d; b = RL(b, 10); int32_t L_1268 = V_2; int32_t L_1269; L_1269 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1268, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1269; // d = RL(d + F4(e,a,b) + X[ 3] + unchecked((int) 0x8f1bbcdc), 14) + c; a = RL(a, 10); int32_t L_1270 = V_6; int32_t L_1271 = V_8; int32_t L_1272 = V_0; int32_t L_1273 = V_2; int32_t L_1274; L_1274 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1271, L_1272, L_1273, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1275 = __this->get_X_10(); NullCheck(L_1275); int32_t L_1276 = 3; int32_t L_1277 = (L_1275)->GetAt(static_cast(L_1276)); int32_t L_1278; L_1278 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1270, (int32_t)L_1274)), (int32_t)L_1277)), (int32_t)((int32_t)-1894007588))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1279 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1278, (int32_t)L_1279)); // d = RL(d + F4(e,a,b) + X[ 3] + unchecked((int) 0x8f1bbcdc), 14) + c; a = RL(a, 10); int32_t L_1280 = V_0; int32_t L_1281; L_1281 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1280, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1281; // c = RL(c + F4(d,e,a) + X[ 7] + unchecked((int) 0x8f1bbcdc), 5) + b; e = RL(e, 10); int32_t L_1282 = V_4; int32_t L_1283 = V_6; int32_t L_1284 = V_8; int32_t L_1285 = V_0; int32_t L_1286; L_1286 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1283, L_1284, L_1285, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1287 = __this->get_X_10(); NullCheck(L_1287); int32_t L_1288 = 7; int32_t L_1289 = (L_1287)->GetAt(static_cast(L_1288)); int32_t L_1290; L_1290 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1282, (int32_t)L_1286)), (int32_t)L_1289)), (int32_t)((int32_t)-1894007588))), 5, /*hidden argument*/NULL); int32_t L_1291 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1290, (int32_t)L_1291)); // c = RL(c + F4(d,e,a) + X[ 7] + unchecked((int) 0x8f1bbcdc), 5) + b; e = RL(e, 10); int32_t L_1292 = V_8; int32_t L_1293; L_1293 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1292, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1293; // b = RL(b + F4(c,d,e) + X[15] + unchecked((int) 0x8f1bbcdc), 6) + a; d = RL(d, 10); int32_t L_1294 = V_2; int32_t L_1295 = V_4; int32_t L_1296 = V_6; int32_t L_1297 = V_8; int32_t L_1298; L_1298 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1295, L_1296, L_1297, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1299 = __this->get_X_10(); NullCheck(L_1299); int32_t L_1300 = ((int32_t)15); int32_t L_1301 = (L_1299)->GetAt(static_cast(L_1300)); int32_t L_1302; L_1302 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1294, (int32_t)L_1298)), (int32_t)L_1301)), (int32_t)((int32_t)-1894007588))), 6, /*hidden argument*/NULL); int32_t L_1303 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1302, (int32_t)L_1303)); // b = RL(b + F4(c,d,e) + X[15] + unchecked((int) 0x8f1bbcdc), 6) + a; d = RL(d, 10); int32_t L_1304 = V_6; int32_t L_1305; L_1305 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1304, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1305; // a = RL(a + F4(b,c,d) + X[14] + unchecked((int) 0x8f1bbcdc), 8) + e; c = RL(c, 10); int32_t L_1306 = V_0; int32_t L_1307 = V_2; int32_t L_1308 = V_4; int32_t L_1309 = V_6; int32_t L_1310; L_1310 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1307, L_1308, L_1309, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1311 = __this->get_X_10(); NullCheck(L_1311); int32_t L_1312 = ((int32_t)14); int32_t L_1313 = (L_1311)->GetAt(static_cast(L_1312)); int32_t L_1314; L_1314 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1306, (int32_t)L_1310)), (int32_t)L_1313)), (int32_t)((int32_t)-1894007588))), 8, /*hidden argument*/NULL); int32_t L_1315 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1314, (int32_t)L_1315)); // a = RL(a + F4(b,c,d) + X[14] + unchecked((int) 0x8f1bbcdc), 8) + e; c = RL(c, 10); int32_t L_1316 = V_4; int32_t L_1317; L_1317 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1316, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1317; // e = RL(e + F4(a,b,c) + X[ 5] + unchecked((int) 0x8f1bbcdc), 6) + d; b = RL(b, 10); int32_t L_1318 = V_8; int32_t L_1319 = V_0; int32_t L_1320 = V_2; int32_t L_1321 = V_4; int32_t L_1322; L_1322 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1319, L_1320, L_1321, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1323 = __this->get_X_10(); NullCheck(L_1323); int32_t L_1324 = 5; int32_t L_1325 = (L_1323)->GetAt(static_cast(L_1324)); int32_t L_1326; L_1326 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1318, (int32_t)L_1322)), (int32_t)L_1325)), (int32_t)((int32_t)-1894007588))), 6, /*hidden argument*/NULL); int32_t L_1327 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1326, (int32_t)L_1327)); // e = RL(e + F4(a,b,c) + X[ 5] + unchecked((int) 0x8f1bbcdc), 6) + d; b = RL(b, 10); int32_t L_1328 = V_2; int32_t L_1329; L_1329 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1328, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1329; // d = RL(d + F4(e,a,b) + X[ 6] + unchecked((int) 0x8f1bbcdc), 5) + c; a = RL(a, 10); int32_t L_1330 = V_6; int32_t L_1331 = V_8; int32_t L_1332 = V_0; int32_t L_1333 = V_2; int32_t L_1334; L_1334 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1331, L_1332, L_1333, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1335 = __this->get_X_10(); NullCheck(L_1335); int32_t L_1336 = 6; int32_t L_1337 = (L_1335)->GetAt(static_cast(L_1336)); int32_t L_1338; L_1338 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1330, (int32_t)L_1334)), (int32_t)L_1337)), (int32_t)((int32_t)-1894007588))), 5, /*hidden argument*/NULL); int32_t L_1339 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1338, (int32_t)L_1339)); // d = RL(d + F4(e,a,b) + X[ 6] + unchecked((int) 0x8f1bbcdc), 5) + c; a = RL(a, 10); int32_t L_1340 = V_0; int32_t L_1341; L_1341 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1340, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1341; // c = RL(c + F4(d,e,a) + X[ 2] + unchecked((int) 0x8f1bbcdc), 12) + b; e = RL(e, 10); int32_t L_1342 = V_4; int32_t L_1343 = V_6; int32_t L_1344 = V_8; int32_t L_1345 = V_0; int32_t L_1346; L_1346 = RipeMD160Digest_F4_m6169DCB229B1C2492BC2DC428358EF7D09BC45CF(__this, L_1343, L_1344, L_1345, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1347 = __this->get_X_10(); NullCheck(L_1347); int32_t L_1348 = 2; int32_t L_1349 = (L_1347)->GetAt(static_cast(L_1348)); int32_t L_1350; L_1350 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1342, (int32_t)L_1346)), (int32_t)L_1349)), (int32_t)((int32_t)-1894007588))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1351 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1350, (int32_t)L_1351)); // c = RL(c + F4(d,e,a) + X[ 2] + unchecked((int) 0x8f1bbcdc), 12) + b; e = RL(e, 10); int32_t L_1352 = V_8; int32_t L_1353; L_1353 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1352, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1353; // cc = RL(cc + F2(dd,ee,aa) + X[ 8] + unchecked((int) 0x7a6d76e9), 15) + bb; ee = RL(ee, 10); int32_t L_1354 = V_5; int32_t L_1355 = V_7; int32_t L_1356 = V_9; int32_t L_1357 = V_1; int32_t L_1358; L_1358 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1355, L_1356, L_1357, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1359 = __this->get_X_10(); NullCheck(L_1359); int32_t L_1360 = 8; int32_t L_1361 = (L_1359)->GetAt(static_cast(L_1360)); int32_t L_1362; L_1362 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1354, (int32_t)L_1358)), (int32_t)L_1361)), (int32_t)((int32_t)2053994217))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1363 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1362, (int32_t)L_1363)); // cc = RL(cc + F2(dd,ee,aa) + X[ 8] + unchecked((int) 0x7a6d76e9), 15) + bb; ee = RL(ee, 10); int32_t L_1364 = V_9; int32_t L_1365; L_1365 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1364, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1365; // bb = RL(bb + F2(cc,dd,ee) + X[ 6] + unchecked((int) 0x7a6d76e9), 5) + aa; dd = RL(dd, 10); int32_t L_1366 = V_3; int32_t L_1367 = V_5; int32_t L_1368 = V_7; int32_t L_1369 = V_9; int32_t L_1370; L_1370 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1367, L_1368, L_1369, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1371 = __this->get_X_10(); NullCheck(L_1371); int32_t L_1372 = 6; int32_t L_1373 = (L_1371)->GetAt(static_cast(L_1372)); int32_t L_1374; L_1374 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1366, (int32_t)L_1370)), (int32_t)L_1373)), (int32_t)((int32_t)2053994217))), 5, /*hidden argument*/NULL); int32_t L_1375 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1374, (int32_t)L_1375)); // bb = RL(bb + F2(cc,dd,ee) + X[ 6] + unchecked((int) 0x7a6d76e9), 5) + aa; dd = RL(dd, 10); int32_t L_1376 = V_7; int32_t L_1377; L_1377 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1376, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1377; // aa = RL(aa + F2(bb,cc,dd) + X[ 4] + unchecked((int) 0x7a6d76e9), 8) + ee; cc = RL(cc, 10); int32_t L_1378 = V_1; int32_t L_1379 = V_3; int32_t L_1380 = V_5; int32_t L_1381 = V_7; int32_t L_1382; L_1382 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1379, L_1380, L_1381, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1383 = __this->get_X_10(); NullCheck(L_1383); int32_t L_1384 = 4; int32_t L_1385 = (L_1383)->GetAt(static_cast(L_1384)); int32_t L_1386; L_1386 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1378, (int32_t)L_1382)), (int32_t)L_1385)), (int32_t)((int32_t)2053994217))), 8, /*hidden argument*/NULL); int32_t L_1387 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1386, (int32_t)L_1387)); // aa = RL(aa + F2(bb,cc,dd) + X[ 4] + unchecked((int) 0x7a6d76e9), 8) + ee; cc = RL(cc, 10); int32_t L_1388 = V_5; int32_t L_1389; L_1389 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1388, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1389; // ee = RL(ee + F2(aa,bb,cc) + X[ 1] + unchecked((int) 0x7a6d76e9), 11) + dd; bb = RL(bb, 10); int32_t L_1390 = V_9; int32_t L_1391 = V_1; int32_t L_1392 = V_3; int32_t L_1393 = V_5; int32_t L_1394; L_1394 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1391, L_1392, L_1393, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1395 = __this->get_X_10(); NullCheck(L_1395); int32_t L_1396 = 1; int32_t L_1397 = (L_1395)->GetAt(static_cast(L_1396)); int32_t L_1398; L_1398 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1390, (int32_t)L_1394)), (int32_t)L_1397)), (int32_t)((int32_t)2053994217))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1399 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1398, (int32_t)L_1399)); // ee = RL(ee + F2(aa,bb,cc) + X[ 1] + unchecked((int) 0x7a6d76e9), 11) + dd; bb = RL(bb, 10); int32_t L_1400 = V_3; int32_t L_1401; L_1401 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1400, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1401; // dd = RL(dd + F2(ee,aa,bb) + X[ 3] + unchecked((int) 0x7a6d76e9), 14) + cc; aa = RL(aa, 10); int32_t L_1402 = V_7; int32_t L_1403 = V_9; int32_t L_1404 = V_1; int32_t L_1405 = V_3; int32_t L_1406; L_1406 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1403, L_1404, L_1405, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1407 = __this->get_X_10(); NullCheck(L_1407); int32_t L_1408 = 3; int32_t L_1409 = (L_1407)->GetAt(static_cast(L_1408)); int32_t L_1410; L_1410 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1402, (int32_t)L_1406)), (int32_t)L_1409)), (int32_t)((int32_t)2053994217))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1411 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1410, (int32_t)L_1411)); // dd = RL(dd + F2(ee,aa,bb) + X[ 3] + unchecked((int) 0x7a6d76e9), 14) + cc; aa = RL(aa, 10); int32_t L_1412 = V_1; int32_t L_1413; L_1413 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1412, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1413; // cc = RL(cc + F2(dd,ee,aa) + X[11] + unchecked((int) 0x7a6d76e9), 14) + bb; ee = RL(ee, 10); int32_t L_1414 = V_5; int32_t L_1415 = V_7; int32_t L_1416 = V_9; int32_t L_1417 = V_1; int32_t L_1418; L_1418 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1415, L_1416, L_1417, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1419 = __this->get_X_10(); NullCheck(L_1419); int32_t L_1420 = ((int32_t)11); int32_t L_1421 = (L_1419)->GetAt(static_cast(L_1420)); int32_t L_1422; L_1422 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1414, (int32_t)L_1418)), (int32_t)L_1421)), (int32_t)((int32_t)2053994217))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1423 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1422, (int32_t)L_1423)); // cc = RL(cc + F2(dd,ee,aa) + X[11] + unchecked((int) 0x7a6d76e9), 14) + bb; ee = RL(ee, 10); int32_t L_1424 = V_9; int32_t L_1425; L_1425 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1424, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1425; // bb = RL(bb + F2(cc,dd,ee) + X[15] + unchecked((int) 0x7a6d76e9), 6) + aa; dd = RL(dd, 10); int32_t L_1426 = V_3; int32_t L_1427 = V_5; int32_t L_1428 = V_7; int32_t L_1429 = V_9; int32_t L_1430; L_1430 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1427, L_1428, L_1429, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1431 = __this->get_X_10(); NullCheck(L_1431); int32_t L_1432 = ((int32_t)15); int32_t L_1433 = (L_1431)->GetAt(static_cast(L_1432)); int32_t L_1434; L_1434 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1426, (int32_t)L_1430)), (int32_t)L_1433)), (int32_t)((int32_t)2053994217))), 6, /*hidden argument*/NULL); int32_t L_1435 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1434, (int32_t)L_1435)); // bb = RL(bb + F2(cc,dd,ee) + X[15] + unchecked((int) 0x7a6d76e9), 6) + aa; dd = RL(dd, 10); int32_t L_1436 = V_7; int32_t L_1437; L_1437 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1436, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1437; // aa = RL(aa + F2(bb,cc,dd) + X[ 0] + unchecked((int) 0x7a6d76e9), 14) + ee; cc = RL(cc, 10); int32_t L_1438 = V_1; int32_t L_1439 = V_3; int32_t L_1440 = V_5; int32_t L_1441 = V_7; int32_t L_1442; L_1442 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1439, L_1440, L_1441, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1443 = __this->get_X_10(); NullCheck(L_1443); int32_t L_1444 = 0; int32_t L_1445 = (L_1443)->GetAt(static_cast(L_1444)); int32_t L_1446; L_1446 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1438, (int32_t)L_1442)), (int32_t)L_1445)), (int32_t)((int32_t)2053994217))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1447 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1446, (int32_t)L_1447)); // aa = RL(aa + F2(bb,cc,dd) + X[ 0] + unchecked((int) 0x7a6d76e9), 14) + ee; cc = RL(cc, 10); int32_t L_1448 = V_5; int32_t L_1449; L_1449 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1448, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1449; // ee = RL(ee + F2(aa,bb,cc) + X[ 5] + unchecked((int) 0x7a6d76e9), 6) + dd; bb = RL(bb, 10); int32_t L_1450 = V_9; int32_t L_1451 = V_1; int32_t L_1452 = V_3; int32_t L_1453 = V_5; int32_t L_1454; L_1454 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1451, L_1452, L_1453, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1455 = __this->get_X_10(); NullCheck(L_1455); int32_t L_1456 = 5; int32_t L_1457 = (L_1455)->GetAt(static_cast(L_1456)); int32_t L_1458; L_1458 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1450, (int32_t)L_1454)), (int32_t)L_1457)), (int32_t)((int32_t)2053994217))), 6, /*hidden argument*/NULL); int32_t L_1459 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1458, (int32_t)L_1459)); // ee = RL(ee + F2(aa,bb,cc) + X[ 5] + unchecked((int) 0x7a6d76e9), 6) + dd; bb = RL(bb, 10); int32_t L_1460 = V_3; int32_t L_1461; L_1461 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1460, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1461; // dd = RL(dd + F2(ee,aa,bb) + X[12] + unchecked((int) 0x7a6d76e9), 9) + cc; aa = RL(aa, 10); int32_t L_1462 = V_7; int32_t L_1463 = V_9; int32_t L_1464 = V_1; int32_t L_1465 = V_3; int32_t L_1466; L_1466 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1463, L_1464, L_1465, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1467 = __this->get_X_10(); NullCheck(L_1467); int32_t L_1468 = ((int32_t)12); int32_t L_1469 = (L_1467)->GetAt(static_cast(L_1468)); int32_t L_1470; L_1470 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1462, (int32_t)L_1466)), (int32_t)L_1469)), (int32_t)((int32_t)2053994217))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1471 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1470, (int32_t)L_1471)); // dd = RL(dd + F2(ee,aa,bb) + X[12] + unchecked((int) 0x7a6d76e9), 9) + cc; aa = RL(aa, 10); int32_t L_1472 = V_1; int32_t L_1473; L_1473 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1472, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1473; // cc = RL(cc + F2(dd,ee,aa) + X[ 2] + unchecked((int) 0x7a6d76e9), 12) + bb; ee = RL(ee, 10); int32_t L_1474 = V_5; int32_t L_1475 = V_7; int32_t L_1476 = V_9; int32_t L_1477 = V_1; int32_t L_1478; L_1478 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1475, L_1476, L_1477, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1479 = __this->get_X_10(); NullCheck(L_1479); int32_t L_1480 = 2; int32_t L_1481 = (L_1479)->GetAt(static_cast(L_1480)); int32_t L_1482; L_1482 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1474, (int32_t)L_1478)), (int32_t)L_1481)), (int32_t)((int32_t)2053994217))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1483 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1482, (int32_t)L_1483)); // cc = RL(cc + F2(dd,ee,aa) + X[ 2] + unchecked((int) 0x7a6d76e9), 12) + bb; ee = RL(ee, 10); int32_t L_1484 = V_9; int32_t L_1485; L_1485 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1484, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1485; // bb = RL(bb + F2(cc,dd,ee) + X[13] + unchecked((int) 0x7a6d76e9), 9) + aa; dd = RL(dd, 10); int32_t L_1486 = V_3; int32_t L_1487 = V_5; int32_t L_1488 = V_7; int32_t L_1489 = V_9; int32_t L_1490; L_1490 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1487, L_1488, L_1489, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1491 = __this->get_X_10(); NullCheck(L_1491); int32_t L_1492 = ((int32_t)13); int32_t L_1493 = (L_1491)->GetAt(static_cast(L_1492)); int32_t L_1494; L_1494 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1486, (int32_t)L_1490)), (int32_t)L_1493)), (int32_t)((int32_t)2053994217))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1495 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1494, (int32_t)L_1495)); // bb = RL(bb + F2(cc,dd,ee) + X[13] + unchecked((int) 0x7a6d76e9), 9) + aa; dd = RL(dd, 10); int32_t L_1496 = V_7; int32_t L_1497; L_1497 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1496, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1497; // aa = RL(aa + F2(bb,cc,dd) + X[ 9] + unchecked((int) 0x7a6d76e9), 12) + ee; cc = RL(cc, 10); int32_t L_1498 = V_1; int32_t L_1499 = V_3; int32_t L_1500 = V_5; int32_t L_1501 = V_7; int32_t L_1502; L_1502 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1499, L_1500, L_1501, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1503 = __this->get_X_10(); NullCheck(L_1503); int32_t L_1504 = ((int32_t)9); int32_t L_1505 = (L_1503)->GetAt(static_cast(L_1504)); int32_t L_1506; L_1506 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1498, (int32_t)L_1502)), (int32_t)L_1505)), (int32_t)((int32_t)2053994217))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1507 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1506, (int32_t)L_1507)); // aa = RL(aa + F2(bb,cc,dd) + X[ 9] + unchecked((int) 0x7a6d76e9), 12) + ee; cc = RL(cc, 10); int32_t L_1508 = V_5; int32_t L_1509; L_1509 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1508, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1509; // ee = RL(ee + F2(aa,bb,cc) + X[ 7] + unchecked((int) 0x7a6d76e9), 5) + dd; bb = RL(bb, 10); int32_t L_1510 = V_9; int32_t L_1511 = V_1; int32_t L_1512 = V_3; int32_t L_1513 = V_5; int32_t L_1514; L_1514 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1511, L_1512, L_1513, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1515 = __this->get_X_10(); NullCheck(L_1515); int32_t L_1516 = 7; int32_t L_1517 = (L_1515)->GetAt(static_cast(L_1516)); int32_t L_1518; L_1518 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1510, (int32_t)L_1514)), (int32_t)L_1517)), (int32_t)((int32_t)2053994217))), 5, /*hidden argument*/NULL); int32_t L_1519 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1518, (int32_t)L_1519)); // ee = RL(ee + F2(aa,bb,cc) + X[ 7] + unchecked((int) 0x7a6d76e9), 5) + dd; bb = RL(bb, 10); int32_t L_1520 = V_3; int32_t L_1521; L_1521 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1520, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1521; // dd = RL(dd + F2(ee,aa,bb) + X[10] + unchecked((int) 0x7a6d76e9), 15) + cc; aa = RL(aa, 10); int32_t L_1522 = V_7; int32_t L_1523 = V_9; int32_t L_1524 = V_1; int32_t L_1525 = V_3; int32_t L_1526; L_1526 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1523, L_1524, L_1525, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1527 = __this->get_X_10(); NullCheck(L_1527); int32_t L_1528 = ((int32_t)10); int32_t L_1529 = (L_1527)->GetAt(static_cast(L_1528)); int32_t L_1530; L_1530 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1522, (int32_t)L_1526)), (int32_t)L_1529)), (int32_t)((int32_t)2053994217))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1531 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1530, (int32_t)L_1531)); // dd = RL(dd + F2(ee,aa,bb) + X[10] + unchecked((int) 0x7a6d76e9), 15) + cc; aa = RL(aa, 10); int32_t L_1532 = V_1; int32_t L_1533; L_1533 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1532, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1533; // cc = RL(cc + F2(dd,ee,aa) + X[14] + unchecked((int) 0x7a6d76e9), 8) + bb; ee = RL(ee, 10); int32_t L_1534 = V_5; int32_t L_1535 = V_7; int32_t L_1536 = V_9; int32_t L_1537 = V_1; int32_t L_1538; L_1538 = RipeMD160Digest_F2_m63830785AAD3AA4299273D1528BAFD45096C09A8(__this, L_1535, L_1536, L_1537, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1539 = __this->get_X_10(); NullCheck(L_1539); int32_t L_1540 = ((int32_t)14); int32_t L_1541 = (L_1539)->GetAt(static_cast(L_1540)); int32_t L_1542; L_1542 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1534, (int32_t)L_1538)), (int32_t)L_1541)), (int32_t)((int32_t)2053994217))), 8, /*hidden argument*/NULL); int32_t L_1543 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1542, (int32_t)L_1543)); // cc = RL(cc + F2(dd,ee,aa) + X[14] + unchecked((int) 0x7a6d76e9), 8) + bb; ee = RL(ee, 10); int32_t L_1544 = V_9; int32_t L_1545; L_1545 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1544, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1545; // b = RL(b + F5(c,d,e) + X[ 4] + unchecked((int) 0xa953fd4e), 9) + a; d = RL(d, 10); int32_t L_1546 = V_2; int32_t L_1547 = V_4; int32_t L_1548 = V_6; int32_t L_1549 = V_8; int32_t L_1550; L_1550 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1547, L_1548, L_1549, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1551 = __this->get_X_10(); NullCheck(L_1551); int32_t L_1552 = 4; int32_t L_1553 = (L_1551)->GetAt(static_cast(L_1552)); int32_t L_1554; L_1554 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1546, (int32_t)L_1550)), (int32_t)L_1553)), (int32_t)((int32_t)-1454113458))), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1555 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1554, (int32_t)L_1555)); // b = RL(b + F5(c,d,e) + X[ 4] + unchecked((int) 0xa953fd4e), 9) + a; d = RL(d, 10); int32_t L_1556 = V_6; int32_t L_1557; L_1557 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1556, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1557; // a = RL(a + F5(b,c,d) + X[ 0] + unchecked((int) 0xa953fd4e), 15) + e; c = RL(c, 10); int32_t L_1558 = V_0; int32_t L_1559 = V_2; int32_t L_1560 = V_4; int32_t L_1561 = V_6; int32_t L_1562; L_1562 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1559, L_1560, L_1561, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1563 = __this->get_X_10(); NullCheck(L_1563); int32_t L_1564 = 0; int32_t L_1565 = (L_1563)->GetAt(static_cast(L_1564)); int32_t L_1566; L_1566 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1558, (int32_t)L_1562)), (int32_t)L_1565)), (int32_t)((int32_t)-1454113458))), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1567 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1566, (int32_t)L_1567)); // a = RL(a + F5(b,c,d) + X[ 0] + unchecked((int) 0xa953fd4e), 15) + e; c = RL(c, 10); int32_t L_1568 = V_4; int32_t L_1569; L_1569 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1568, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1569; // e = RL(e + F5(a,b,c) + X[ 5] + unchecked((int) 0xa953fd4e), 5) + d; b = RL(b, 10); int32_t L_1570 = V_8; int32_t L_1571 = V_0; int32_t L_1572 = V_2; int32_t L_1573 = V_4; int32_t L_1574; L_1574 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1571, L_1572, L_1573, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1575 = __this->get_X_10(); NullCheck(L_1575); int32_t L_1576 = 5; int32_t L_1577 = (L_1575)->GetAt(static_cast(L_1576)); int32_t L_1578; L_1578 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1570, (int32_t)L_1574)), (int32_t)L_1577)), (int32_t)((int32_t)-1454113458))), 5, /*hidden argument*/NULL); int32_t L_1579 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1578, (int32_t)L_1579)); // e = RL(e + F5(a,b,c) + X[ 5] + unchecked((int) 0xa953fd4e), 5) + d; b = RL(b, 10); int32_t L_1580 = V_2; int32_t L_1581; L_1581 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1580, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1581; // d = RL(d + F5(e,a,b) + X[ 9] + unchecked((int) 0xa953fd4e), 11) + c; a = RL(a, 10); int32_t L_1582 = V_6; int32_t L_1583 = V_8; int32_t L_1584 = V_0; int32_t L_1585 = V_2; int32_t L_1586; L_1586 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1583, L_1584, L_1585, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1587 = __this->get_X_10(); NullCheck(L_1587); int32_t L_1588 = ((int32_t)9); int32_t L_1589 = (L_1587)->GetAt(static_cast(L_1588)); int32_t L_1590; L_1590 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1582, (int32_t)L_1586)), (int32_t)L_1589)), (int32_t)((int32_t)-1454113458))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1591 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1590, (int32_t)L_1591)); // d = RL(d + F5(e,a,b) + X[ 9] + unchecked((int) 0xa953fd4e), 11) + c; a = RL(a, 10); int32_t L_1592 = V_0; int32_t L_1593; L_1593 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1592, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1593; // c = RL(c + F5(d,e,a) + X[ 7] + unchecked((int) 0xa953fd4e), 6) + b; e = RL(e, 10); int32_t L_1594 = V_4; int32_t L_1595 = V_6; int32_t L_1596 = V_8; int32_t L_1597 = V_0; int32_t L_1598; L_1598 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1595, L_1596, L_1597, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1599 = __this->get_X_10(); NullCheck(L_1599); int32_t L_1600 = 7; int32_t L_1601 = (L_1599)->GetAt(static_cast(L_1600)); int32_t L_1602; L_1602 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1594, (int32_t)L_1598)), (int32_t)L_1601)), (int32_t)((int32_t)-1454113458))), 6, /*hidden argument*/NULL); int32_t L_1603 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1602, (int32_t)L_1603)); // c = RL(c + F5(d,e,a) + X[ 7] + unchecked((int) 0xa953fd4e), 6) + b; e = RL(e, 10); int32_t L_1604 = V_8; int32_t L_1605; L_1605 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1604, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1605; // b = RL(b + F5(c,d,e) + X[12] + unchecked((int) 0xa953fd4e), 8) + a; d = RL(d, 10); int32_t L_1606 = V_2; int32_t L_1607 = V_4; int32_t L_1608 = V_6; int32_t L_1609 = V_8; int32_t L_1610; L_1610 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1607, L_1608, L_1609, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1611 = __this->get_X_10(); NullCheck(L_1611); int32_t L_1612 = ((int32_t)12); int32_t L_1613 = (L_1611)->GetAt(static_cast(L_1612)); int32_t L_1614; L_1614 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1606, (int32_t)L_1610)), (int32_t)L_1613)), (int32_t)((int32_t)-1454113458))), 8, /*hidden argument*/NULL); int32_t L_1615 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1614, (int32_t)L_1615)); // b = RL(b + F5(c,d,e) + X[12] + unchecked((int) 0xa953fd4e), 8) + a; d = RL(d, 10); int32_t L_1616 = V_6; int32_t L_1617; L_1617 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1616, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1617; // a = RL(a + F5(b,c,d) + X[ 2] + unchecked((int) 0xa953fd4e), 13) + e; c = RL(c, 10); int32_t L_1618 = V_0; int32_t L_1619 = V_2; int32_t L_1620 = V_4; int32_t L_1621 = V_6; int32_t L_1622; L_1622 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1619, L_1620, L_1621, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1623 = __this->get_X_10(); NullCheck(L_1623); int32_t L_1624 = 2; int32_t L_1625 = (L_1623)->GetAt(static_cast(L_1624)); int32_t L_1626; L_1626 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1618, (int32_t)L_1622)), (int32_t)L_1625)), (int32_t)((int32_t)-1454113458))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1627 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1626, (int32_t)L_1627)); // a = RL(a + F5(b,c,d) + X[ 2] + unchecked((int) 0xa953fd4e), 13) + e; c = RL(c, 10); int32_t L_1628 = V_4; int32_t L_1629; L_1629 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1628, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1629; // e = RL(e + F5(a,b,c) + X[10] + unchecked((int) 0xa953fd4e), 12) + d; b = RL(b, 10); int32_t L_1630 = V_8; int32_t L_1631 = V_0; int32_t L_1632 = V_2; int32_t L_1633 = V_4; int32_t L_1634; L_1634 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1631, L_1632, L_1633, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1635 = __this->get_X_10(); NullCheck(L_1635); int32_t L_1636 = ((int32_t)10); int32_t L_1637 = (L_1635)->GetAt(static_cast(L_1636)); int32_t L_1638; L_1638 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1630, (int32_t)L_1634)), (int32_t)L_1637)), (int32_t)((int32_t)-1454113458))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1639 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1638, (int32_t)L_1639)); // e = RL(e + F5(a,b,c) + X[10] + unchecked((int) 0xa953fd4e), 12) + d; b = RL(b, 10); int32_t L_1640 = V_2; int32_t L_1641; L_1641 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1640, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1641; // d = RL(d + F5(e,a,b) + X[14] + unchecked((int) 0xa953fd4e), 5) + c; a = RL(a, 10); int32_t L_1642 = V_6; int32_t L_1643 = V_8; int32_t L_1644 = V_0; int32_t L_1645 = V_2; int32_t L_1646; L_1646 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1643, L_1644, L_1645, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1647 = __this->get_X_10(); NullCheck(L_1647); int32_t L_1648 = ((int32_t)14); int32_t L_1649 = (L_1647)->GetAt(static_cast(L_1648)); int32_t L_1650; L_1650 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1642, (int32_t)L_1646)), (int32_t)L_1649)), (int32_t)((int32_t)-1454113458))), 5, /*hidden argument*/NULL); int32_t L_1651 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1650, (int32_t)L_1651)); // d = RL(d + F5(e,a,b) + X[14] + unchecked((int) 0xa953fd4e), 5) + c; a = RL(a, 10); int32_t L_1652 = V_0; int32_t L_1653; L_1653 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1652, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1653; // c = RL(c + F5(d,e,a) + X[ 1] + unchecked((int) 0xa953fd4e), 12) + b; e = RL(e, 10); int32_t L_1654 = V_4; int32_t L_1655 = V_6; int32_t L_1656 = V_8; int32_t L_1657 = V_0; int32_t L_1658; L_1658 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1655, L_1656, L_1657, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1659 = __this->get_X_10(); NullCheck(L_1659); int32_t L_1660 = 1; int32_t L_1661 = (L_1659)->GetAt(static_cast(L_1660)); int32_t L_1662; L_1662 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1654, (int32_t)L_1658)), (int32_t)L_1661)), (int32_t)((int32_t)-1454113458))), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1663 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1662, (int32_t)L_1663)); // c = RL(c + F5(d,e,a) + X[ 1] + unchecked((int) 0xa953fd4e), 12) + b; e = RL(e, 10); int32_t L_1664 = V_8; int32_t L_1665; L_1665 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1664, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1665; // b = RL(b + F5(c,d,e) + X[ 3] + unchecked((int) 0xa953fd4e), 13) + a; d = RL(d, 10); int32_t L_1666 = V_2; int32_t L_1667 = V_4; int32_t L_1668 = V_6; int32_t L_1669 = V_8; int32_t L_1670; L_1670 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1667, L_1668, L_1669, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1671 = __this->get_X_10(); NullCheck(L_1671); int32_t L_1672 = 3; int32_t L_1673 = (L_1671)->GetAt(static_cast(L_1672)); int32_t L_1674; L_1674 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1666, (int32_t)L_1670)), (int32_t)L_1673)), (int32_t)((int32_t)-1454113458))), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1675 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1674, (int32_t)L_1675)); // b = RL(b + F5(c,d,e) + X[ 3] + unchecked((int) 0xa953fd4e), 13) + a; d = RL(d, 10); int32_t L_1676 = V_6; int32_t L_1677; L_1677 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1676, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1677; // a = RL(a + F5(b,c,d) + X[ 8] + unchecked((int) 0xa953fd4e), 14) + e; c = RL(c, 10); int32_t L_1678 = V_0; int32_t L_1679 = V_2; int32_t L_1680 = V_4; int32_t L_1681 = V_6; int32_t L_1682; L_1682 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1679, L_1680, L_1681, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1683 = __this->get_X_10(); NullCheck(L_1683); int32_t L_1684 = 8; int32_t L_1685 = (L_1683)->GetAt(static_cast(L_1684)); int32_t L_1686; L_1686 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1678, (int32_t)L_1682)), (int32_t)L_1685)), (int32_t)((int32_t)-1454113458))), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1687 = V_8; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1686, (int32_t)L_1687)); // a = RL(a + F5(b,c,d) + X[ 8] + unchecked((int) 0xa953fd4e), 14) + e; c = RL(c, 10); int32_t L_1688 = V_4; int32_t L_1689; L_1689 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1688, ((int32_t)10), /*hidden argument*/NULL); V_4 = L_1689; // e = RL(e + F5(a,b,c) + X[11] + unchecked((int) 0xa953fd4e), 11) + d; b = RL(b, 10); int32_t L_1690 = V_8; int32_t L_1691 = V_0; int32_t L_1692 = V_2; int32_t L_1693 = V_4; int32_t L_1694; L_1694 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1691, L_1692, L_1693, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1695 = __this->get_X_10(); NullCheck(L_1695); int32_t L_1696 = ((int32_t)11); int32_t L_1697 = (L_1695)->GetAt(static_cast(L_1696)); int32_t L_1698; L_1698 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1690, (int32_t)L_1694)), (int32_t)L_1697)), (int32_t)((int32_t)-1454113458))), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1699 = V_6; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_1698, (int32_t)L_1699)); // e = RL(e + F5(a,b,c) + X[11] + unchecked((int) 0xa953fd4e), 11) + d; b = RL(b, 10); int32_t L_1700 = V_2; int32_t L_1701; L_1701 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1700, ((int32_t)10), /*hidden argument*/NULL); V_2 = L_1701; // d = RL(d + F5(e,a,b) + X[ 6] + unchecked((int) 0xa953fd4e), 8) + c; a = RL(a, 10); int32_t L_1702 = V_6; int32_t L_1703 = V_8; int32_t L_1704 = V_0; int32_t L_1705 = V_2; int32_t L_1706; L_1706 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1703, L_1704, L_1705, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1707 = __this->get_X_10(); NullCheck(L_1707); int32_t L_1708 = 6; int32_t L_1709 = (L_1707)->GetAt(static_cast(L_1708)); int32_t L_1710; L_1710 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1702, (int32_t)L_1706)), (int32_t)L_1709)), (int32_t)((int32_t)-1454113458))), 8, /*hidden argument*/NULL); int32_t L_1711 = V_4; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_1710, (int32_t)L_1711)); // d = RL(d + F5(e,a,b) + X[ 6] + unchecked((int) 0xa953fd4e), 8) + c; a = RL(a, 10); int32_t L_1712 = V_0; int32_t L_1713; L_1713 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1712, ((int32_t)10), /*hidden argument*/NULL); V_0 = L_1713; // c = RL(c + F5(d,e,a) + X[15] + unchecked((int) 0xa953fd4e), 5) + b; e = RL(e, 10); int32_t L_1714 = V_4; int32_t L_1715 = V_6; int32_t L_1716 = V_8; int32_t L_1717 = V_0; int32_t L_1718; L_1718 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1715, L_1716, L_1717, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1719 = __this->get_X_10(); NullCheck(L_1719); int32_t L_1720 = ((int32_t)15); int32_t L_1721 = (L_1719)->GetAt(static_cast(L_1720)); int32_t L_1722; L_1722 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1714, (int32_t)L_1718)), (int32_t)L_1721)), (int32_t)((int32_t)-1454113458))), 5, /*hidden argument*/NULL); int32_t L_1723 = V_2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_1722, (int32_t)L_1723)); // c = RL(c + F5(d,e,a) + X[15] + unchecked((int) 0xa953fd4e), 5) + b; e = RL(e, 10); int32_t L_1724 = V_8; int32_t L_1725; L_1725 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1724, ((int32_t)10), /*hidden argument*/NULL); V_8 = L_1725; // b = RL(b + F5(c,d,e) + X[13] + unchecked((int) 0xa953fd4e), 6) + a; d = RL(d, 10); int32_t L_1726 = V_2; int32_t L_1727 = V_4; int32_t L_1728 = V_6; int32_t L_1729 = V_8; int32_t L_1730; L_1730 = RipeMD160Digest_F5_mED1810456FFFC2D22D5B160488865BF46BA06679(__this, L_1727, L_1728, L_1729, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1731 = __this->get_X_10(); NullCheck(L_1731); int32_t L_1732 = ((int32_t)13); int32_t L_1733 = (L_1731)->GetAt(static_cast(L_1732)); int32_t L_1734; L_1734 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1726, (int32_t)L_1730)), (int32_t)L_1733)), (int32_t)((int32_t)-1454113458))), 6, /*hidden argument*/NULL); int32_t L_1735 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1734, (int32_t)L_1735)); // b = RL(b + F5(c,d,e) + X[13] + unchecked((int) 0xa953fd4e), 6) + a; d = RL(d, 10); int32_t L_1736 = V_6; int32_t L_1737; L_1737 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1736, ((int32_t)10), /*hidden argument*/NULL); V_6 = L_1737; // bb = RL(bb + F1(cc,dd,ee) + X[12], 8) + aa; dd = RL(dd, 10); int32_t L_1738 = V_3; int32_t L_1739 = V_5; int32_t L_1740 = V_7; int32_t L_1741 = V_9; int32_t L_1742; L_1742 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1739, L_1740, L_1741, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1743 = __this->get_X_10(); NullCheck(L_1743); int32_t L_1744 = ((int32_t)12); int32_t L_1745 = (L_1743)->GetAt(static_cast(L_1744)); int32_t L_1746; L_1746 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1738, (int32_t)L_1742)), (int32_t)L_1745)), 8, /*hidden argument*/NULL); int32_t L_1747 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1746, (int32_t)L_1747)); // bb = RL(bb + F1(cc,dd,ee) + X[12], 8) + aa; dd = RL(dd, 10); int32_t L_1748 = V_7; int32_t L_1749; L_1749 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1748, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1749; // aa = RL(aa + F1(bb,cc,dd) + X[15], 5) + ee; cc = RL(cc, 10); int32_t L_1750 = V_1; int32_t L_1751 = V_3; int32_t L_1752 = V_5; int32_t L_1753 = V_7; int32_t L_1754; L_1754 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1751, L_1752, L_1753, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1755 = __this->get_X_10(); NullCheck(L_1755); int32_t L_1756 = ((int32_t)15); int32_t L_1757 = (L_1755)->GetAt(static_cast(L_1756)); int32_t L_1758; L_1758 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1750, (int32_t)L_1754)), (int32_t)L_1757)), 5, /*hidden argument*/NULL); int32_t L_1759 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1758, (int32_t)L_1759)); // aa = RL(aa + F1(bb,cc,dd) + X[15], 5) + ee; cc = RL(cc, 10); int32_t L_1760 = V_5; int32_t L_1761; L_1761 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1760, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1761; // ee = RL(ee + F1(aa,bb,cc) + X[10], 12) + dd; bb = RL(bb, 10); int32_t L_1762 = V_9; int32_t L_1763 = V_1; int32_t L_1764 = V_3; int32_t L_1765 = V_5; int32_t L_1766; L_1766 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1763, L_1764, L_1765, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1767 = __this->get_X_10(); NullCheck(L_1767); int32_t L_1768 = ((int32_t)10); int32_t L_1769 = (L_1767)->GetAt(static_cast(L_1768)); int32_t L_1770; L_1770 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1762, (int32_t)L_1766)), (int32_t)L_1769)), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1771 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1770, (int32_t)L_1771)); // ee = RL(ee + F1(aa,bb,cc) + X[10], 12) + dd; bb = RL(bb, 10); int32_t L_1772 = V_3; int32_t L_1773; L_1773 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1772, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1773; // dd = RL(dd + F1(ee,aa,bb) + X[ 4], 9) + cc; aa = RL(aa, 10); int32_t L_1774 = V_7; int32_t L_1775 = V_9; int32_t L_1776 = V_1; int32_t L_1777 = V_3; int32_t L_1778; L_1778 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1775, L_1776, L_1777, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1779 = __this->get_X_10(); NullCheck(L_1779); int32_t L_1780 = 4; int32_t L_1781 = (L_1779)->GetAt(static_cast(L_1780)); int32_t L_1782; L_1782 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1774, (int32_t)L_1778)), (int32_t)L_1781)), ((int32_t)9), /*hidden argument*/NULL); int32_t L_1783 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1782, (int32_t)L_1783)); // dd = RL(dd + F1(ee,aa,bb) + X[ 4], 9) + cc; aa = RL(aa, 10); int32_t L_1784 = V_1; int32_t L_1785; L_1785 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1784, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1785; // cc = RL(cc + F1(dd,ee,aa) + X[ 1], 12) + bb; ee = RL(ee, 10); int32_t L_1786 = V_5; int32_t L_1787 = V_7; int32_t L_1788 = V_9; int32_t L_1789 = V_1; int32_t L_1790; L_1790 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1787, L_1788, L_1789, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1791 = __this->get_X_10(); NullCheck(L_1791); int32_t L_1792 = 1; int32_t L_1793 = (L_1791)->GetAt(static_cast(L_1792)); int32_t L_1794; L_1794 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1786, (int32_t)L_1790)), (int32_t)L_1793)), ((int32_t)12), /*hidden argument*/NULL); int32_t L_1795 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1794, (int32_t)L_1795)); // cc = RL(cc + F1(dd,ee,aa) + X[ 1], 12) + bb; ee = RL(ee, 10); int32_t L_1796 = V_9; int32_t L_1797; L_1797 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1796, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1797; // bb = RL(bb + F1(cc,dd,ee) + X[ 5], 5) + aa; dd = RL(dd, 10); int32_t L_1798 = V_3; int32_t L_1799 = V_5; int32_t L_1800 = V_7; int32_t L_1801 = V_9; int32_t L_1802; L_1802 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1799, L_1800, L_1801, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1803 = __this->get_X_10(); NullCheck(L_1803); int32_t L_1804 = 5; int32_t L_1805 = (L_1803)->GetAt(static_cast(L_1804)); int32_t L_1806; L_1806 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1798, (int32_t)L_1802)), (int32_t)L_1805)), 5, /*hidden argument*/NULL); int32_t L_1807 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1806, (int32_t)L_1807)); // bb = RL(bb + F1(cc,dd,ee) + X[ 5], 5) + aa; dd = RL(dd, 10); int32_t L_1808 = V_7; int32_t L_1809; L_1809 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1808, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1809; // aa = RL(aa + F1(bb,cc,dd) + X[ 8], 14) + ee; cc = RL(cc, 10); int32_t L_1810 = V_1; int32_t L_1811 = V_3; int32_t L_1812 = V_5; int32_t L_1813 = V_7; int32_t L_1814; L_1814 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1811, L_1812, L_1813, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1815 = __this->get_X_10(); NullCheck(L_1815); int32_t L_1816 = 8; int32_t L_1817 = (L_1815)->GetAt(static_cast(L_1816)); int32_t L_1818; L_1818 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1810, (int32_t)L_1814)), (int32_t)L_1817)), ((int32_t)14), /*hidden argument*/NULL); int32_t L_1819 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1818, (int32_t)L_1819)); // aa = RL(aa + F1(bb,cc,dd) + X[ 8], 14) + ee; cc = RL(cc, 10); int32_t L_1820 = V_5; int32_t L_1821; L_1821 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1820, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1821; // ee = RL(ee + F1(aa,bb,cc) + X[ 7], 6) + dd; bb = RL(bb, 10); int32_t L_1822 = V_9; int32_t L_1823 = V_1; int32_t L_1824 = V_3; int32_t L_1825 = V_5; int32_t L_1826; L_1826 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1823, L_1824, L_1825, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1827 = __this->get_X_10(); NullCheck(L_1827); int32_t L_1828 = 7; int32_t L_1829 = (L_1827)->GetAt(static_cast(L_1828)); int32_t L_1830; L_1830 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1822, (int32_t)L_1826)), (int32_t)L_1829)), 6, /*hidden argument*/NULL); int32_t L_1831 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1830, (int32_t)L_1831)); // ee = RL(ee + F1(aa,bb,cc) + X[ 7], 6) + dd; bb = RL(bb, 10); int32_t L_1832 = V_3; int32_t L_1833; L_1833 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1832, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1833; // dd = RL(dd + F1(ee,aa,bb) + X[ 6], 8) + cc; aa = RL(aa, 10); int32_t L_1834 = V_7; int32_t L_1835 = V_9; int32_t L_1836 = V_1; int32_t L_1837 = V_3; int32_t L_1838; L_1838 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1835, L_1836, L_1837, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1839 = __this->get_X_10(); NullCheck(L_1839); int32_t L_1840 = 6; int32_t L_1841 = (L_1839)->GetAt(static_cast(L_1840)); int32_t L_1842; L_1842 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1834, (int32_t)L_1838)), (int32_t)L_1841)), 8, /*hidden argument*/NULL); int32_t L_1843 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1842, (int32_t)L_1843)); // dd = RL(dd + F1(ee,aa,bb) + X[ 6], 8) + cc; aa = RL(aa, 10); int32_t L_1844 = V_1; int32_t L_1845; L_1845 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1844, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1845; // cc = RL(cc + F1(dd,ee,aa) + X[ 2], 13) + bb; ee = RL(ee, 10); int32_t L_1846 = V_5; int32_t L_1847 = V_7; int32_t L_1848 = V_9; int32_t L_1849 = V_1; int32_t L_1850; L_1850 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1847, L_1848, L_1849, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1851 = __this->get_X_10(); NullCheck(L_1851); int32_t L_1852 = 2; int32_t L_1853 = (L_1851)->GetAt(static_cast(L_1852)); int32_t L_1854; L_1854 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1846, (int32_t)L_1850)), (int32_t)L_1853)), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1855 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1854, (int32_t)L_1855)); // cc = RL(cc + F1(dd,ee,aa) + X[ 2], 13) + bb; ee = RL(ee, 10); int32_t L_1856 = V_9; int32_t L_1857; L_1857 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1856, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1857; // bb = RL(bb + F1(cc,dd,ee) + X[13], 6) + aa; dd = RL(dd, 10); int32_t L_1858 = V_3; int32_t L_1859 = V_5; int32_t L_1860 = V_7; int32_t L_1861 = V_9; int32_t L_1862; L_1862 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1859, L_1860, L_1861, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1863 = __this->get_X_10(); NullCheck(L_1863); int32_t L_1864 = ((int32_t)13); int32_t L_1865 = (L_1863)->GetAt(static_cast(L_1864)); int32_t L_1866; L_1866 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1858, (int32_t)L_1862)), (int32_t)L_1865)), 6, /*hidden argument*/NULL); int32_t L_1867 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1866, (int32_t)L_1867)); // bb = RL(bb + F1(cc,dd,ee) + X[13], 6) + aa; dd = RL(dd, 10); int32_t L_1868 = V_7; int32_t L_1869; L_1869 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1868, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1869; // aa = RL(aa + F1(bb,cc,dd) + X[14], 5) + ee; cc = RL(cc, 10); int32_t L_1870 = V_1; int32_t L_1871 = V_3; int32_t L_1872 = V_5; int32_t L_1873 = V_7; int32_t L_1874; L_1874 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1871, L_1872, L_1873, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1875 = __this->get_X_10(); NullCheck(L_1875); int32_t L_1876 = ((int32_t)14); int32_t L_1877 = (L_1875)->GetAt(static_cast(L_1876)); int32_t L_1878; L_1878 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1870, (int32_t)L_1874)), (int32_t)L_1877)), 5, /*hidden argument*/NULL); int32_t L_1879 = V_9; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1878, (int32_t)L_1879)); // aa = RL(aa + F1(bb,cc,dd) + X[14], 5) + ee; cc = RL(cc, 10); int32_t L_1880 = V_5; int32_t L_1881; L_1881 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1880, ((int32_t)10), /*hidden argument*/NULL); V_5 = L_1881; // ee = RL(ee + F1(aa,bb,cc) + X[ 0], 15) + dd; bb = RL(bb, 10); int32_t L_1882 = V_9; int32_t L_1883 = V_1; int32_t L_1884 = V_3; int32_t L_1885 = V_5; int32_t L_1886; L_1886 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1883, L_1884, L_1885, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1887 = __this->get_X_10(); NullCheck(L_1887); int32_t L_1888 = 0; int32_t L_1889 = (L_1887)->GetAt(static_cast(L_1888)); int32_t L_1890; L_1890 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1882, (int32_t)L_1886)), (int32_t)L_1889)), ((int32_t)15), /*hidden argument*/NULL); int32_t L_1891 = V_7; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_1890, (int32_t)L_1891)); // ee = RL(ee + F1(aa,bb,cc) + X[ 0], 15) + dd; bb = RL(bb, 10); int32_t L_1892 = V_3; int32_t L_1893; L_1893 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1892, ((int32_t)10), /*hidden argument*/NULL); V_3 = L_1893; // dd = RL(dd + F1(ee,aa,bb) + X[ 3], 13) + cc; aa = RL(aa, 10); int32_t L_1894 = V_7; int32_t L_1895 = V_9; int32_t L_1896 = V_1; int32_t L_1897 = V_3; int32_t L_1898; L_1898 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1895, L_1896, L_1897, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1899 = __this->get_X_10(); NullCheck(L_1899); int32_t L_1900 = 3; int32_t L_1901 = (L_1899)->GetAt(static_cast(L_1900)); int32_t L_1902; L_1902 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1894, (int32_t)L_1898)), (int32_t)L_1901)), ((int32_t)13), /*hidden argument*/NULL); int32_t L_1903 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1902, (int32_t)L_1903)); // dd = RL(dd + F1(ee,aa,bb) + X[ 3], 13) + cc; aa = RL(aa, 10); int32_t L_1904 = V_1; int32_t L_1905; L_1905 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1904, ((int32_t)10), /*hidden argument*/NULL); V_1 = L_1905; // cc = RL(cc + F1(dd,ee,aa) + X[ 9], 11) + bb; ee = RL(ee, 10); int32_t L_1906 = V_5; int32_t L_1907 = V_7; int32_t L_1908 = V_9; int32_t L_1909 = V_1; int32_t L_1910; L_1910 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1907, L_1908, L_1909, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1911 = __this->get_X_10(); NullCheck(L_1911); int32_t L_1912 = ((int32_t)9); int32_t L_1913 = (L_1911)->GetAt(static_cast(L_1912)); int32_t L_1914; L_1914 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1906, (int32_t)L_1910)), (int32_t)L_1913)), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1915 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1914, (int32_t)L_1915)); // cc = RL(cc + F1(dd,ee,aa) + X[ 9], 11) + bb; ee = RL(ee, 10); int32_t L_1916 = V_9; int32_t L_1917; L_1917 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1916, ((int32_t)10), /*hidden argument*/NULL); V_9 = L_1917; // bb = RL(bb + F1(cc,dd,ee) + X[11], 11) + aa; dd = RL(dd, 10); int32_t L_1918 = V_3; int32_t L_1919 = V_5; int32_t L_1920 = V_7; int32_t L_1921 = V_9; int32_t L_1922; L_1922 = RipeMD160Digest_F1_m84E812747FDE3D3C2B0ECE317265E5BC3E08CCE9(__this, L_1919, L_1920, L_1921, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1923 = __this->get_X_10(); NullCheck(L_1923); int32_t L_1924 = ((int32_t)11); int32_t L_1925 = (L_1923)->GetAt(static_cast(L_1924)); int32_t L_1926; L_1926 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1918, (int32_t)L_1922)), (int32_t)L_1925)), ((int32_t)11), /*hidden argument*/NULL); int32_t L_1927 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1926, (int32_t)L_1927)); // bb = RL(bb + F1(cc,dd,ee) + X[11], 11) + aa; dd = RL(dd, 10); int32_t L_1928 = V_7; int32_t L_1929; L_1929 = RipeMD160Digest_RL_m0B55A7C57D8D9C5845DA6953C80804B610BEA6B3(__this, L_1928, ((int32_t)10), /*hidden argument*/NULL); V_7 = L_1929; // dd += c + H1; int32_t L_1930 = V_7; int32_t L_1931 = V_4; int32_t L_1932 = __this->get_H1_6(); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_1930, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1931, (int32_t)L_1932)))); // H1 = H2 + d + ee; int32_t L_1933 = __this->get_H2_7(); int32_t L_1934 = V_6; int32_t L_1935 = V_9; __this->set_H1_6(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1933, (int32_t)L_1934)), (int32_t)L_1935))); // H2 = H3 + e + aa; int32_t L_1936 = __this->get_H3_8(); int32_t L_1937 = V_8; int32_t L_1938 = V_1; __this->set_H2_7(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1936, (int32_t)L_1937)), (int32_t)L_1938))); // H3 = H4 + a + bb; int32_t L_1939 = __this->get_H4_9(); int32_t L_1940 = V_0; int32_t L_1941 = V_3; __this->set_H3_8(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1939, (int32_t)L_1940)), (int32_t)L_1941))); // H4 = H0 + b + cc; int32_t L_1942 = __this->get_H0_5(); int32_t L_1943 = V_2; int32_t L_1944 = V_5; __this->set_H4_9(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1942, (int32_t)L_1943)), (int32_t)L_1944))); // H0 = dd; int32_t L_1945 = V_7; __this->set_H0_5(L_1945); // xOff = 0; __this->set_xOff_11(0); // for (int i = 0; i != X.Length; i++) V_10 = 0; goto IL_204f; } IL_203f: { // X[i] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1946 = __this->get_X_10(); int32_t L_1947 = V_10; NullCheck(L_1946); (L_1946)->SetAt(static_cast(L_1947), (int32_t)0); // for (int i = 0; i != X.Length; i++) int32_t L_1948 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_1948, (int32_t)1)); } IL_204f: { // for (int i = 0; i != X.Length; i++) int32_t L_1949 = V_10; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1950 = __this->get_X_10(); NullCheck(L_1950); if ((!(((uint32_t)L_1949) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1950)->max_length))))))) { goto IL_203f; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RipeMD160Digest_Copy_m70443421B0EFAEDDAC74A8B3F4C58687D1795FCB (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new RipeMD160Digest(this); RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_0 = (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB *)il2cpp_codegen_object_new(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var); RipeMD160Digest__ctor_mBC495BEADF9DBA18257A3CE70293F1258D5F17D2(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest_Reset_mF485D8C7FBEA53431B54FE8C1EF63BF932F02D2C (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * V_0 = NULL; { // RipeMD160Digest d = (RipeMD160Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB *)CastclassClass((RuntimeObject*)L_0, RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var)); // CopyIn(d); RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_1 = V_0; RipeMD160Digest_CopyIn_m250C592D7499768ABCB8E22969842F49CBE158AA(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * RevokedInfo_get_RevocationTime_mE1F506A1BE00BB9EB22145E6FBD25D30029A82DF_inline (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, const RuntimeMethod* method) { { // get { return revocationTime; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_revocationTime_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * RevokedInfo_get_RevocationReason_mF4C59BDF0921B0811A68768F75D07A6F657C6C79_inline (RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * __this, const RuntimeMethod* method) { { // get { return revocationReason; } CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * L_0 = __this->get_revocationReason_3(); 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 RuntimeObject* CbcBlockCipher_GetUnderlyingCipher_mE02C1D1EC2F38FFE369EA530244E95616AB7D5E6_inline (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method) { { // return cipher; RuntimeObject* L_0 = __this->get_cipher_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method) { { // get { return parameters; } RuntimeObject* L_0 = __this->get_parameters_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * IssuingDistributionPoint_get_DistributionPoint_mF57E117B7202B1FEE6A67263A8AD32A66597F8E1_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method) { { // get { return _distributionPoint; } DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_0 = __this->get__distributionPoint_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DistributionPointName_get_PointType_m2C64959395B8930F9C5FB365D3925AAEAAE7C11E_inline (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, const RuntimeMethod* method) { { // get { return type; } int32_t L_0 = __this->get_type_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * DistributionPointName_get_Name_m6C5249B308301D956EECA403F3110E85883FD1A1_inline (DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * __this, const RuntimeMethod* method) { { // get { return name; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * DistributionPoint_get_DistributionPointName_m2325DC79A48733F8AF8359BAE787B1AA131461B3_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method) { { // get { return distributionPoint; } DistributionPointName_t35DA3A7083698D1ED338DD0B2E72156DFEC2E48E * L_0 = __this->get_distributionPoint_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * DistributionPoint_get_CrlIssuer_mCFFCBECF3896EBB8D13C0EAD14CB63494C1BF706_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method) { { // get { return cRLIssuer; } GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_0 = __this->get_cRLIssuer_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GeneralName_get_Name_m78BA98CFDD8BC827746EAEBFC74EF20B0A573760_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method) { { // get { return obj; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_obj_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IssuingDistributionPoint_get_OnlyContainsUserCerts_m3DAE2AB1B97036F5B67372416F68432688C54932_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method) { { // get { return _onlyContainsUserCerts; } bool L_0 = __this->get__onlyContainsUserCerts_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IssuingDistributionPoint_get_OnlyContainsCACerts_m17184D533760664AD2F57D731AC3E6DF63F80348_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method) { { // get { return _onlyContainsCACerts; } bool L_0 = __this->get__onlyContainsCACerts_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IssuingDistributionPoint_get_OnlyContainsAttributeCerts_mD49A6AC3CB1F09071301D349507F9FBBE6034309_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method) { { // get { return _onlyContainsAttributeCerts; } bool L_0 = __this->get__onlyContainsAttributeCerts_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // get { return identifier; } String_t* L_0 = __this->get_identifier_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * PolicyInformation_get_PolicyIdentifier_mA0BF2F411410C1FC04DEAD93EECD80737F11A2BD_inline (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * __this, const RuntimeMethod* method) { { // get { return policyIdentifier; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_policyIdentifier_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * PolicyInformation_get_PolicyQualifiers_m37313A092B7BDFB8C6436227110FBFDA2F5D71C2_inline (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * __this, const RuntimeMethod* method) { { // get { return policyQualifiers; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_policyQualifiers_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IssuingDistributionPoint_get_IsIndirectCrl_m5166BD3C3F381C33AE98A1668108A4AB2F4ABA42_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method) { { // get { return _indirectCRL; } bool L_0 = __this->get__indirectCRL_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GeneralName_get_TagNo_m0A652E44A1E02248CF96C25449AF04AE2841BF5D_inline (GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * __this, const RuntimeMethod* method) { { // get { return tag; } int32_t L_0 = __this->get_tag_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * IssuingDistributionPoint_get_OnlySomeReasons_mFAAAED8FCDAA424516717004F0DFC4D5CAD23F3A_inline (IssuingDistributionPoint_t114EFC9B8ADBFEE5CB163CE3FD6791EFDC91829D * __this, const RuntimeMethod* method) { { // get { return _onlySomeReasons; } ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_0 = __this->get__onlySomeReasons_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * DistributionPoint_get_Reasons_m852FA1071E937D2EEDE3B8BCFA1610009A58194E_inline (DistributionPoint_tBAAEE34435C30AB6286EDF8798011AB75D2F2171 * __this, const RuntimeMethod* method) { { // get { return reasons; } ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * L_0 = __this->get_reasons_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Subject_m88B68C68D101561C5A6DF2EBBDA5717D63655BEA_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___value0, const RuntimeMethod* method) { { // set { subject = value; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = ___value0; __this->set_subject_11(L_0); // set { subject = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Certificate_m085FB709441F7D14169750FD25A29974A7F5C270_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___value0, const RuntimeMethod* method) { { // set { this.certificate = value; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___value0; __this->set_certificate_2(L_0); // set { this.certificate = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * PkixCertPathBuilderResult_get_CertPath_mD11AA5E9852928530E108C7BC132806E1541DD50_inline (PkixCertPathBuilderResult_t5895119EBEE11E5CFEB0044901276ED148B5F063 * __this, const RuntimeMethod* method) { { // get { return certPath; } PkixCertPath_t9471B7D16B6EE672D148B74EC8610CD7C62FCD89 * L_0 = __this->get_certPath_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CertStatus_get_Status_m099F02FD85A7E969424BD272D4E675DF4286DB0D_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, const RuntimeMethod* method) { { // get { return status; } int32_t L_0 = __this->get_status_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CertStatus_set_Status_m9848E15301F7D948665D88C691D6401D4FDAC732_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { this.status = value; } int32_t L_0 = ___value0; __this->set_status_2(L_0); // set { this.status = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * CertStatus_get_RevocationDate_mEDE9C7484E7C7225E9B8E35C0F0E695650BE5ADF_inline (CertStatus_tA897212F43C27365AF0722538F65C8AC0337E940 * __this, const RuntimeMethod* method) { { // get { return revocationDate; } DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_0 = __this->get_revocationDate_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeObject_get_Value_m7777CB09668D81CFDE26E99EC6033282014AC46E_inline (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * __this, const RuntimeMethod* method) { { // get { return dt; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_dt_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_CertificateChecking_m12E6844E89659DB3A2007521B4010091086D0011_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___value0, const RuntimeMethod* method) { { // set { certificateChecking = value; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___value0; __this->set_certificateChecking_0(L_0); // set { certificateChecking = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CrlStoreSelector_set_CompleteCrlEnabled_m8B5CF21EDCDD1B03C33A1DF0A0BAD01AE6A82FE4_inline (X509CrlStoreSelector_tB123FEDC849B44BC1D85656289E111010985A272 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.completeCrlEnabled = value; } bool L_0 = ___value0; __this->set_completeCrlEnabled_6(L_0); // set { this.completeCrlEnabled = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline (Exception_t * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get__innerException_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * NameConstraints_get_PermittedSubtrees_m6D1455A76D623E689EFD442F92D9A3B7B975D66A_inline (NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * __this, const RuntimeMethod* method) { { // get { return permitted; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_permitted_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * NameConstraints_get_ExcludedSubtrees_mB143162E6F0E84A7523FBA5A7B069FCA4B5CF7AE_inline (NameConstraints_t7D621838D76D63088B0A52A6CD093A2C80A4CB08 * __this, const RuntimeMethod* method) { { // get { return excluded; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_excluded_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TrustAnchor_get_CAName_mEA2D7D435E63546C785007E4B8FAD402A0C7E583_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method) { { // get { return this.caName; } String_t* L_0 = __this->get_caName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * TrustAnchor_get_TrustedCert_m0114E3851E02D34A78A9A64349AB43C67DF72DFE_inline (TrustAnchor_tD39C42EAA0CFC99AA2AA0F30AC3D066CF473657F * __this, const RuntimeMethod* method) { { // get { return this.trustedCert; } X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = __this->get_trustedCert_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_SerialNumber_m8721FD1AD35B54F1E191B115F5335EE7A07A90F5_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method) { { // set { serialNumber = value; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___value0; __this->set_serialNumber_10(L_0); // set { serialNumber = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509CertStoreSelector_set_Issuer_mF45C905EE0E690870660F61DB38A4011AE4E666C_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___value0, const RuntimeMethod* method) { { // set { issuer = value; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = ___value0; __this->set_issuer_6(L_0); // set { issuer = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } }