#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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); } }; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve struct AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement struct AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint struct AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement struct AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint struct AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable struct ECLookupTable_t7752B9FA91458655082F5D880E01596F49F02601; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1FieldElement struct SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point struct SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve struct SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field struct SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement struct SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point struct SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve struct SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field struct SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement struct SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point struct SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve struct SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field struct SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement struct SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point struct SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field struct SecT113Field_t11A2B41DB4D8BDF8E6D829C917E1A98EBA7D3F2E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement struct SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve struct SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point struct SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve struct SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point struct SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field struct SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement struct SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve struct SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point struct SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve struct SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point struct SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field struct SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement struct SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.String struct String_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve/SecP256R1LookupTable struct SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve/SecP384R1LookupTable struct SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve/SecP521R1LookupTable struct SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve/SecT113R1LookupTable struct SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve/SecT113R2LookupTable struct SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve/SecT131R1LookupTable struct SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve/SecT131R2LookupTable struct SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral05890724FC1F7D9FE12980BF7BD10E89BA1D0DFD; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral167C4070921718856CC0A4C42534D43BA4A04F53; IL2CPP_EXTERN_C String_t* _stringLiteral177362C48F2E95325EE85ED92A85B1482A581E5C; IL2CPP_EXTERN_C String_t* _stringLiteral21F436AB0CBBEB54E8E4B021A19522A2E4002896; IL2CPP_EXTERN_C String_t* _stringLiteral232569C6E0DF3C3165A09AF79D5ADDEBAFFC98C0; IL2CPP_EXTERN_C String_t* _stringLiteral246EED0B123C2A5CA3C9D36403F55D05365B6955; IL2CPP_EXTERN_C String_t* _stringLiteral275D6F928E9B5C97F6E808E4F49807A89B6D7150; IL2CPP_EXTERN_C String_t* _stringLiteral27BEAC53C28704ED312F13BCA03D8F4ED20D8EEC; IL2CPP_EXTERN_C String_t* _stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A; IL2CPP_EXTERN_C String_t* _stringLiteral3609A350BAED78A888575E1651638A3ED47F5A15; IL2CPP_EXTERN_C String_t* _stringLiteral379F60DEBB6D55CE61887446D2D512ECB5B58E7A; IL2CPP_EXTERN_C String_t* _stringLiteral41929A1E7BFDE1DA15DF6EAB590A9A0BE1C2669F; IL2CPP_EXTERN_C String_t* _stringLiteral463706C81D9A7FCEC9CFD74F6BDF5E47A3B70A04; IL2CPP_EXTERN_C String_t* _stringLiteral48B43F5FA99E5E4DA91ECE489C9146C2E013F2C0; IL2CPP_EXTERN_C String_t* _stringLiteral4C2E9692D0FCCF4694C11E7F2BF942E3A61409E9; IL2CPP_EXTERN_C String_t* _stringLiteral4F4B7FB0DAA8247272297BFDE2E625E1158BC21B; IL2CPP_EXTERN_C String_t* _stringLiteral518B4580CD2B43947006D63DBE89EABDB4C72396; IL2CPP_EXTERN_C String_t* _stringLiteral5F5EA2589983A2251C76E663151A3433408C9F9F; IL2CPP_EXTERN_C String_t* _stringLiteral6012CDC2131F970710DD55F8C0B0FC9EDAC9BB93; IL2CPP_EXTERN_C String_t* _stringLiteral60348E6D16667951CD14B08C19F05B6BA735BA63; IL2CPP_EXTERN_C String_t* _stringLiteral71A41D9E84570DF936ECD1AEA635EAA3BCE1BCFB; IL2CPP_EXTERN_C String_t* _stringLiteral7D6DC6DDFA61CEDE05B17F88286D237ED159C5D2; IL2CPP_EXTERN_C String_t* _stringLiteral80DD5C6F92F0508C9E328899AB1093965B0D08FA; IL2CPP_EXTERN_C String_t* _stringLiteral82AE736140DFF6845FB562BE4AA433C94E497993; IL2CPP_EXTERN_C String_t* _stringLiteral8A7FFDE5EE67F4359B4BEAE6EF71538156731FEC; IL2CPP_EXTERN_C String_t* _stringLiteral94D5D746F8BE7B801D68C2829AF3803ECCF4FD8E; IL2CPP_EXTERN_C String_t* _stringLiteralA8333C172FD811A3005E48E1659B0C01E5B737DC; IL2CPP_EXTERN_C String_t* _stringLiteralACAA3F034BC8CAAF34163BEFBA416A7A52F4A9B3; IL2CPP_EXTERN_C String_t* _stringLiteralAFD91FA63B0F9B7EB10310818D430755DC23A85D; IL2CPP_EXTERN_C String_t* _stringLiteralB5091C9B2711F2B144AA641ADBE4D291082835D2; IL2CPP_EXTERN_C String_t* _stringLiteralB782DF5794E9C49D5B36B43FEDC8DF143F231866; IL2CPP_EXTERN_C String_t* _stringLiteralCD79066978C02E8CBC7D2A809E2C3266FD8C701C; IL2CPP_EXTERN_C String_t* _stringLiteralD254D7F9810E53B134ABBD79078F8D119CF0DD78; IL2CPP_EXTERN_C String_t* _stringLiteralE2C726BB65797AC56A4CD8709B33945CE3E45A19; IL2CPP_EXTERN_C String_t* _stringLiteralEB5B6BF0D5008320A556FFBAB2BC9EC3F5C23E1C; IL2CPP_EXTERN_C String_t* _stringLiteralF40F25D880CA084FCE0507B1DD25BEB0A7E4BF46; IL2CPP_EXTERN_C String_t* _stringLiteralFC602FC92F783D55B3CD4BABB4D9BCA6ABA945CB; IL2CPP_EXTERN_C const RuntimeMethod* SecP256K1Point__ctor_m4D9AFC56BF59296EDA1439C4FE0E1EF8CA937163_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecP256R1FieldElement__ctor_m7ED0E07A574E6CE959B66E08A904719FB85CADE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecP256R1Point__ctor_mCC80B15479BB8D33F6502CD9D9E1CBAE45730D3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecP384R1FieldElement__ctor_mDE300A1E6A87741B3D94B6798021552993A062FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecP384R1Point__ctor_mA06A4BC0222813A8B585F2D0E340298A6A93616C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecP521R1FieldElement__ctor_mD3C74739FDC531ADA694F1F2EA021CA3B008AE90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecP521R1Point__ctor_m912CF1689AAA4107543286061C9EB8134F321D74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT113FieldElement__ctor_m2F5DAFB418B051BC0FD877BF1C71AF738549AC8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT113Field_Invert_m6A658488D9F11A9D8D286A6D971BDA78D618ECB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT131FieldElement__ctor_mE8C6BC8024780462EEEA3649C1B98AE74D10CD9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT131Field_Invert_m83D38353FB3217D9661802B2D3D6FA94540A3E5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT163FieldElement__ctor_m563781B48F246D5B1C469B7B21C0B383CD0F8A07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecT163Field_Invert_mD90283D674122DBD0420B548C978D2C4BAFE52F0_RuntimeMethod_var; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object struct Il2CppArrayBounds; // System.Array // 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.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field struct SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C : public RuntimeObject { public: public: }; struct SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::PExt UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___PExt_1; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields, ___P_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_0() const { return ___P_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_0() { return &___P_0; } inline void set_P_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_PExt_1() { return static_cast(offsetof(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields, ___PExt_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_PExt_1() const { return ___PExt_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_PExt_1() { return &___PExt_1; } inline void set_PExt_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___PExt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___PExt_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field struct SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A : public RuntimeObject { public: public: }; struct SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::PExt UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___PExt_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::PExtInv UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___PExtInv_2; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields, ___P_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_0() const { return ___P_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_0() { return &___P_0; } inline void set_P_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_PExt_1() { return static_cast(offsetof(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields, ___PExt_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_PExt_1() const { return ___PExt_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_PExt_1() { return &___PExt_1; } inline void set_PExt_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___PExt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___PExt_1), (void*)value); } inline static int32_t get_offset_of_PExtInv_2() { return static_cast(offsetof(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields, ___PExtInv_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_PExtInv_2() const { return ___PExtInv_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_PExtInv_2() { return &___PExtInv_2; } inline void set_PExtInv_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___PExtInv_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___PExtInv_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field struct SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135 : public RuntimeObject { public: public: }; struct SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::P UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___P_0; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields, ___P_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_P_0() const { return ___P_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_P_0() { return &___P_0; } inline void set_P_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field struct SecT113Field_t11A2B41DB4D8BDF8E6D829C917E1A98EBA7D3F2E : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field struct SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD : public RuntimeObject { public: public: }; struct SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_StaticFields { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ROOT_Z UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___ROOT_Z_2; public: inline static int32_t get_offset_of_ROOT_Z_2() { return static_cast(offsetof(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_StaticFields, ___ROOT_Z_2)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_ROOT_Z_2() const { return ___ROOT_Z_2; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_ROOT_Z_2() { return &___ROOT_Z_2; } inline void set_ROOT_Z_2(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___ROOT_Z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ROOT_Z_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field struct SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E : public RuntimeObject { public: public: }; struct SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_StaticFields { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ROOT_Z UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___ROOT_Z_2; public: inline static int32_t get_offset_of_ROOT_Z_2() { return static_cast(offsetof(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_StaticFields, ___ROOT_Z_2)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_ROOT_Z_2() const { return ___ROOT_Z_2; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_ROOT_Z_2() { return &___ROOT_Z_2; } inline void set_ROOT_Z_2(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___ROOT_Z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ROOT_Z_2), (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); } }; // 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.Math.EC.Custom.Sec.SecP256R1Curve/SecP256R1LookupTable struct SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve/SecP256R1LookupTable::m_outer SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * ___m_outer_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve/SecP256R1LookupTable::m_table UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve/SecP256R1LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9, ___m_outer_0)); } inline SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * get_m_outer_0() const { return ___m_outer_0; } inline SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9, ___m_table_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_table_1() const { return ___m_table_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve/SecP384R1LookupTable struct SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve/SecP384R1LookupTable::m_outer SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * ___m_outer_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve/SecP384R1LookupTable::m_table UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve/SecP384R1LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37, ___m_outer_0)); } inline SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * get_m_outer_0() const { return ___m_outer_0; } inline SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37, ___m_table_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_table_1() const { return ___m_table_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve/SecP521R1LookupTable struct SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve/SecP521R1LookupTable::m_outer SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * ___m_outer_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve/SecP521R1LookupTable::m_table UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve/SecP521R1LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1, ___m_outer_0)); } inline SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * get_m_outer_0() const { return ___m_outer_0; } inline SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1, ___m_table_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_table_1() const { return ___m_table_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve/SecT113R1LookupTable struct SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve/SecT113R1LookupTable::m_outer SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * ___m_outer_0; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve/SecT113R1LookupTable::m_table UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve/SecT113R1LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE, ___m_outer_0)); } inline SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * get_m_outer_0() const { return ___m_outer_0; } inline SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE, ___m_table_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_m_table_1() const { return ___m_table_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve/SecT113R2LookupTable struct SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve/SecT113R2LookupTable::m_outer SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * ___m_outer_0; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve/SecT113R2LookupTable::m_table UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve/SecT113R2LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460, ___m_outer_0)); } inline SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * get_m_outer_0() const { return ___m_outer_0; } inline SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460, ___m_table_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_m_table_1() const { return ___m_table_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve/SecT131R1LookupTable struct SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve/SecT131R1LookupTable::m_outer SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * ___m_outer_0; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve/SecT131R1LookupTable::m_table UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve/SecT131R1LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C, ___m_outer_0)); } inline SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * get_m_outer_0() const { return ___m_outer_0; } inline SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C, ___m_table_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_m_table_1() const { return ___m_table_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve/SecT131R2LookupTable struct SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve/SecT131R2LookupTable::m_outer SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * ___m_outer_0; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve/SecT131R2LookupTable::m_table UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve/SecT131R2LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF, ___m_outer_0)); } inline SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * get_m_outer_0() const { return ___m_outer_0; } inline SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF, ___m_table_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_m_table_1() const { return ___m_table_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve struct AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::si BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___si_16; public: inline static int32_t get_offset_of_si_16() { return static_cast(offsetof(AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE, ___si_16)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_si_16() const { return ___si_16; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_si_16() { return &___si_16; } inline void set_si_16(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___si_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___si_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement struct AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement struct AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // 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.Math.EC.ECPointBase struct ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF : public ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA { public: public: }; // 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; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint struct AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 : public ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint struct AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 : public ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF { public: public: }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1FieldElement struct SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 : public AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1FieldElement::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_1; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9, ___x_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_1() const { return ___x_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_1() { return &___x_1; } inline void set_x_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_1), (void*)value); } }; struct SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1FieldElement::Q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Q_0; public: inline static int32_t get_offset_of_Q_0() { return static_cast(offsetof(SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_StaticFields, ___Q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Q_0() const { return ___Q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Q_0() { return &___Q_0; } inline void set_Q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve struct SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::m_infinity SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0, ___m_infinity_19)); } inline SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement struct SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 : public AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_1; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9, ___x_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_1() const { return ___x_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_1() { return &___x_1; } inline void set_x_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_1), (void*)value); } }; struct SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Q_0; public: inline static int32_t get_offset_of_Q_0() { return static_cast(offsetof(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_StaticFields, ___Q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Q_0() const { return ___Q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Q_0() { return &___Q_0; } inline void set_Q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve struct SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::m_infinity SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8, ___m_infinity_19)); } inline SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement struct SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A : public AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_1; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A, ___x_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_1() const { return ___x_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_1() { return &___x_1; } inline void set_x_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_1), (void*)value); } }; struct SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Q_0; public: inline static int32_t get_offset_of_Q_0() { return static_cast(offsetof(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_StaticFields, ___Q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Q_0() const { return ___Q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Q_0() { return &___Q_0; } inline void set_Q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve struct SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::m_infinity SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF, ___m_infinity_19)); } inline SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * get_m_infinity_19() const { return ___m_infinity_19; } inline SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement struct SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A : public AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_1; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A, ___x_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_1() const { return ___x_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_1() { return &___x_1; } inline void set_x_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_1), (void*)value); } }; struct SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Q_0; public: inline static int32_t get_offset_of_Q_0() { return static_cast(offsetof(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_StaticFields, ___Q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Q_0() const { return ___Q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Q_0() { return &___Q_0; } inline void set_Q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement struct SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 : public AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::x UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x_0; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007, ___x_0)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_x_0() const { return ___x_0; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_x_0() { return &___x_0; } inline void set_x_0(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve struct SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::m_infinity SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2, ___m_infinity_19)); } inline SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve struct SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::m_infinity SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E, ___m_infinity_19)); } inline SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement struct SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 : public AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::x UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x_0; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754, ___x_0)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_x_0() const { return ___x_0; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_x_0() { return &___x_0; } inline void set_x_0(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve struct SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::m_infinity SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621, ___m_infinity_19)); } inline SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve struct SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 : public AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::m_infinity SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391, ___m_infinity_19)); } inline SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * get_m_infinity_19() const { return ___m_infinity_19; } inline SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement struct SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 : public AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::x UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x_0; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520, ___x_0)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_x_0() const { return ___x_0; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_x_0() { return &___x_0; } inline void set_x_0(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___x_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point struct SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 : public AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point struct SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 : public AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point struct SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 : public AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point struct SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B : public AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point struct SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F : public AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point struct SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 : public AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point struct SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E : public AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point struct SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A : public AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E : public RuntimeArray { public: ALIGN_FIELD (8) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * m_Items[1]; public: inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF : public RuntimeArray { public: ALIGN_FIELD (8) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * m_Items[1]; public: inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** 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, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Point__ctor_m4D9AFC56BF59296EDA1439C4FE0E1EF8CA937163 (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpPoint__ctor_m42BA911AB715BDF0A21503C183F3E65D6D14507C (AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // 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.Math.EC.AbstractFpPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpPoint__ctor_m39302B31AA85EF4CD29A4F7239A98CEEAD0F93B6 (AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Point__ctor_m274770DEBFFD27E25E867CCD067F83DEC3C5428B (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsInfinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawXCoord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawYCoord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawZCoords() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::CreateExt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat256_CreateExt_m4360507E06CE8767F0382A15D452C38CC422F4F4 (const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Field::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Field::Multiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Field::Subtract(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::IsZero(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Field::Negate(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Field_Negate_m35EC3786D6A46D324D999C58C5B122AB63C8BE71 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Mul(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat256_Mul_m1802D9AAAD4231FE5CDB4723E3903EE91F5CB0C4 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::AddBothTo(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat256_AddBothTo_m9E2ADCE0B6B1D16A564ED4E208CA2C1B31FEB825 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Field::Reduce32(System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Field_Reduce32_mAC6A759997D1C9420CCC7572D61A0F6C5DCC1157 (uint32_t ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1FieldElement__ctor_m7BE63AD09EFDFAA42F2A2C3423B0B6C2FCCBC7BC (SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Field::MultiplyAddToExt(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Field_MultiplyAddToExt_m1495FB80BFC2A435D9E8B300AAE8A921F3EF3696 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Field::Reduce(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Field_Reduce_mB4914FD5CBCB5F2B83B06F641E3838BEC2CBB100 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsCompressed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Point__ctor_m6DD388D7332C1BAEBE4983EB37535E8E36B51D93 (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftUpBits(System.Int32,System.UInt32[],System.Int32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftUpBits_m6C97966C52703C00262165E1FBA7B38A45DB3206 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, int32_t ___bits2, uint32_t ___c3, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftUpBits(System.Int32,System.UInt32[],System.Int32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftUpBits_mF8ED2FE83B0901250AF640D53918BE597DCF8854 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, int32_t ___bits2, uint32_t ___c3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Field::Twice(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Field_Twice_mB96BA27EE3AF6302599EDB383366B771D8A55149 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpCurve__ctor_m947A80805376A60114DDA1012E816316109ABE33 (AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Point__ctor_m111E15CAF8B07C1A1659C610EC7E77A09DCA4307 (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1 (String_t* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Curve__ctor_m35DA3FAFED94A66444A7D7F7711D1EE63A54ED6F (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1FieldElement__ctor_m7ED0E07A574E6CE959B66E08A904719FB85CADE1 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Point__ctor_mCC80B15479BB8D33F6502CD9D9E1CBAE45730D3A (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Point__ctor_mAABB7ADA01F338FD13628080EC69875E013CAF0A (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Copy(System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat256_Copy_m1653EBFBD20AD9A3A056523F1D43031D02E0AD25 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___xOff1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve/SecP256R1LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1LookupTable__ctor_m97E05E7DA7732D3843EA59F58A60A03144074511 (SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9 * __this, SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * ___outer0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat256_Add_mC5ED419BD5A3BF8408710CDC4D9E0496B96BAA5B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Gte(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::AddPInvTo(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_AddPInvTo_m64651FCB3403D5922CB07E9A77D859FC160F464B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Add(System.Int32,System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_Add_m8A7430FD1CEF372A76EC7AC3DCCD83377F23F2AA (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Gte(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::SubFrom(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat_SubFrom_m03FE7B2CEE3A58735F779EEE8D6A903FCEF7E58D (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Inc(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_Inc_m7CB729069F0AEF8ED280BDD114512135B90EE31D (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat256_FromBigInteger_m82D04DCB3568D468F446748498288F73869DE26A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::SubFrom(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat256_SubFrom_m741D30C9A531DF70DBED4517069A0C3CEC93EF0F (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftDownBit(System.Int32,System.UInt32[],System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftDownBit_m0823C8B3D0F9C0A8E4458CCC7CBEB50121326A77 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, uint32_t ___c2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftDownBit(System.Int32,System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftDownBit_mD7E6D7A718512A2950007E93A3969B24F8917A3B (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, uint32_t ___c2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Reduce(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Reduce_mDAE75DA8A22F22714248F78ED373005FD60E9C6B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::MulAddTo(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat256_MulAddTo_m6D3429BC7CC1CC28BBBE93102357BBD61D2C4046 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Zero(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat256_Zero_mE3287B1776D5B469C880220CEF0A2AEAFE2706D8 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Sub(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat256_Sub_mD6FFF7A980B4F7E983B9D4F3D7509F60349648F8 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Reduce32(System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Reduce32_mC5341E83A421BC8BFEA996A1B4DF9A8462006DDA (uint32_t ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat256_Square_mE123FA52A0F75FF523A59FA5143961E42F4FDF57 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::SubPInvFrom(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_SubPInvFrom_m08B1DCD311E1E2B41144AF39D844904E956E5629 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Sub(System.Int32,System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat_Sub_m316F2AB451AD98F9160D0F53EEA7D30E1AF756C4 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::AddTo(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_AddTo_m782E7F897AA6023BCE3490F1FB12EA952EA3329F (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftUpBit(System.Int32,System.UInt32[],System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftUpBit_m366A0046C19EE3C8E70566D99027726DAA8BB5D3 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, uint32_t ___c2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, 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 System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8 (AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::CompareTo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void 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.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* SecP256R1Field_FromBigInteger_mBB4E1F32CBF4FFE64B17DCFF189ABDEA3FC19115 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::IsOne(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat256_IsOne_m5FC2868F72EF95B0C483F79EF5279594DE554A5D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::GetBit(System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat256_GetBit_m570FFA730D190161E8FEF6578E02C62ECCCE6CD8 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___bit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::ToBigInteger(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Nat256_ToBigInteger_m55389D871E3E41A4EA22ED1AA0A7615138B1C605 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Add_m53FF21E64C97F33EC850D088478456241699CF84 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::AddOne(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_AddOne_m9DFCF7ED23FD714B56BD38345BF25A5295517C82 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Subtract(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Multiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Mod::Invert(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mod_Invert_m3A4BC73A50B198DB5D660E4FAFA307C0749CC0E7 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___p0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Negate(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Negate_mBE738647209C92C8385BF411E2C783FAEC88033E (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::SquareN(System.UInt32[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___n1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Eq(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat256_Eq_mBD6B649626DE8529FEFA7C33350B548955ED3E52 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.UInt32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_mDCFEDF8894216FF190D600B90FFBDED85D05C967 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___data0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::MultiplyAddToExt(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_MultiplyAddToExt_m3BCC48B0ED7F9FED0AAEC093AE50FC79B5156861 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Twice(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Twice_m9DF59B70C0EBD7CF47DB0146F678A1881AFBC88F (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Point__ctor_mBA49BEA62C6D098E1C29113B4DF5471F853E84E0 (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Curve__ctor_m9D55E8380399E39DE4F711A8D369C93E09E40765 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1FieldElement__ctor_mDE300A1E6A87741B3D94B6798021552993A062FC (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Point__ctor_mA06A4BC0222813A8B585F2D0E340298A6A93616C (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Point__ctor_m4FBB043CD86AACC388F5EB669A24500F28FB33E0 (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Copy(System.Int32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat_Copy_m15826DEB316C70248AD05548D9D465B9DC43FDC8 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, int32_t ___xOff2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, int32_t ___zOff4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve/SecP384R1LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1LookupTable__ctor_m3F66344E70C598EAD2695727044E6C2B2A1C6C22 (SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37 * __this, SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * ___outer0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::AddPInvTo(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_AddPInvTo_mD9434D2196D376D5C7AC1172239839AA5BA3709B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::IncAt(System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_IncAt_mD81188E13F7748C436D2324592DDE74036D1BA6B (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, int32_t ___zPos2, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::FromBigInteger(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat_FromBigInteger_mC9B70F94CDC9641E08CEDC5A8830072CCE7C54DB (int32_t ___bits0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x1, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Create(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17 (int32_t ___len0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat384::Mul(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat384_Mul_m4CEBE1836A891B3A51F3E21B6B42CE36889B82C0 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Reduce(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Reduce_mA46E57B06C4FF5FE6DBA3A9149C6371B26DCE68B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::IsZero(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Zero(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat_Zero_m67C872A78FEE58E3F9E5C5A1BC44EB510CAFFA55 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Reduce32(System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Reduce32_m71EEEF1D3DE7E6CE59E2ADAE8FFD3390B8660D17 (uint32_t ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat384::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat384_Square_m2AF4BAE1320CF0542A0A8C9C22106981C026AE6E (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::SubPInvFrom(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_SubPInvFrom_mD5DBD29D90C23EA51AD8530DBE6CFA8025C8F396 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::DecAt(System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat_DecAt_mE2A4F82C080618B78205E23B785EF8C8BFCBA40B (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, int32_t ___zPos2, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* SecP384R1Field_FromBigInteger_m19BEC855B15DB6E42B9B0E5D3620BAC2F4DDCC0A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::IsOne(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat_IsOne_m412B816D2D10858FEA8E91856E6E03E3478D7196 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::GetBit(System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_GetBit_mFA3370F60583440059DF0CF45D1082F7CA48C34F (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___bit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ToBigInteger(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Nat_ToBigInteger_mB505E6A1BDC84B12CBD754B20C807B1D98BDA56A (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Add_m54945B496B80724D4C769285BC8A66C7F90F5934 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::AddOne(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_AddOne_mC6F90CEA01AC28FE621D20E8011E0C1720D79CE6 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Subtract(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Multiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Negate(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Negate_m7379339517D70C1D2F4E0205BBB3857CB316664D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::SquareN(System.UInt32[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___n1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Eq(System.Int32,System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::AddBothTo(System.Int32,System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_AddBothTo_m2C8639EFC65CE0E8B46B6B8465A1F94A7C34C33B (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::AddExt(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_AddExt_mE27E56B114BB715BC63DF93D58B253AB9759BA7C (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___yy1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Twice(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Twice_m426E0CD23D0920E00DB1E156EDB73B4D5B6937D5 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Point__ctor_mD73A84323B58480C2164C69541B07308479BAC39 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Curve__ctor_mCDF3FDDBEE7CAEB4D195CCF1FBCFD407F69220A5 (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1FieldElement__ctor_mD3C74739FDC531ADA694F1F2EA021CA3B008AE90 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Point__ctor_m912CF1689AAA4107543286061C9EB8134F321D74 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Point__ctor_m9B16BE5516C80F042A2D7E79BC702E559FDE2527 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve/SecP521R1LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1LookupTable__ctor_m3E75AF1D78B12A0C1AF7BA556F60BA6EA2B4B2CF (SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1 * __this, SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * ___outer0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Inc(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_Inc_m6D60E1A49EE16C63549BCFAB8AE41DA0C8647595 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::ImplMultiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_ImplMultiply_m10194EAE09E8E8F673F6E81C1A9599B33ABB6686 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Reduce(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Reduce_m217C27582E3CB3C5E4611590F0C95688A414D6AE (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::ShiftDownBits(System.Int32,System.UInt32[],System.Int32,System.Int32,System.UInt32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_ShiftDownBits_m016B7F3CE4729FDF7C5E3C55C27338B711DA87EE (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x1, int32_t ___xOff2, int32_t ___bits3, uint32_t ___c4, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z5, int32_t ___zOff6, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::AddWordTo(System.Int32,System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_AddWordTo_mFDC48544FD88067D617A78F82891840464EB363B (int32_t ___len0, uint32_t ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::ImplSquare(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_ImplSquare_m2F453DDA74282C333CBEC18015465C5316183B6B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Dec(System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nat_Dec_mB118F06F9FD036039EEF34AB708A8C5867B34EC5 (int32_t ___len0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat512::Mul(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat512_Mul_m869E3949FA0010AD32709B934D78A00F85A52B0F (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Mul31BothAdd(System.Int32,System.UInt32,System.UInt32[],System.UInt32,System.UInt32[],System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_Mul31BothAdd_m26F3F13AD2ACA236E6CC2D6FD1395B0A7CEC341C (int32_t ___len0, uint32_t ___a1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x2, uint32_t ___b3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y4, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z5, int32_t ___zOff6, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat512::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat512_Square_m0E68A7D7BBE744EE30065EDBFCA967FE54F8607D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::MulWordAddTo(System.Int32,System.UInt32,System.UInt32[],System.Int32,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Nat_MulWordAddTo_m68722577255DA4E87182BC39FB3629CB8099F6F0 (int32_t ___len0, uint32_t ___x1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y2, int32_t ___yOff3, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z4, int32_t ___zOff5, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* SecP521R1Field_FromBigInteger_mD37BEEAB975B669154F6A3CD5B867B0ADF818FD0 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Add_mFC16383EAB6EFD17B2608B371D358AA623655147 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::AddOne(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_AddOne_m1FE4AE3D2CAC7889D1990A43916F7949E703B124 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Subtract(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Multiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Negate(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Negate_mA9D42E6873F740DCA5D46E344473A3061B36771D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::SquareN(System.UInt32[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_SquareN_m1177A2F8BD6DCBDAEB47350D9734F6055FD3A737 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___n1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Reduce23(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Reduce23_m9A3E2A0F28B53CB73D6D586F951419EEEF0CE290 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Twice(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Twice_m21A61A87DC9F68FC71FB4F06E3ACA03EDA46E28C (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat128::FromBigInteger64(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Nat128_FromBigInteger64_m4AB7AC0EA8D83AB1818B8EB8C7B4C4632C729C67 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Reduce15(System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Reduce15_m6E3557325C0CB5F6A70743656527BF1EF8B9C5E8 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z0, int32_t ___zOff1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat128::IsZero64(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat128_IsZero64_m42D1415D52BA6A87F815A6198A031870334B0214 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat128::Create64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Square(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Square_mBA807541B006467C2437B74BB05586FF365E5814 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Multiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::SquareN(System.UInt64[],System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_SquareN_mE81A7B4ED783D80EDC035533F9D0444CB7127223 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, int32_t ___n1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat128::CreateExt64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Nat128_CreateExt64_m4619052A4E561059400017486C84504551A98AFD (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::ImplMultiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_ImplMultiply_m67867697ADC84793520DA0285B1FEE161865199A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Reduce(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Reduce_m81BE8FCEA7DA4863F08EB456B39F362FC0F0D1C8 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::AddExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_AddExt_m8EC558F20D87254F8708ADF55E6D94B2E0AC525A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___yy1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Interleave::Unshuffle(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E (uint64_t ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::ImplSquare(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_ImplSquare_mC191AA1B903C75A83378C73B8A3DFB353EAEA11A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::ImplMulw(System.UInt64,System.UInt64,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_ImplMulw_mCFF22E9D8A04AE45BABAA98E624344B5654567FB (uint64_t ___x0, uint64_t ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Interleave::Expand64To128(System.UInt64,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interleave_Expand64To128_m74E013962CD4EFE9B70ABBA1C96B69B7B6592806 (uint64_t ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, int32_t ___zOff2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528 (AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 * __this, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* SecT113Field_FromBigInteger_mC44A0BE793AC97BBB2C42C2AD16FA5B56D89B167 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat128::IsOne64(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat128_IsOne64_mBBD1E755E8DFA443161A2A99ED2D5B45F8A4F35C (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat128::ToBigInteger64(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Nat128_ToBigInteger64_mB73457CD4648F80035E3C28F865B77F591E6383B (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Add(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Add_mE42BB037821FF583DD6DE190B88C08344A884766 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::.ctor(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::AddOne(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_AddOne_m009E33A339E346A756CE96B51FC845B079DA7C11 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::MultiplyAddToExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_MultiplyAddToExt_m92153FA5D550FA989D61AD3ACE897F9B0DD5E02F (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::SquareAddToExt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_SquareAddToExt_mB95B916311A47006D7D3D3633AD9C80C018B49C5 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Trace(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SecT113Field_Trace_m865F3043534E65E7D85B02BCC4CC77BD3EBC637E (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Invert(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Invert_m6A658488D9F11A9D8D286A6D971BDA78D618ECB4 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Sqrt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Sqrt_m1FA60CC2CDC3FC66041C82E421F188415C4053B8 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat128::Eq64(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat128_Eq64_m095A6DD511597959D13C7540E90305A0BF94EDC4 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.UInt64[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_mEDE24FF8CE14CFB6C4AC93BED1BCC557096CB0B7 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___data0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Point__ctor_m9248E83597D2FD6FA0C7BA136CA2CC84BF980D33 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Curve__ctor_m125BBFEFC5BA374F21B688ADD3CCC3858615CFA6 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113FieldElement__ctor_m2F5DAFB418B051BC0FD877BF1C71AF738549AC8F (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Point__ctor_m0AADD8BE5F1409865EA0D63E7B848A1FB72E8901 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat128::Copy64(System.UInt64[],System.Int32,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat128_Copy64_m29AADA6CE98BF4675E40FD572D45DE9EB3180E66 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, int32_t ___xOff1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve/SecT113R1LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1LookupTable__ctor_mBB92BCFB893DCA935DB55D3FEF9098D486D6DCD2 (SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE * __this, SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * ___outer0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mPoint__ctor_m286254AF1E7FEDA130EC045C190D4A3806CEAA75 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mPoint__ctor_mDFCC11B5B8257CB5D92A463B3D35DB96F4C97B78 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Point__ctor_m459CF6EB1126F2C0B26EB07DCC2A4FBD9DF45635 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Curve__ctor_mEBDD1353BC5AD00DC159F4081932200C465C8E83 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Point__ctor_mC9C3A3EAA3DC18E2CA1C1AFD4D8C5DC84345D880 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve/SecT113R2LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2LookupTable__ctor_m6F2220243F3FA9DC47909045AE373ECBE82AC495 (SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460 * __this, SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * ___outer0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat192::FromBigInteger64(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Nat192_FromBigInteger64_mB42940855CB9E8A7366C6084973BD8B589519482 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Reduce61(System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Reduce61_m9B689C3E4888E99047A9A01670BF84E660302B23 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z0, int32_t ___zOff1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat192::IsZero64(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat192_IsZero64_m2F0911D624B98968F42DA35802867EEEEE083315 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat192::Create64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Square(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Square_m5EE770F7D9B4109CCFC97CBE7596E34230882D2E (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Multiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::SquareN(System.UInt64[],System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, int32_t ___n1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat192::CreateExt64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ImplMultiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_ImplMultiply_m286A2535AF6B97FDAD91EB3B943F3D9A9E39C138 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Reduce(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Reduce_mFBDAC3F1357FF89366D2967A5B048F960D5AC833 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::AddExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_AddExt_m0ADE519DDDAD7C26B1C4FDDE6A383CAAD99460C5 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___yy1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat::Create64(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Nat_Create64_m037D7DAF7DE15B7873459BB78CA21DDAA461A244 (int32_t ___len0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ImplSquare(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_ImplSquare_m1CE899F24911FDD87CBBF67078C44D11C19B5639 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ImplMulw(System.UInt64,System.UInt64,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_ImplMulw_m6D74FECA313B600AF8986A7791BD48F34E93E364 (uint64_t ___x0, uint64_t ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ImplCompactExt(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_ImplCompactExt_m6B6BC22CA6B926FB69BAA7618F109828548CADE3 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Interleave::Expand8to16(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Interleave_Expand8to16_m4C80ADA6E74DAD4C765B399F0F024430E021A34F (uint32_t ___x0, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* SecT131Field_FromBigInteger_mA1F31803907D7341C7AF47D0407609A1E4BFC9E1 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat192::IsOne64(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat192_IsOne64_m8B7ECDD9F1122F48E91A1DB47B1D002AB681A940 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat192::ToBigInteger64(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Nat192_ToBigInteger64_m45BBCC7C88BB122770BD2A027CABF4885036E8A6 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Add(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Add_m24949D7D887192B40CD89D6B3A5A195E3F01DCF0 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::.ctor(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::AddOne(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_AddOne_m2CD1A335D759A98DB10DF6BE25F96094306003EE (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::MultiplyAddToExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_MultiplyAddToExt_mD22A5541C71BFE67EF55BC9FF651371893BA1AA9 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::SquareAddToExt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_SquareAddToExt_mF32B41243EE2036F1482DD38266F278C6433E326 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Trace(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SecT131Field_Trace_m32652E7CA501EC86D686FACD6A75B21BF18BBCB5 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Invert(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Invert_m83D38353FB3217D9661802B2D3D6FA94540A3E5B (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Sqrt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Sqrt_m6E8E7CD7B93AA9DA580C5E40FCB41246F5160685 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat192::Eq64(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nat192_Eq64_mBCB1D97FA8843AF3E1465C017D9F68DBBEB31062 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Point__ctor_m04F4E9D5373D342D409E639244B3B7450C0E9D8F (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Curve__ctor_m3566CEB2115D6C55B46D05FEE779A8D608FBD924 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131FieldElement__ctor_mE8C6BC8024780462EEEA3649C1B98AE74D10CD9A (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Point__ctor_m0B6BC96A65D3F245F090388C72A4EC0AD90AE263 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat192::Copy64(System.UInt64[],System.Int32,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nat192_Copy64_mBBB21935183D591838F0E52A87235F9ECD60CC2A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, int32_t ___xOff1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve/SecT131R1LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1LookupTable__ctor_m76F612F6020FD43E3B8E8ACC93C996DEDA6D5639 (SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C * __this, SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * ___outer0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Point__ctor_mC762BCF79C8F6D01E0294A3765000C75EA875919 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Curve__ctor_mC1A38548700CC59213C8ED244BC6CB3A8940B5E6 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Point__ctor_mFDED50CBFCF698834E268DC7E9E7DFD707A65867 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve/SecT131R2LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2LookupTable__ctor_m7179472B901F7292CC7BD93FBC582ED2086D1E54 (SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF * __this, SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * ___outer0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___table1, int32_t ___size2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Reduce29(System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Reduce29_mB1064CBEFD5208E1BC5FE534A92B887D51DF2DCC (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z0, int32_t ___zOff1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Square(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Square_m3BD85C973E388ECEC824AE868D483198C0694A3C (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::SquareN(System.UInt64[],System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, int32_t ___n1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Multiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ImplMultiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_ImplMultiply_mA411C64CA1305D85F766E82225706B5DA63FE4C4 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Reduce(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Reduce_m5FD8918E2B798BE0293D1EE02B8CBEF7ABECCFFB (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::AddExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_AddExt_mE9E2497F575BD5F13FCB02954B6A20C5F7D70AB1 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___yy1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ImplSquare(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_ImplSquare_m0B6A668F91E03D2B19594AFCB1759951F8B54DE4 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ImplMulw(System.UInt64,System.UInt64,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_ImplMulw_m55213AFC2A1B52EBCE5131E8CA49C06B12CAD4AE (uint64_t ___x0, uint64_t ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, int32_t ___zOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ImplCompactExt(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_ImplCompactExt_m20EA5F4A18F5AC651719E31C3929AC7F7C04EDB5 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz0, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Interleave::Expand32to64(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Interleave_Expand32to64_m6E81F0B480FC41E35B767F4B770E8406D552E976 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* SecT163Field_FromBigInteger_mD457BE9487FBBB63F08743EF4F7F14E9A4DA8258 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Add(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Add_m2A4F5B7E531FBE60B44BCC6BC8409DA9FB7F7BBE (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::.ctor(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::AddOne(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_AddOne_mECC57F896202C5FC02169AD003DF45416BCE44DA (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::MultiplyAddToExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_MultiplyAddToExt_mCA29A6CB5E657D6BCE7EF2F616AA490F47859953 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::SquareAddToExt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_SquareAddToExt_m0A4620546B8DCA664CF78E58687628B160AF55BF (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Trace(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SecT163Field_Trace_m3CBA04ADC34CF7F315A472D1B026C606598688EE (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Invert(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Invert_mD90283D674122DBD0420B548C978D2C4BAFE52F0 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Sqrt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Sqrt_m0CC891066C751F5E5D643D5C7570F86070AFF6EC (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Point__ctor_m274770DEBFFD27E25E867CCD067F83DEC3C5428B (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; SecP256K1Point__ctor_m4D9AFC56BF59296EDA1439C4FE0E1EF8CA937163(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Point__ctor_m4D9AFC56BF59296EDA1439C4FE0E1EF8CA937163 (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractFpPoint__ctor_m42BA911AB715BDF0A21503C183F3E65D6D14507C(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecP256K1Point__ctor_m4D9AFC56BF59296EDA1439C4FE0E1EF8CA937163_RuntimeMethod_var))); } IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256K1Point__ctor_m6DD388D7332C1BAEBE4983EB37535E8E36B51D93 (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractFpPoint__ctor_m39302B31AA85EF4CD29A4F7239A98CEEAD0F93B6(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256K1Point_Detach_m918B76C656E0E1D99F44EB5098E8BA1693F7709C (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP256K1Point(null, AffineXCoord, AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * L_2 = (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 *)il2cpp_codegen_object_new(SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var); SecP256K1Point__ctor_m274770DEBFFD27E25E867CCD067F83DEC3C5428B(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256K1Point_Add_m95B03FAEDD8877AD07D4FF97D80FAF215332499B (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_1 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_2 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_3 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_4 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_5 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_6 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_9 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_10 = NULL; bool V_11 = false; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_12 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_13 = NULL; bool V_14 = false; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_15 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_16 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_17 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_18 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_19 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_20 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_21 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_22 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_23 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_24 = NULL; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* V_25 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // if (this == b) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___b0; if ((!(((RuntimeObject*)(SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_4)))) { goto IL_001f; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5; L_5 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_5; } IL_001f: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6; L_6 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_6; // SecP256K1FieldElement X1 = (SecP256K1FieldElement)this.RawXCoord, Y1 = (SecP256K1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_7, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // SecP256K1FieldElement X1 = (SecP256K1FieldElement)this.RawXCoord, Y1 = (SecP256K1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_8, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // SecP256K1FieldElement X2 = (SecP256K1FieldElement)b.RawXCoord, Y2 = (SecP256K1FieldElement)b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_9, /*hidden argument*/NULL); V_3 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_10, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // SecP256K1FieldElement X2 = (SecP256K1FieldElement)b.RawXCoord, Y2 = (SecP256K1FieldElement)b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___b0; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_11, /*hidden argument*/NULL); V_4 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_12, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // SecP256K1FieldElement Z1 = (SecP256K1FieldElement)this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13; L_13 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = (L_13)->GetAt(static_cast(L_14)); V_5 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_15, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // SecP256K1FieldElement Z2 = (SecP256K1FieldElement)b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = ___b0; NullCheck(L_16); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_6 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_19, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // uint[] tt1 = Nat256.CreateExt(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20; L_20 = Nat256_CreateExt_m4360507E06CE8767F0382A15D452C38CC422F4F4(/*hidden argument*/NULL); V_7 = L_20; // uint[] t2 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21; L_21 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_8 = L_21; // uint[] t3 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22; L_22 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_9 = L_22; // uint[] t4 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23; L_23 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_10 = L_23; // bool Z1IsOne = Z1.IsOne; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_24 = V_5; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_24); V_11 = L_25; // if (Z1IsOne) bool L_26 = V_11; if (!L_26) { goto IL_00b1; } } { // U2 = X2.x; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_27 = V_3; NullCheck(L_27); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = L_27->get_x_1(); V_12 = L_28; // S2 = Y2.x; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_29 = V_4; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_x_1(); V_13 = L_30; // } goto IL_00f6; } IL_00b1: { // S2 = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_9; V_13 = L_31; // SecP256K1Field.Square(Z1.x, S2); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_32 = V_5; NullCheck(L_32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = L_32->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_13; IL2CPP_RUNTIME_CLASS_INIT(SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7(L_33, L_34, /*hidden argument*/NULL); // U2 = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = V_8; V_12 = L_35; // SecP256K1Field.Multiply(S2, X2.x, U2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_13; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_37 = V_3; NullCheck(L_37); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = L_37->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_12; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_36, L_38, L_39, /*hidden argument*/NULL); // SecP256K1Field.Multiply(S2, Z1.x, S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_13; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_41 = V_5; NullCheck(L_41); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = L_41->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_13; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_40, L_42, L_43, /*hidden argument*/NULL); // SecP256K1Field.Multiply(S2, Y2.x, S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_13; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_45 = V_4; NullCheck(L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = L_45->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_13; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_44, L_46, L_47, /*hidden argument*/NULL); } IL_00f6: { // bool Z2IsOne = Z2.IsOne; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_48 = V_6; NullCheck(L_48); bool L_49; L_49 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_48); V_14 = L_49; // if (Z2IsOne) bool L_50 = V_14; if (!L_50) { goto IL_0115; } } { // U1 = X1.x; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_51 = V_1; NullCheck(L_51); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = L_51->get_x_1(); V_15 = L_52; // S1 = Y1.x; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_53 = V_2; NullCheck(L_53); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = L_53->get_x_1(); V_16 = L_54; // } goto IL_0159; } IL_0115: { // S1 = t4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_10; V_16 = L_55; // SecP256K1Field.Square(Z2.x, S1); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_56 = V_6; NullCheck(L_56); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = L_56->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_16; IL2CPP_RUNTIME_CLASS_INIT(SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7(L_57, L_58, /*hidden argument*/NULL); // U1 = tt1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_7; V_15 = L_59; // SecP256K1Field.Multiply(S1, X1.x, U1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_16; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_61 = V_1; NullCheck(L_61); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = L_61->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_15; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_60, L_62, L_63, /*hidden argument*/NULL); // SecP256K1Field.Multiply(S1, Z2.x, S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_16; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_65 = V_6; NullCheck(L_65); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = L_65->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = V_16; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_64, L_66, L_67, /*hidden argument*/NULL); // SecP256K1Field.Multiply(S1, Y1.x, S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = V_16; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_69 = V_2; NullCheck(L_69); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = L_69->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_16; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_68, L_70, L_71, /*hidden argument*/NULL); } IL_0159: { // uint[] H = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72; L_72 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_17 = L_72; // SecP256K1Field.Subtract(U1, U2, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = V_12; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_17; IL2CPP_RUNTIME_CLASS_INIT(SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5(L_73, L_74, L_75, /*hidden argument*/NULL); // uint[] R = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = V_8; V_18 = L_76; // SecP256K1Field.Subtract(S1, S2, R); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = V_13; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = V_18; SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5(L_77, L_78, L_79, /*hidden argument*/NULL); // if (Nat256.IsZero(H)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = V_17; bool L_81; L_81 = Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC(L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_019a; } } { // if (Nat256.IsZero(R)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = V_18; bool L_83; L_83 = Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC(L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_0193; } } { // return this.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_84; L_84 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_84; } IL_0193: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_85 = V_0; NullCheck(L_85); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_86; L_86 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_85); return L_86; } IL_019a: { // uint[] HSquared = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_9; V_19 = L_87; // SecP256K1Field.Square(H, HSquared); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_88 = V_17; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = V_19; IL2CPP_RUNTIME_CLASS_INIT(SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7(L_88, L_89, /*hidden argument*/NULL); // uint[] G = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90; L_90 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_20 = L_90; // SecP256K1Field.Multiply(HSquared, H, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_91 = V_19; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_92 = V_17; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = V_20; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_91, L_92, L_93, /*hidden argument*/NULL); // uint[] V = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = V_9; V_21 = L_94; // SecP256K1Field.Multiply(HSquared, U1, V); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = V_19; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = V_21; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_95, L_96, L_97, /*hidden argument*/NULL); // SecP256K1Field.Negate(G, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = V_20; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = V_20; SecP256K1Field_Negate_m35EC3786D6A46D324D999C58C5B122AB63C8BE71(L_98, L_99, /*hidden argument*/NULL); // Nat256.Mul(S1, G, tt1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = V_20; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_102 = V_7; Nat256_Mul_m1802D9AAAD4231FE5CDB4723E3903EE91F5CB0C4(L_100, L_101, L_102, /*hidden argument*/NULL); // c = Nat256.AddBothTo(V, V, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_103 = V_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_104 = V_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = V_20; uint32_t L_106; L_106 = Nat256_AddBothTo_m9E2ADCE0B6B1D16A564ED4E208CA2C1B31FEB825(L_103, L_104, L_105, /*hidden argument*/NULL); // SecP256K1Field.Reduce32(c, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_107 = V_20; SecP256K1Field_Reduce32_mAC6A759997D1C9420CCC7572D61A0F6C5DCC1157(L_106, L_107, /*hidden argument*/NULL); // SecP256K1FieldElement X3 = new SecP256K1FieldElement(t4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_108 = V_10; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_109 = (SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)il2cpp_codegen_object_new(SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var); SecP256K1FieldElement__ctor_m7BE63AD09EFDFAA42F2A2C3423B0B6C2FCCBC7BC(L_109, L_108, /*hidden argument*/NULL); V_22 = L_109; // SecP256K1Field.Square(R, X3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = V_18; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_111 = V_22; NullCheck(L_111); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_112 = L_111->get_x_1(); SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7(L_110, L_112, /*hidden argument*/NULL); // SecP256K1Field.Subtract(X3.x, G, X3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_113 = V_22; NullCheck(L_113); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_114 = L_113->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_115 = V_20; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_116 = V_22; NullCheck(L_116); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = L_116->get_x_1(); SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5(L_114, L_115, L_117, /*hidden argument*/NULL); // SecP256K1FieldElement Y3 = new SecP256K1FieldElement(G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = V_20; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_119 = (SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)il2cpp_codegen_object_new(SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var); SecP256K1FieldElement__ctor_m7BE63AD09EFDFAA42F2A2C3423B0B6C2FCCBC7BC(L_119, L_118, /*hidden argument*/NULL); V_23 = L_119; // SecP256K1Field.Subtract(V, X3.x, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_120 = V_21; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_121 = V_22; NullCheck(L_121); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = L_121->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_123 = V_23; NullCheck(L_123); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_124 = L_123->get_x_1(); SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5(L_120, L_122, L_124, /*hidden argument*/NULL); // SecP256K1Field.MultiplyAddToExt(Y3.x, R, tt1); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_125 = V_23; NullCheck(L_125); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_126 = L_125->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_127 = V_18; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = V_7; SecP256K1Field_MultiplyAddToExt_m1495FB80BFC2A435D9E8B300AAE8A921F3EF3696(L_126, L_127, L_128, /*hidden argument*/NULL); // SecP256K1Field.Reduce(tt1, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_129 = V_7; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_130 = V_23; NullCheck(L_130); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_131 = L_130->get_x_1(); SecP256K1Field_Reduce_mB4914FD5CBCB5F2B83B06F641E3838BEC2CBB100(L_129, L_131, /*hidden argument*/NULL); // SecP256K1FieldElement Z3 = new SecP256K1FieldElement(H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_132 = V_17; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_133 = (SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)il2cpp_codegen_object_new(SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var); SecP256K1FieldElement__ctor_m7BE63AD09EFDFAA42F2A2C3423B0B6C2FCCBC7BC(L_133, L_132, /*hidden argument*/NULL); V_24 = L_133; // if (!Z1IsOne) bool L_134 = V_11; if (L_134) { goto IL_027d; } } { // SecP256K1Field.Multiply(Z3.x, Z1.x, Z3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_135 = V_24; NullCheck(L_135); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136 = L_135->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_137 = V_5; NullCheck(L_137); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_138 = L_137->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_139 = V_24; NullCheck(L_139); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = L_139->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_136, L_138, L_140, /*hidden argument*/NULL); } IL_027d: { // if (!Z2IsOne) bool L_141 = V_14; if (L_141) { goto IL_029b; } } { // SecP256K1Field.Multiply(Z3.x, Z2.x, Z3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_142 = V_24; NullCheck(L_142); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_143 = L_142->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_144 = V_6; NullCheck(L_144); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_145 = L_144->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_146 = V_24; NullCheck(L_146); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_147 = L_146->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_143, L_145, L_147, /*hidden argument*/NULL); } IL_029b: { // ECFieldElement[] zs = new ECFieldElement[] { Z3 }; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_148 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_149 = L_148; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_150 = V_24; NullCheck(L_149); ArrayElementTypeCheck (L_149, L_150); (L_149)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_150); V_25 = L_149; // return new SecP256K1Point(curve, X3, Y3, zs, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_151 = V_0; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_152 = V_22; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_153 = V_23; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_154 = V_25; bool L_155; L_155 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * L_156 = (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 *)il2cpp_codegen_object_new(SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var); SecP256K1Point__ctor_m6DD388D7332C1BAEBE4983EB37535E8E36B51D93(L_156, L_151, L_152, L_153, L_154, L_155, /*hidden argument*/NULL); return L_156; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256K1Point_Twice_m78CA6D93459F12FA286F9C1D63F61C7439F2D14D (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_1 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_2 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_3 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_5 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_6 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_9 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_10 = NULL; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * V_11 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // SecP256K1FieldElement Y1 = (SecP256K1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_2, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // if (Y1.IsZero) SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_002c; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_002c: { // SecP256K1FieldElement X1 = (SecP256K1FieldElement)this.RawXCoord, Z1 = (SecP256K1FieldElement)this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_2 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_7, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // SecP256K1FieldElement X1 = (SecP256K1FieldElement)this.RawXCoord, Z1 = (SecP256K1FieldElement)this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8; L_8 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = ((SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)CastclassClass((RuntimeObject*)L_10, SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var)); // uint[] Y1Squared = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11; L_11 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_4 = L_11; // SecP256K1Field.Square(Y1.x, Y1Squared); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_12 = V_1; NullCheck(L_12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = L_12->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_4; IL2CPP_RUNTIME_CLASS_INIT(SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7(L_13, L_14, /*hidden argument*/NULL); // uint[] T = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15; L_15 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_5 = L_15; // SecP256K1Field.Square(Y1Squared, T); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_5; SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7(L_16, L_17, /*hidden argument*/NULL); // uint[] M = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18; L_18 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_6 = L_18; // SecP256K1Field.Square(X1.x, M); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_19 = V_2; NullCheck(L_19); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = L_19->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_6; SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7(L_20, L_21, /*hidden argument*/NULL); // c = Nat256.AddBothTo(M, M, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = V_6; uint32_t L_25; L_25 = Nat256_AddBothTo_m9E2ADCE0B6B1D16A564ED4E208CA2C1B31FEB825(L_22, L_23, L_24, /*hidden argument*/NULL); // SecP256K1Field.Reduce32(c, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_6; SecP256K1Field_Reduce32_mAC6A759997D1C9420CCC7572D61A0F6C5DCC1157(L_25, L_26, /*hidden argument*/NULL); // uint[] S = Y1Squared; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = V_4; V_7 = L_27; // SecP256K1Field.Multiply(Y1Squared, X1.x, S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_4; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_29 = V_2; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_7; SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_28, L_30, L_31, /*hidden argument*/NULL); // c = Nat.ShiftUpBits(8, S, 2, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_7; uint32_t L_33; L_33 = Nat_ShiftUpBits_m6C97966C52703C00262165E1FBA7B38A45DB3206(8, L_32, 2, 0, /*hidden argument*/NULL); // SecP256K1Field.Reduce32(c, S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_7; SecP256K1Field_Reduce32_mAC6A759997D1C9420CCC7572D61A0F6C5DCC1157(L_33, L_34, /*hidden argument*/NULL); // uint[] t1 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35; L_35 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_8 = L_35; // c = Nat.ShiftUpBits(8, T, 3, 0, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_8; uint32_t L_38; L_38 = Nat_ShiftUpBits_mF8ED2FE83B0901250AF640D53918BE597DCF8854(8, L_36, 3, 0, L_37, /*hidden argument*/NULL); // SecP256K1Field.Reduce32(c, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_8; SecP256K1Field_Reduce32_mAC6A759997D1C9420CCC7572D61A0F6C5DCC1157(L_38, L_39, /*hidden argument*/NULL); // SecP256K1FieldElement X3 = new SecP256K1FieldElement(T); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_5; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_41 = (SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)il2cpp_codegen_object_new(SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var); SecP256K1FieldElement__ctor_m7BE63AD09EFDFAA42F2A2C3423B0B6C2FCCBC7BC(L_41, L_40, /*hidden argument*/NULL); V_9 = L_41; // SecP256K1Field.Square(M, X3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_6; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_43 = V_9; NullCheck(L_43); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = L_43->get_x_1(); SecP256K1Field_Square_m8371F0A08BB700ED0BFB68627462734259B8DCE7(L_42, L_44, /*hidden argument*/NULL); // SecP256K1Field.Subtract(X3.x, S, X3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_45 = V_9; NullCheck(L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = L_45->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_7; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_48 = V_9; NullCheck(L_48); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = L_48->get_x_1(); SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5(L_46, L_47, L_49, /*hidden argument*/NULL); // SecP256K1Field.Subtract(X3.x, S, X3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_50 = V_9; NullCheck(L_50); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = L_50->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = V_7; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_53 = V_9; NullCheck(L_53); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = L_53->get_x_1(); SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5(L_51, L_52, L_54, /*hidden argument*/NULL); // SecP256K1FieldElement Y3 = new SecP256K1FieldElement(S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_7; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_56 = (SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)il2cpp_codegen_object_new(SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var); SecP256K1FieldElement__ctor_m7BE63AD09EFDFAA42F2A2C3423B0B6C2FCCBC7BC(L_56, L_55, /*hidden argument*/NULL); V_10 = L_56; // SecP256K1Field.Subtract(S, X3.x, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = V_7; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_58 = V_9; NullCheck(L_58); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = L_58->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_60 = V_10; NullCheck(L_60); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = L_60->get_x_1(); SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5(L_57, L_59, L_61, /*hidden argument*/NULL); // SecP256K1Field.Multiply(Y3.x, M, Y3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_62 = V_10; NullCheck(L_62); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = L_62->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_6; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_65 = V_10; NullCheck(L_65); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = L_65->get_x_1(); SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_63, L_64, L_66, /*hidden argument*/NULL); // SecP256K1Field.Subtract(Y3.x, t1, Y3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_67 = V_10; NullCheck(L_67); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = L_67->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = V_8; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_70 = V_10; NullCheck(L_70); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = L_70->get_x_1(); SecP256K1Field_Subtract_mFDEDF4AA95A4715482DD75336F50A44F3504CEA5(L_68, L_69, L_71, /*hidden argument*/NULL); // SecP256K1FieldElement Z3 = new SecP256K1FieldElement(M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = V_6; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_73 = (SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 *)il2cpp_codegen_object_new(SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9_il2cpp_TypeInfo_var); SecP256K1FieldElement__ctor_m7BE63AD09EFDFAA42F2A2C3423B0B6C2FCCBC7BC(L_73, L_72, /*hidden argument*/NULL); V_11 = L_73; // SecP256K1Field.Twice(Y1.x, Z3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_74 = V_1; NullCheck(L_74); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = L_74->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_76 = V_11; NullCheck(L_76); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = L_76->get_x_1(); SecP256K1Field_Twice_mB96BA27EE3AF6302599EDB383366B771D8A55149(L_75, L_77, /*hidden argument*/NULL); // if (!Z1.IsOne) SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_78 = V_3; NullCheck(L_78); bool L_79; L_79 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_78); if (L_79) { goto IL_0193; } } { // SecP256K1Field.Multiply(Z3.x, Z1.x, Z3.x); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_80 = V_11; NullCheck(L_80); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = L_80->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_82 = V_3; NullCheck(L_82); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_83 = L_82->get_x_1(); SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_84 = V_11; NullCheck(L_84); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_85 = L_84->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP256K1Field_t404B8130CCE151B0AE9BD1E757C35C10A2830151_il2cpp_TypeInfo_var); SecP256K1Field_Multiply_m3FA61D3349715C44B77118352F26F4C914877A63(L_81, L_83, L_85, /*hidden argument*/NULL); } IL_0193: { // return new SecP256K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_86 = V_0; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_87 = V_9; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_88 = V_10; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_89 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_90 = L_89; SecP256K1FieldElement_t22D5CCD1C532F8963A04C0492E77BA171471F2F9 * L_91 = V_11; NullCheck(L_90); ArrayElementTypeCheck (L_90, L_91); (L_90)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_91); bool L_92; L_92 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * L_93 = (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 *)il2cpp_codegen_object_new(SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var); SecP256K1Point__ctor_m6DD388D7332C1BAEBE4983EB37535E8E36B51D93(L_93, L_86, L_87, L_88, L_90, L_92, /*hidden argument*/NULL); return L_93; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256K1Point_TwicePlus_mF6FD9914728ED948E4E7EC4ABD44FFEFB9107DA2 (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { { // if (this == b) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___b0; if ((!(((RuntimeObject*)(SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_0)))) { goto IL_000b; } } { // return ThreeTimes(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1; L_1 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(33 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ThreeTimes() */, __this); return L_1; } IL_000b: { // if (this.IsInfinity) bool L_2; L_2 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___b0; return L_3; } IL_0015: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___b0; NullCheck(L_4); bool L_5; L_5 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_6; } IL_0024: { // ECFieldElement Y1 = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // if (Y1.IsZero) NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0033; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0033: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10; L_10 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___b0; NullCheck(L_10); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12; L_12 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_10, L_11); return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::ThreeTimes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256K1Point_ThreeTimes_m20C23BDCEB9756709F927205C55023EA04C11EBA (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, const RuntimeMethod* method) { { // if (this.IsInfinity || this.RawYCoord.IsZero) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0015; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0017; } } IL_0015: { // return this; return __this; } IL_0017: { // return Twice().Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); NullCheck(L_3); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_3, __this); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256K1Point_Negate_m456E0D61CA647BE6016260B51B180023E791C6A8 (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // return new SecP256K1Point(Curve, RawXCoord, RawYCoord.Negate(), RawZCoords, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Negate() */, L_3); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5; L_5 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); bool L_6; L_6 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 * L_7 = (SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6 *)il2cpp_codegen_object_new(SecP256K1Point_tA0026584926444C0D3E5C7687682367B088D7BF6_il2cpp_TypeInfo_var); SecP256K1Point__ctor_m6DD388D7332C1BAEBE4983EB37535E8E36B51D93(L_7, L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Curve__ctor_m35DA3FAFED94A66444A7D7F7711D1EE63A54ED6F (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27BEAC53C28704ED312F13BCA03D8F4ED20D8EEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F4B7FB0DAA8247272297BFDE2E625E1158BC21B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB5B6BF0D5008320A556FFBAB2BC9EC3F5C23E1C); s_Il2CppMethodInitialized = true; } { // : base(q) IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var))->get_q_16(); AbstractFpCurve__ctor_m947A80805376A60114DDA1012E816316109ABE33(__this, L_0, /*hidden argument*/NULL); // this.m_infinity = new SecP256R1Point(this, null, null); SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * L_1 = (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)il2cpp_codegen_object_new(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); SecP256R1Point__ctor_m111E15CAF8B07C1A1659C610EC7E77A09DCA4307(L_1, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, /*hidden argument*/NULL); __this->set_m_infinity_19(L_1); // this.m_a = FromBigInteger(new BigInteger(1, // Hex.Decode("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC"))); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral4F4B7FB0DAA8247272297BFDE2E625E1158BC21B, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_3, 1, L_2, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_3); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_4); // this.m_b = FromBigInteger(new BigInteger(1, // Hex.Decode("5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B"))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral27BEAC53C28704ED312F13BCA03D8F4ED20D8EEC, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_6, 1, L_5, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_6); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_7); // this.m_order = new BigInteger(1, Hex.Decode("FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC2FC632551")); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralEB5B6BF0D5008320A556FFBAB2BC9EC3F5C23E1C, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_9, 1, L_8, /*hidden argument*/NULL); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_9); // this.m_cofactor = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_10); // this.m_coord = SECP256R1_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::CloneCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * SecP256R1Curve_CloneCurve_m3D3F29BB1D78ED41710E85DF69A0E66E90AC8FAF (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP256R1Curve(); SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * L_0 = (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 *)il2cpp_codegen_object_new(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); SecP256R1Curve__ctor_m35DA3FAFED94A66444A7D7F7711D1EE63A54ED6F(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP256R1Curve_SupportsCoordinateSystem_mC9743F926E26D12F2057066DDC52B8FA0CB344E8 (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, int32_t ___coord0, const RuntimeMethod* method) { { int32_t L_0 = ___coord0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::get_Q() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecP256R1Curve_get_Q_m62F0D7806AB7678B0C27A42990162E8F71D4142C (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return q; } IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var))->get_q_16(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::get_Infinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Curve_get_Infinity_mC1FC9289C69747A634101ED608208FBBB4256DB8 (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, const RuntimeMethod* method) { { // get { return m_infinity; } SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * L_0 = __this->get_m_infinity_19(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP256R1Curve_get_FieldSize_m5FC96CE3C1A13EA6F1CF9164DD2DD0CD8A01FFA6 (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return q.BitLength; } IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var))->get_q_16(); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1Curve_FromBigInteger_mA45B2A604899A822981FB4A9B3172FED159A8CDD (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP256R1FieldElement(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_1 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m7ED0E07A574E6CE959B66E08A904719FB85CADE1(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Curve_CreateRawPoint_mAF6128FC2CFBD78F700E2C32271A8F2D735DCA6E (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP256R1Point(this, x, y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; bool L_2 = ___withCompression2; SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * L_3 = (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)il2cpp_codegen_object_new(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); SecP256R1Point__ctor_mCC80B15479BB8D33F6502CD9D9E1CBAE45730D3A(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Curve_CreateRawPoint_m3D3F648D92BDEB365DC77C79D473A077B687847B (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP256R1Point(this, x, y, zs, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = ___zs2; bool L_3 = ___withCompression3; SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * L_4 = (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)il2cpp_codegen_object_new(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); SecP256R1Point__ctor_mAABB7ADA01F338FD13628080EC69875E013CAF0A(L_4, __this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecP256R1Curve_CreateCacheSafeLookupTable_m080523CB9C31E79B0FE533C0DB5921469C64AFFE (SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // uint[] table = new uint[len * SECP256R1_FE_INTS * 2]; int32_t L_0 = ___len2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)8)), (int32_t)2))); V_0 = L_1; // int pos = 0; V_1 = 0; // for (int i = 0; i < len; ++i) V_2 = 0; goto IL_0051; } IL_0011: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = ___points0; int32_t L_3 = ___off1; int32_t L_4 = V_2; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = (L_2)->GetAt(static_cast(L_5)); // Nat256.Copy(((SecP256R1FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECP256R1_FE_INTS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = L_6; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_8, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_8, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_0; int32_t L_11 = V_1; Nat256_Copy_m1653EBFBD20AD9A3A056523F1D43031D02E0AD25(L_9, 0, L_10, L_11, /*hidden argument*/NULL); // Nat256.Copy(((SecP256R1FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECP256R1_FE_INTS; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)8)); // Nat256.Copy(((SecP256R1FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECP256R1_FE_INTS; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_13, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_13, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_0; int32_t L_16 = V_1; Nat256_Copy_m1653EBFBD20AD9A3A056523F1D43031D02E0AD25(L_14, 0, L_15, L_16, /*hidden argument*/NULL); // Nat256.Copy(((SecP256R1FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECP256R1_FE_INTS; int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)8)); // for (int i = 0; i < len; ++i) int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0051: { // for (int i = 0; i < len; ++i) int32_t L_19 = V_2; int32_t L_20 = ___len2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0011; } } { // return new SecP256R1LookupTable(this, table, len); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_0; int32_t L_22 = ___len2; SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9 * L_23 = (SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9 *)il2cpp_codegen_object_new(SecP256R1LookupTable_t0971B1810275A43AA12EA4286CDED1DEEA19A8B9_il2cpp_TypeInfo_var); SecP256R1LookupTable__ctor_m97E05E7DA7732D3843EA59F58A60A03144074511(L_23, __this, L_21, L_22, /*hidden argument*/NULL); return L_23; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Curve::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Curve__cctor_m7701E8C54488B6E13AEE177D341889E7CC18A4BE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71A41D9E84570DF936ECD1AEA635EAA3BCE1BCFB); s_Il2CppMethodInitialized = true; } { // public static readonly BigInteger q = new BigInteger(1, // Hex.Decode("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF")); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral71A41D9E84570DF936ECD1AEA635EAA3BCE1BCFB, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_1, 1, L_0, /*hidden argument*/NULL); ((SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var))->set_q_16(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Add_m53FF21E64C97F33EC850D088478456241699CF84 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat256.Add(x, y, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z2; uint32_t L_3; L_3 = Nat256_Add_mC5ED419BD5A3BF8408710CDC4D9E0496B96BAA5B(L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0 || (z[7] == P7 && Nat256.Gte(z, P))) if (L_3) { goto IL_001d; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z2; NullCheck(L_4); int32_t L_5 = 7; uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0023; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); bool L_9; L_9 = Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0023; } } IL_001d: { // AddPInvTo(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_AddPInvTo_m64651FCB3403D5922CB07E9A77D859FC160F464B(L_10, /*hidden argument*/NULL); } IL_0023: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::AddExt(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_AddExt_m5875ADE05E36BCA07F53230AFDEF5269225411D6 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___yy1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat.Add(16, xx, yy, zz); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___xx0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___yy1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___zz2; uint32_t L_3; L_3 = Nat_Add_m8A7430FD1CEF372A76EC7AC3DCCD83377F23F2AA(((int32_t)16), L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0 || (zz[15] >= PExt15 && Nat.Gte(16, zz, PExt))) if (L_3) { goto IL_0023; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___zz2; NullCheck(L_4); int32_t L_5 = ((int32_t)15); uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) >= ((uint32_t)((int32_t)-2))))) { goto IL_0031; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___zz2; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_PExt_1(); bool L_9; L_9 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)16), L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0031; } } IL_0023: { // Nat.SubFrom(16, PExt, zz); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_PExt_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___zz2; int32_t L_12; L_12 = Nat_SubFrom_m03FE7B2CEE3A58735F779EEE8D6A903FCEF7E58D(((int32_t)16), L_10, L_11, /*hidden argument*/NULL); } IL_0031: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::AddOne(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_AddOne_m9DFCF7ED23FD714B56BD38345BF25A5295517C82 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat.Inc(8, x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___z1; uint32_t L_2; L_2 = Nat_Inc_m7CB729069F0AEF8ED280BDD114512135B90EE31D(8, L_0, L_1, /*hidden argument*/NULL); // if (c != 0 || (z[7] == P7 && Nat256.Gte(z, P))) if (L_2) { goto IL_001d; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z1; NullCheck(L_3); int32_t L_4 = 7; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0023; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); bool L_8; L_8 = Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0023; } } IL_001d: { // AddPInvTo(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_AddPInvTo_m64651FCB3403D5922CB07E9A77D859FC160F464B(L_9, /*hidden argument*/NULL); } IL_0023: { // } return; } } // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* SecP256R1Field_FromBigInteger_mBB4E1F32CBF4FFE64B17DCFF189ABDEA3FC19115 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.FromBigInteger(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = Nat256_FromBigInteger_m82D04DCB3568D468F446748498288F73869DE26A(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (z[7] == P7 && Nat256.Gte(z, P)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; NullCheck(L_2); int32_t L_3 = 7; uint32_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0026; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); bool L_7; L_7 = Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0026; } } { // Nat256.SubFrom(P, z); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; int32_t L_10; L_10 = Nat256_SubFrom_m741D30C9A531DF70DBED4517069A0C3CEC93EF0F(L_8, L_9, /*hidden argument*/NULL); } IL_0026: { // return z; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; return L_11; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Half(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Half_m05E18D013B435E0615468A214F70B38EBCD85204 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // if ((x[0] & 1) == 0) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (((int32_t)((int32_t)L_2&(int32_t)1))) { goto IL_0012; } } { // Nat.ShiftDownBit(8, x, 0, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z1; uint32_t L_5; L_5 = Nat_ShiftDownBit_m0823C8B3D0F9C0A8E4458CCC7CBEB50121326A77(8, L_3, 0, L_4, /*hidden argument*/NULL); // } return; } IL_0012: { // uint c = Nat256.Add(x, P, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z1; uint32_t L_9; L_9 = Nat256_Add_mC5ED419BD5A3BF8408710CDC4D9E0496B96BAA5B(L_6, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; // Nat.ShiftDownBit(8, z, c); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ___z1; uint32_t L_11 = V_0; uint32_t L_12; L_12 = Nat_ShiftDownBit_mD7E6D7A718512A2950007E93A3969B24F8917A3B(8, L_10, L_11, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Multiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat256.CreateExt(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_CreateExt_m4360507E06CE8767F0382A15D452C38CC422F4F4(/*hidden argument*/NULL); V_0 = L_0; // Nat256.Mul(x, y, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; Nat256_Mul_m1802D9AAAD4231FE5CDB4723E3903EE91F5CB0C4(L_1, L_2, L_3, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Reduce_mDAE75DA8A22F22714248F78ED373005FD60E9C6B(L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::MultiplyAddToExt(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_MultiplyAddToExt_m3BCC48B0ED7F9FED0AAEC093AE50FC79B5156861 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat256.MulAddTo(x, y, zz); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___zz2; uint32_t L_3; L_3 = Nat256_MulAddTo_m6D3429BC7CC1CC28BBBE93102357BBD61D2C4046(L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0 || (zz[15] >= PExt15 && Nat.Gte(16, zz, PExt))) if (L_3) { goto IL_0021; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___zz2; NullCheck(L_4); int32_t L_5 = ((int32_t)15); uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) >= ((uint32_t)((int32_t)-2))))) { goto IL_002f; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___zz2; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_PExt_1(); bool L_9; L_9 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)16), L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002f; } } IL_0021: { // Nat.SubFrom(16, PExt, zz); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_PExt_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___zz2; int32_t L_12; L_12 = Nat_SubFrom_m03FE7B2CEE3A58735F779EEE8D6A903FCEF7E58D(((int32_t)16), L_10, L_11, /*hidden argument*/NULL); } IL_002f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Negate(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Negate_mBE738647209C92C8385BF411E2C783FAEC88033E (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Nat256.IsZero(x)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; bool L_1; L_1 = Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { // Nat256.Zero(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z1; Nat256_Zero_mE3287B1776D5B469C880220CEF0A2AEAFE2706D8(L_2, /*hidden argument*/NULL); // } return; } IL_000f: { // Nat256.Sub(P, x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z1; int32_t L_6; L_6 = Nat256_Sub_mD6FFF7A980B4F7E983B9D4F3D7509F60349648F8(L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Reduce(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Reduce_mDAE75DA8A22F22714248F78ED373005FD60E9C6B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_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; int64_t V_4 = 0; int64_t V_5 = 0; int64_t V_6 = 0; int64_t V_7 = 0; int64_t V_8 = 0; int64_t V_9 = 0; int64_t V_10 = 0; int64_t V_11 = 0; int64_t V_12 = 0; int64_t V_13 = 0; int64_t V_14 = 0; int64_t V_15 = 0; int64_t V_16 = 0; { // long xx08 = xx[8], xx09 = xx[9], xx10 = xx[10], xx11 = xx[11]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___xx0; NullCheck(L_0); int32_t L_1 = 8; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int64_t)((uint64_t)L_2)); // long xx08 = xx[8], xx09 = xx[9], xx10 = xx[10], xx11 = xx[11]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___xx0; NullCheck(L_3); int32_t L_4 = ((int32_t)9); uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = ((int64_t)((uint64_t)L_5)); // long xx08 = xx[8], xx09 = xx[9], xx10 = xx[10], xx11 = xx[11]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___xx0; NullCheck(L_6); int32_t L_7 = ((int32_t)10); uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = ((int64_t)((uint64_t)L_8)); // long xx08 = xx[8], xx09 = xx[9], xx10 = xx[10], xx11 = xx[11]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___xx0; NullCheck(L_9); int32_t L_10 = ((int32_t)11); uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = ((int64_t)((uint64_t)L_11)); // long xx12 = xx[12], xx13 = xx[13], xx14 = xx[14], xx15 = xx[15]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___xx0; NullCheck(L_12); int32_t L_13 = ((int32_t)12); uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_4 = ((int64_t)((uint64_t)L_14)); // long xx12 = xx[12], xx13 = xx[13], xx14 = xx[14], xx15 = xx[15]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___xx0; NullCheck(L_15); int32_t L_16 = ((int32_t)13); uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_5 = ((int64_t)((uint64_t)L_17)); // long xx12 = xx[12], xx13 = xx[13], xx14 = xx[14], xx15 = xx[15]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___xx0; NullCheck(L_18); int32_t L_19 = ((int32_t)14); uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_6 = ((int64_t)((uint64_t)L_20)); // long xx12 = xx[12], xx13 = xx[13], xx14 = xx[14], xx15 = xx[15]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = ___xx0; NullCheck(L_21); int32_t L_22 = ((int32_t)15); uint32_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_7 = ((int64_t)((uint64_t)L_23)); // xx08 -= n; int64_t L_24 = V_0; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_24, (int64_t)((int64_t)((int64_t)6)))); // long t0 = xx08 + xx09; int64_t L_25 = V_0; int64_t L_26 = V_1; V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_25, (int64_t)L_26)); // long t1 = xx09 + xx10; int64_t L_27 = V_1; int64_t L_28 = V_2; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_27, (int64_t)L_28)); // long t2 = xx10 + xx11 - xx15; int64_t L_29 = V_2; int64_t L_30 = V_3; int64_t L_31 = V_7; V_10 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)L_30)), (int64_t)L_31)); // long t3 = xx11 + xx12; int64_t L_32 = V_3; int64_t L_33 = V_4; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_32, (int64_t)L_33)); // long t4 = xx12 + xx13; int64_t L_34 = V_4; int64_t L_35 = V_5; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_34, (int64_t)L_35)); // long t5 = xx13 + xx14; int64_t L_36 = V_5; int64_t L_37 = V_6; V_13 = ((int64_t)il2cpp_codegen_add((int64_t)L_36, (int64_t)L_37)); // long t6 = xx14 + xx15; int64_t L_38 = V_6; int64_t L_39 = V_7; V_14 = ((int64_t)il2cpp_codegen_add((int64_t)L_38, (int64_t)L_39)); // long t7 = t5 - t0; int64_t L_40 = V_13; int64_t L_41 = V_8; V_15 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_40, (int64_t)L_41)); // long cc = 0; V_16 = ((int64_t)((int64_t)0)); // cc += (long)xx[0] - t3 - t7; int64_t L_42 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___xx0; NullCheck(L_43); int32_t L_44 = 0; uint32_t L_45 = (L_43)->GetAt(static_cast(L_44)); int64_t L_46 = V_11; int64_t L_47 = V_15; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_42, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_45)), (int64_t)L_46)), (int64_t)L_47)))); // z[0] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___z1; int64_t L_49 = V_16; NullCheck(L_48); (L_48)->SetAt(static_cast(0), (uint32_t)((int32_t)((uint32_t)L_49))); // cc >>= 32; int64_t L_50 = V_16; V_16 = ((int64_t)((int64_t)L_50>>(int32_t)((int32_t)32))); // cc += (long)xx[1] + t1 - t4 - t6; int64_t L_51 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = ___xx0; NullCheck(L_52); int32_t L_53 = 1; uint32_t L_54 = (L_52)->GetAt(static_cast(L_53)); int64_t L_55 = V_9; int64_t L_56 = V_12; int64_t L_57 = V_14; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_54)), (int64_t)L_55)), (int64_t)L_56)), (int64_t)L_57)))); // z[1] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = ___z1; int64_t L_59 = V_16; NullCheck(L_58); (L_58)->SetAt(static_cast(1), (uint32_t)((int32_t)((uint32_t)L_59))); // cc >>= 32; int64_t L_60 = V_16; V_16 = ((int64_t)((int64_t)L_60>>(int32_t)((int32_t)32))); // cc += (long)xx[2] + t2 - t5; int64_t L_61 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ___xx0; NullCheck(L_62); int32_t L_63 = 2; uint32_t L_64 = (L_62)->GetAt(static_cast(L_63)); int64_t L_65 = V_10; int64_t L_66 = V_13; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_61, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_64)), (int64_t)L_65)), (int64_t)L_66)))); // z[2] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = ___z1; int64_t L_68 = V_16; NullCheck(L_67); (L_67)->SetAt(static_cast(2), (uint32_t)((int32_t)((uint32_t)L_68))); // cc >>= 32; int64_t L_69 = V_16; V_16 = ((int64_t)((int64_t)L_69>>(int32_t)((int32_t)32))); // cc += (long)xx[3] + (t3 << 1) + t7 - t6; int64_t L_70 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = ___xx0; NullCheck(L_71); int32_t L_72 = 3; uint32_t L_73 = (L_71)->GetAt(static_cast(L_72)); int64_t L_74 = V_11; int64_t L_75 = V_15; int64_t L_76 = V_14; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_70, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_73)), (int64_t)((int64_t)((int64_t)L_74<<(int32_t)1)))), (int64_t)L_75)), (int64_t)L_76)))); // z[3] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = ___z1; int64_t L_78 = V_16; NullCheck(L_77); (L_77)->SetAt(static_cast(3), (uint32_t)((int32_t)((uint32_t)L_78))); // cc >>= 32; int64_t L_79 = V_16; V_16 = ((int64_t)((int64_t)L_79>>(int32_t)((int32_t)32))); // cc += (long)xx[4] + (t4 << 1) + xx14 - t1; int64_t L_80 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = ___xx0; NullCheck(L_81); int32_t L_82 = 4; uint32_t L_83 = (L_81)->GetAt(static_cast(L_82)); int64_t L_84 = V_12; int64_t L_85 = V_6; int64_t L_86 = V_9; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_80, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_83)), (int64_t)((int64_t)((int64_t)L_84<<(int32_t)1)))), (int64_t)L_85)), (int64_t)L_86)))); // z[4] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = ___z1; int64_t L_88 = V_16; NullCheck(L_87); (L_87)->SetAt(static_cast(4), (uint32_t)((int32_t)((uint32_t)L_88))); // cc >>= 32; int64_t L_89 = V_16; V_16 = ((int64_t)((int64_t)L_89>>(int32_t)((int32_t)32))); // cc += (long)xx[5] + (t5 << 1) - t2; int64_t L_90 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_91 = ___xx0; NullCheck(L_91); int32_t L_92 = 5; uint32_t L_93 = (L_91)->GetAt(static_cast(L_92)); int64_t L_94 = V_13; int64_t L_95 = V_10; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_90, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_93)), (int64_t)((int64_t)((int64_t)L_94<<(int32_t)1)))), (int64_t)L_95)))); // z[5] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = ___z1; int64_t L_97 = V_16; NullCheck(L_96); (L_96)->SetAt(static_cast(5), (uint32_t)((int32_t)((uint32_t)L_97))); // cc >>= 32; int64_t L_98 = V_16; V_16 = ((int64_t)((int64_t)L_98>>(int32_t)((int32_t)32))); // cc += (long)xx[6] + (t6 << 1) + t7; int64_t L_99 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = ___xx0; NullCheck(L_100); int32_t L_101 = 6; uint32_t L_102 = (L_100)->GetAt(static_cast(L_101)); int64_t L_103 = V_14; int64_t L_104 = V_15; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_99, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_102)), (int64_t)((int64_t)((int64_t)L_103<<(int32_t)1)))), (int64_t)L_104)))); // z[6] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = ___z1; int64_t L_106 = V_16; NullCheck(L_105); (L_105)->SetAt(static_cast(6), (uint32_t)((int32_t)((uint32_t)L_106))); // cc >>= 32; int64_t L_107 = V_16; V_16 = ((int64_t)((int64_t)L_107>>(int32_t)((int32_t)32))); // cc += (long)xx[7] + (xx15 << 1) + xx08 - t2 - t4; int64_t L_108 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_109 = ___xx0; NullCheck(L_109); int32_t L_110 = 7; uint32_t L_111 = (L_109)->GetAt(static_cast(L_110)); int64_t L_112 = V_7; int64_t L_113 = V_0; int64_t L_114 = V_10; int64_t L_115 = V_12; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_108, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_111)), (int64_t)((int64_t)((int64_t)L_112<<(int32_t)1)))), (int64_t)L_113)), (int64_t)L_114)), (int64_t)L_115)))); // z[7] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_116 = ___z1; int64_t L_117 = V_16; NullCheck(L_116); (L_116)->SetAt(static_cast(7), (uint32_t)((int32_t)((uint32_t)L_117))); // cc >>= 32; int64_t L_118 = V_16; V_16 = ((int64_t)((int64_t)L_118>>(int32_t)((int32_t)32))); // cc += n; int64_t L_119 = V_16; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_119, (int64_t)((int64_t)((int64_t)6)))); // Reduce32((uint)cc, z); int64_t L_120 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_121 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Reduce32_mC5341E83A421BC8BFEA996A1B4DF9A8462006DDA(((int32_t)((uint32_t)L_120)), L_121, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Reduce32(System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Reduce32_mC5341E83A421BC8BFEA996A1B4DF9A8462006DDA (uint32_t ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { // long cc = 0; V_0 = ((int64_t)((int64_t)0)); // if (x != 0) uint32_t L_0 = ___x0; if (!L_0) { goto IL_00a2; } } { // long xx08 = x; uint32_t L_1 = ___x0; V_1 = ((int64_t)((uint64_t)L_1)); // cc += (long)z[0] + xx08; int64_t L_2 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z1; NullCheck(L_3); int32_t L_4 = 0; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); int64_t L_6 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_5)), (int64_t)L_6)))); // z[0] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___z1; int64_t L_8 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (uint32_t)((int32_t)((uint32_t)L_8))); // cc >>= 32; int64_t L_9 = V_0; V_0 = ((int64_t)((int64_t)L_9>>(int32_t)((int32_t)32))); // if (cc != 0) int64_t L_10 = V_0; if (!L_10) { goto IL_0044; } } { // cc += (long)z[1]; int64_t L_11 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___z1; NullCheck(L_12); int32_t L_13 = 1; uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_11, (int64_t)((int64_t)((uint64_t)L_14)))); // z[1] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z1; int64_t L_16 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(1), (uint32_t)((int32_t)((uint32_t)L_16))); // cc >>= 32; int64_t L_17 = V_0; V_0 = ((int64_t)((int64_t)L_17>>(int32_t)((int32_t)32))); // cc += (long)z[2]; int64_t L_18 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___z1; NullCheck(L_19); int32_t L_20 = 2; uint32_t L_21 = (L_19)->GetAt(static_cast(L_20)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)((int64_t)((uint64_t)L_21)))); // z[2] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = ___z1; int64_t L_23 = V_0; NullCheck(L_22); (L_22)->SetAt(static_cast(2), (uint32_t)((int32_t)((uint32_t)L_23))); // cc >>= 32; int64_t L_24 = V_0; V_0 = ((int64_t)((int64_t)L_24>>(int32_t)((int32_t)32))); } IL_0044: { // cc += (long)z[3] - xx08; int64_t L_25 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ___z1; NullCheck(L_26); int32_t L_27 = 3; uint32_t L_28 = (L_26)->GetAt(static_cast(L_27)); int64_t L_29 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_25, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_28)), (int64_t)L_29)))); // z[3] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = ___z1; int64_t L_31 = V_0; NullCheck(L_30); (L_30)->SetAt(static_cast(3), (uint32_t)((int32_t)((uint32_t)L_31))); // cc >>= 32; int64_t L_32 = V_0; V_0 = ((int64_t)((int64_t)L_32>>(int32_t)((int32_t)32))); // if (cc != 0) int64_t L_33 = V_0; if (!L_33) { goto IL_007c; } } { // cc += (long)z[4]; int64_t L_34 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = ___z1; NullCheck(L_35); int32_t L_36 = 4; uint32_t L_37 = (L_35)->GetAt(static_cast(L_36)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_34, (int64_t)((int64_t)((uint64_t)L_37)))); // z[4] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ___z1; int64_t L_39 = V_0; NullCheck(L_38); (L_38)->SetAt(static_cast(4), (uint32_t)((int32_t)((uint32_t)L_39))); // cc >>= 32; int64_t L_40 = V_0; V_0 = ((int64_t)((int64_t)L_40>>(int32_t)((int32_t)32))); // cc += (long)z[5]; int64_t L_41 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = ___z1; NullCheck(L_42); int32_t L_43 = 5; uint32_t L_44 = (L_42)->GetAt(static_cast(L_43)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_41, (int64_t)((int64_t)((uint64_t)L_44)))); // z[5] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = ___z1; int64_t L_46 = V_0; NullCheck(L_45); (L_45)->SetAt(static_cast(5), (uint32_t)((int32_t)((uint32_t)L_46))); // cc >>= 32; int64_t L_47 = V_0; V_0 = ((int64_t)((int64_t)L_47>>(int32_t)((int32_t)32))); } IL_007c: { // cc += (long)z[6] - xx08; int64_t L_48 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = ___z1; NullCheck(L_49); int32_t L_50 = 6; uint32_t L_51 = (L_49)->GetAt(static_cast(L_50)); int64_t L_52 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_48, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_51)), (int64_t)L_52)))); // z[6] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = ___z1; int64_t L_54 = V_0; NullCheck(L_53); (L_53)->SetAt(static_cast(6), (uint32_t)((int32_t)((uint32_t)L_54))); // cc >>= 32; int64_t L_55 = V_0; V_0 = ((int64_t)((int64_t)L_55>>(int32_t)((int32_t)32))); // cc += (long)z[7] + xx08; int64_t L_56 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = ___z1; NullCheck(L_57); int32_t L_58 = 7; uint32_t L_59 = (L_57)->GetAt(static_cast(L_58)); int64_t L_60 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_56, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_59)), (int64_t)L_60)))); // z[7] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = ___z1; int64_t L_62 = V_0; NullCheck(L_61); (L_61)->SetAt(static_cast(7), (uint32_t)((int32_t)((uint32_t)L_62))); // cc >>= 32; int64_t L_63 = V_0; V_0 = ((int64_t)((int64_t)L_63>>(int32_t)((int32_t)32))); } IL_00a2: { // if (cc != 0 || (z[7] == P7 && Nat256.Gte(z, P))) int64_t L_64 = V_0; if (L_64) { goto IL_00b8; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = ___z1; NullCheck(L_65); int32_t L_66 = 7; uint32_t L_67 = (L_65)->GetAt(static_cast(L_66)); if ((!(((uint32_t)L_67) == ((uint32_t)(-1))))) { goto IL_00be; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); bool L_70; L_70 = Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560(L_68, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_00be; } } IL_00b8: { // AddPInvTo(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_AddPInvTo_m64651FCB3403D5922CB07E9A77D859FC160F464B(L_71, /*hidden argument*/NULL); } IL_00be: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat256.CreateExt(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_CreateExt_m4360507E06CE8767F0382A15D452C38CC422F4F4(/*hidden argument*/NULL); V_0 = L_0; // Nat256.Square(x, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; Nat256_Square_mE123FA52A0F75FF523A59FA5143961E42F4FDF57(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Reduce_mDAE75DA8A22F22714248F78ED373005FD60E9C6B(L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::SquareN(System.UInt32[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___n1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat256.CreateExt(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_CreateExt_m4360507E06CE8767F0382A15D452C38CC422F4F4(/*hidden argument*/NULL); V_0 = L_0; // Nat256.Square(x, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; Nat256_Square_mE123FA52A0F75FF523A59FA5143961E42F4FDF57(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Reduce_mDAE75DA8A22F22714248F78ED373005FD60E9C6B(L_3, L_4, /*hidden argument*/NULL); goto IL_0024; } IL_0016: { // Nat256.Square(z, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; Nat256_Square_mE123FA52A0F75FF523A59FA5143961E42F4FDF57(L_5, L_6, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Reduce_mDAE75DA8A22F22714248F78ED373005FD60E9C6B(L_7, L_8, /*hidden argument*/NULL); } IL_0024: { // while (--n > 0) int32_t L_9 = ___n1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); ___n1 = L_10; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0016; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Subtract(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // int c = Nat256.Sub(x, y, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z2; int32_t L_3; L_3 = Nat256_Sub_mD6FFF7A980B4F7E983B9D4F3D7509F60349648F8(L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0) if (!L_3) { goto IL_0010; } } { // SubPInvFrom(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_SubPInvFrom_m08B1DCD311E1E2B41144AF39D844904E956E5629(L_4, /*hidden argument*/NULL); } IL_0010: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::SubtractExt(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_SubtractExt_m94A6092E1E798A8DC44E04E9D94B6C8D8AE24AB2 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___yy1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // int c = Nat.Sub(16, xx, yy, zz); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___xx0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___yy1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___zz2; int32_t L_3; L_3 = Nat_Sub_m316F2AB451AD98F9160D0F53EEA7D30E1AF756C4(((int32_t)16), L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0) if (!L_3) { goto IL_001a; } } { // Nat.AddTo(16, PExt, zz); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_PExt_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___zz2; uint32_t L_6; L_6 = Nat_AddTo_m782E7F897AA6023BCE3490F1FB12EA952EA3329F(((int32_t)16), L_4, L_5, /*hidden argument*/NULL); } IL_001a: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::Twice(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_Twice_m9DF59B70C0EBD7CF47DB0146F678A1881AFBC88F (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat.ShiftUpBit(8, x, 0, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___z1; uint32_t L_2; L_2 = Nat_ShiftUpBit_m366A0046C19EE3C8E70566D99027726DAA8BB5D3(8, L_0, 0, L_1, /*hidden argument*/NULL); // if (c != 0 || (z[7] == P7 && Nat256.Gte(z, P))) if (L_2) { goto IL_001e; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z1; NullCheck(L_3); int32_t L_4 = 7; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0024; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); bool L_8; L_8 = Nat256_Gte_mBE99895128A605A28DEE597F3A80B2C5DCB84560(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0024; } } IL_001e: { // AddPInvTo(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_AddPInvTo_m64651FCB3403D5922CB07E9A77D859FC160F464B(L_9, /*hidden argument*/NULL); } IL_0024: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::AddPInvTo(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_AddPInvTo_m64651FCB3403D5922CB07E9A77D859FC160F464B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method) { int64_t V_0 = 0; { // long c = (long)z[0] + 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___z0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_2)), (int64_t)((int64_t)((int64_t)1)))); // z[0] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z0; int64_t L_4 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint32_t)((int32_t)((uint32_t)L_4))); // c >>= 32; int64_t L_5 = V_0; V_0 = ((int64_t)((int64_t)L_5>>(int32_t)((int32_t)32))); // if (c != 0) int64_t L_6 = V_0; if (!L_6) { goto IL_0037; } } { // c += (long)z[1]; int64_t L_7 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z0; NullCheck(L_8); int32_t L_9 = 1; uint32_t L_10 = (L_8)->GetAt(static_cast(L_9)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)((int64_t)((uint64_t)L_10)))); // z[1] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___z0; int64_t L_12 = V_0; NullCheck(L_11); (L_11)->SetAt(static_cast(1), (uint32_t)((int32_t)((uint32_t)L_12))); // c >>= 32; int64_t L_13 = V_0; V_0 = ((int64_t)((int64_t)L_13>>(int32_t)((int32_t)32))); // c += (long)z[2]; int64_t L_14 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z0; NullCheck(L_15); int32_t L_16 = 2; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)((int64_t)((uint64_t)L_17)))); // z[2] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___z0; int64_t L_19 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(2), (uint32_t)((int32_t)((uint32_t)L_19))); // c >>= 32; int64_t L_20 = V_0; V_0 = ((int64_t)((int64_t)L_20>>(int32_t)((int32_t)32))); } IL_0037: { // c += (long)z[3] - 1; int64_t L_21 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = ___z0; NullCheck(L_22); int32_t L_23 = 3; uint32_t L_24 = (L_22)->GetAt(static_cast(L_23)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_24)), (int64_t)((int64_t)((int64_t)1)))))); // z[3] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = ___z0; int64_t L_26 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(3), (uint32_t)((int32_t)((uint32_t)L_26))); // c >>= 32; int64_t L_27 = V_0; V_0 = ((int64_t)((int64_t)L_27>>(int32_t)((int32_t)32))); // if (c != 0) int64_t L_28 = V_0; if (!L_28) { goto IL_0070; } } { // c += (long)z[4]; int64_t L_29 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = ___z0; NullCheck(L_30); int32_t L_31 = 4; uint32_t L_32 = (L_30)->GetAt(static_cast(L_31)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)((int64_t)((uint64_t)L_32)))); // z[4] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = ___z0; int64_t L_34 = V_0; NullCheck(L_33); (L_33)->SetAt(static_cast(4), (uint32_t)((int32_t)((uint32_t)L_34))); // c >>= 32; int64_t L_35 = V_0; V_0 = ((int64_t)((int64_t)L_35>>(int32_t)((int32_t)32))); // c += (long)z[5]; int64_t L_36 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = ___z0; NullCheck(L_37); int32_t L_38 = 5; uint32_t L_39 = (L_37)->GetAt(static_cast(L_38)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_36, (int64_t)((int64_t)((uint64_t)L_39)))); // z[5] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = ___z0; int64_t L_41 = V_0; NullCheck(L_40); (L_40)->SetAt(static_cast(5), (uint32_t)((int32_t)((uint32_t)L_41))); // c >>= 32; int64_t L_42 = V_0; V_0 = ((int64_t)((int64_t)L_42>>(int32_t)((int32_t)32))); } IL_0070: { // c += (long)z[6] - 1; int64_t L_43 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = ___z0; NullCheck(L_44); int32_t L_45 = 6; uint32_t L_46 = (L_44)->GetAt(static_cast(L_45)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_43, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_46)), (int64_t)((int64_t)((int64_t)1)))))); // z[6] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = ___z0; int64_t L_48 = V_0; NullCheck(L_47); (L_47)->SetAt(static_cast(6), (uint32_t)((int32_t)((uint32_t)L_48))); // c >>= 32; int64_t L_49 = V_0; V_0 = ((int64_t)((int64_t)L_49>>(int32_t)((int32_t)32))); // c += (long)z[7] + 1; int64_t L_50 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = ___z0; NullCheck(L_51); int32_t L_52 = 7; uint32_t L_53 = (L_51)->GetAt(static_cast(L_52)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_50, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_53)), (int64_t)((int64_t)((int64_t)1)))))); // z[7] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___z0; int64_t L_55 = V_0; NullCheck(L_54); (L_54)->SetAt(static_cast(7), (uint32_t)((int32_t)((uint32_t)L_55))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::SubPInvFrom(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field_SubPInvFrom_m08B1DCD311E1E2B41144AF39D844904E956E5629 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method) { int64_t V_0 = 0; { // long c = (long)z[0] - 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___z0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_2)), (int64_t)((int64_t)((int64_t)1)))); // z[0] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z0; int64_t L_4 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint32_t)((int32_t)((uint32_t)L_4))); // c >>= 32; int64_t L_5 = V_0; V_0 = ((int64_t)((int64_t)L_5>>(int32_t)((int32_t)32))); // if (c != 0) int64_t L_6 = V_0; if (!L_6) { goto IL_0037; } } { // c += (long)z[1]; int64_t L_7 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z0; NullCheck(L_8); int32_t L_9 = 1; uint32_t L_10 = (L_8)->GetAt(static_cast(L_9)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)((int64_t)((uint64_t)L_10)))); // z[1] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___z0; int64_t L_12 = V_0; NullCheck(L_11); (L_11)->SetAt(static_cast(1), (uint32_t)((int32_t)((uint32_t)L_12))); // c >>= 32; int64_t L_13 = V_0; V_0 = ((int64_t)((int64_t)L_13>>(int32_t)((int32_t)32))); // c += (long)z[2]; int64_t L_14 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z0; NullCheck(L_15); int32_t L_16 = 2; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)((int64_t)((uint64_t)L_17)))); // z[2] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___z0; int64_t L_19 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(2), (uint32_t)((int32_t)((uint32_t)L_19))); // c >>= 32; int64_t L_20 = V_0; V_0 = ((int64_t)((int64_t)L_20>>(int32_t)((int32_t)32))); } IL_0037: { // c += (long)z[3] + 1; int64_t L_21 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = ___z0; NullCheck(L_22); int32_t L_23 = 3; uint32_t L_24 = (L_22)->GetAt(static_cast(L_23)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_24)), (int64_t)((int64_t)((int64_t)1)))))); // z[3] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = ___z0; int64_t L_26 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(3), (uint32_t)((int32_t)((uint32_t)L_26))); // c >>= 32; int64_t L_27 = V_0; V_0 = ((int64_t)((int64_t)L_27>>(int32_t)((int32_t)32))); // if (c != 0) int64_t L_28 = V_0; if (!L_28) { goto IL_0070; } } { // c += (long)z[4]; int64_t L_29 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = ___z0; NullCheck(L_30); int32_t L_31 = 4; uint32_t L_32 = (L_30)->GetAt(static_cast(L_31)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)((int64_t)((uint64_t)L_32)))); // z[4] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = ___z0; int64_t L_34 = V_0; NullCheck(L_33); (L_33)->SetAt(static_cast(4), (uint32_t)((int32_t)((uint32_t)L_34))); // c >>= 32; int64_t L_35 = V_0; V_0 = ((int64_t)((int64_t)L_35>>(int32_t)((int32_t)32))); // c += (long)z[5]; int64_t L_36 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = ___z0; NullCheck(L_37); int32_t L_38 = 5; uint32_t L_39 = (L_37)->GetAt(static_cast(L_38)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_36, (int64_t)((int64_t)((uint64_t)L_39)))); // z[5] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = ___z0; int64_t L_41 = V_0; NullCheck(L_40); (L_40)->SetAt(static_cast(5), (uint32_t)((int32_t)((uint32_t)L_41))); // c >>= 32; int64_t L_42 = V_0; V_0 = ((int64_t)((int64_t)L_42>>(int32_t)((int32_t)32))); } IL_0070: { // c += (long)z[6] + 1; int64_t L_43 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = ___z0; NullCheck(L_44); int32_t L_45 = 6; uint32_t L_46 = (L_44)->GetAt(static_cast(L_45)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_43, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_46)), (int64_t)((int64_t)((int64_t)1)))))); // z[6] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = ___z0; int64_t L_48 = V_0; NullCheck(L_47); (L_47)->SetAt(static_cast(6), (uint32_t)((int32_t)((uint32_t)L_48))); // c >>= 32; int64_t L_49 = V_0; V_0 = ((int64_t)((int64_t)L_49>>(int32_t)((int32_t)32))); // c += (long)z[7] - 1; int64_t L_50 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = ___z0; NullCheck(L_51); int32_t L_52 = 7; uint32_t L_53 = (L_51)->GetAt(static_cast(L_52)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_50, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_53)), (int64_t)((int64_t)((int64_t)1)))))); // z[7] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___z0; int64_t L_55 = V_0; NullCheck(L_54); (L_54)->SetAt(static_cast(7), (uint32_t)((int32_t)((uint32_t)L_55))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field__ctor_mBB48A35E5AE39EB47BF33D471C7327245C9EE329 (SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Field::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Field__cctor_mCF099ACA17A0D6A55730DA69435B5B70020F8ACF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly uint[] P = new uint[]{ 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000000, 0x00000000, 0x00000000, // 0x00000001, 0xFFFFFFFF }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)8); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->set_P_0(L_1); // internal static readonly uint[] PExt = new uint[]{ 0x00000001, 0x00000000, 0x00000000, 0xFFFFFFFE, 0xFFFFFFFF, // 0xFFFFFFFF, 0xFFFFFFFE, 0x00000001, 0xFFFFFFFE, 0x00000001, 0xFFFFFFFE, 0x00000001, 0x00000001, 0xFFFFFFFE, // 0x00000002, 0xFFFFFFFE }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->set_PExt_1(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1FieldElement__ctor_m7ED0E07A574E6CE959B66E08A904719FB85CADE1 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SecP256R1FieldElement(BigInteger x) AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // if (x == null || x.SignValue < 0 || x.CompareTo(Q) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; if (!L_0) { goto IL_0020; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0020; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_3); int32_t L_5; L_5 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0030; } } IL_0020: { // throw new ArgumentException("value invalid for SecP256R1FieldElement", "x"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral246EED0B123C2A5CA3C9D36403F55D05365B6955)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecP256R1FieldElement__ctor_m7ED0E07A574E6CE959B66E08A904719FB85CADE1_RuntimeMethod_var))); } IL_0030: { // this.x = SecP256R1Field.FromBigInteger(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8; L_8 = SecP256R1Field_FromBigInteger_mBB4E1F32CBF4FFE64B17DCFF189ABDEA3FC19115(L_7, /*hidden argument*/NULL); __this->set_x_1(L_8); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1FieldElement__ctor_m8332663E1BD2D3976E896360F4338604CE90DB66 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { { // public SecP256R1FieldElement() AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // this.x = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); __this->set_x_1(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method) { { // protected internal SecP256R1FieldElement(uint[] x) AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // this.x = x; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; __this->set_x_1(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP256R1FieldElement_get_IsZero_m79CDBCF08E99CDADBE31A0F2E724AB1533058794 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { { // get { return Nat256.IsZero(x); } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); bool L_1; L_1 = Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::get_IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP256R1FieldElement_get_IsOne_m21FD23DF8FE51F794EF3871DB646F0E8D2AEF0E2 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { { // get { return Nat256.IsOne(x); } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); bool L_1; L_1 = Nat256_IsOne_m5FC2868F72EF95B0C483F79EF5279594DE554A5D(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP256R1FieldElement_TestBitZero_m8EB88A9672316E98105F92C1425B277EC195F51E (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { { // return Nat256.GetBit(x, 0) == 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); uint32_t L_1; L_1 = Nat256_GetBit_m570FFA730D190161E8FEF6578E02C62ECCCE6CD8(L_0, 0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecP256R1FieldElement_ToBigInteger_m67DC6D2DC55AE43ABA3BB47638FC65E4B55180B4 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { { // return Nat256.ToBigInteger(x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Nat256_ToBigInteger_m55389D871E3E41A4EA22ED1AA0A7615138B1C605(L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::get_FieldName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecP256R1FieldElement_get_FieldName_mC34BD62AACD52DAA889B028E50D36A256B2BF28C (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFD91FA63B0F9B7EB10310818D430755DC23A85D); s_Il2CppMethodInitialized = true; } { // get { return "SecP256R1Field"; } return _stringLiteralAFD91FA63B0F9B7EB10310818D430755DC23A85D; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP256R1FieldElement_get_FieldSize_m141A9403D8F8B351313300385821FE54ACE8863E (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return Q.BitLength; } IL2CPP_RUNTIME_CLASS_INIT(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_Add_m4C842C0119B66376F3B82212874C585168B5D1AC (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // SecP256R1Field.Add(x, ((SecP256R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Add_m53FF21E64C97F33EC850D088478456241699CF84(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP256R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_6 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::AddOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_AddOne_m23ED930630BDD9298C7365F227DCB81C5EB954CB (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // SecP256R1Field.AddOne(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_AddOne_m9DFCF7ED23FD714B56BD38345BF25A5295517C82(L_1, L_2, /*hidden argument*/NULL); // return new SecP256R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_4 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_Subtract_mF9EEC7188498EDA7D32C16F6B63CEF7C05FC45EE (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // SecP256R1Field.Subtract(x, ((SecP256R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP256R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_6 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_Multiply_mD7B6349DDF8BBAC69A50242EC2AB41EB8DDDD8D6 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // SecP256R1Field.Multiply(x, ((SecP256R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP256R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_6 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_Divide_m6F28055EEAD657E909B7C358359FC15CF0BC1993 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // Mod.Invert(SecP256R1Field.P, ((SecP256R1FieldElement)b).x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); Mod_Invert_m3A4BC73A50B198DB5D660E4FAFA307C0749CC0E7(L_1, L_3, L_4, /*hidden argument*/NULL); // SecP256R1Field.Multiply(z, x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_5, L_6, L_7, /*hidden argument*/NULL); // return new SecP256R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_9 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_Negate_m68B701ABCE52FCBA21A569A394CA7602EFAA3402 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // SecP256R1Field.Negate(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Negate_mBE738647209C92C8385BF411E2C783FAEC88033E(L_1, L_2, /*hidden argument*/NULL); // return new SecP256R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_4 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Square() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_Square_mA8F0A038E49B7B1EC524FD2C958E6C373347AFAF (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // SecP256R1Field.Square(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_1, L_2, /*hidden argument*/NULL); // return new SecP256R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_4 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Invert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_Invert_m0131371CCD4F9DDA2F31A7B87878768C9A2222D1 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // Mod.Invert(SecP256R1Field.P, x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); Mod_Invert_m3A4BC73A50B198DB5D660E4FAFA307C0749CC0E7(L_1, L_2, L_3, /*hidden argument*/NULL); // return new SecP256R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_5 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Sqrt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP256R1FieldElement_Sqrt_m6049104AC4C200E413B016AB5C1F8509DDDDF801 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; { // uint[] x1 = this.x; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); V_0 = L_0; // if (Nat256.IsZero(x1) || Nat256.IsOne(x1)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = V_0; bool L_2; L_2 = Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; bool L_4; L_4 = Nat256_IsOne_m5FC2868F72EF95B0C483F79EF5279594DE554A5D(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0019; } } IL_0017: { // return this; return __this; } IL_0019: { // uint[] t1 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5; L_5 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_1 = L_5; // uint[] t2 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6; L_6 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_2 = L_6; // SecP256R1Field.Square(x1, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_7, L_8, /*hidden argument*/NULL); // SecP256R1Field.Multiply(t1, x1, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_1; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_9, L_10, L_11, /*hidden argument*/NULL); // SecP256R1Field.SquareN(t1, 2, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = V_2; SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261(L_12, 2, L_13, /*hidden argument*/NULL); // SecP256R1Field.Multiply(t2, t1, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_2; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_14, L_15, L_16, /*hidden argument*/NULL); // SecP256R1Field.SquareN(t2, 4, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_1; SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261(L_17, 4, L_18, /*hidden argument*/NULL); // SecP256R1Field.Multiply(t1, t2, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_1; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_19, L_20, L_21, /*hidden argument*/NULL); // SecP256R1Field.SquareN(t1, 8, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_2; SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261(L_22, 8, L_23, /*hidden argument*/NULL); // SecP256R1Field.Multiply(t2, t1, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_2; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_24, L_25, L_26, /*hidden argument*/NULL); // SecP256R1Field.SquareN(t2, 16, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_1; SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261(L_27, ((int32_t)16), L_28, /*hidden argument*/NULL); // SecP256R1Field.Multiply(t1, t2, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_1; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_29, L_30, L_31, /*hidden argument*/NULL); // SecP256R1Field.SquareN(t1, 32, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_1; SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261(L_32, ((int32_t)32), L_33, /*hidden argument*/NULL); // SecP256R1Field.Multiply(t1, x1, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_1; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_34, L_35, L_36, /*hidden argument*/NULL); // SecP256R1Field.SquareN(t1, 96, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = V_1; SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261(L_37, ((int32_t)96), L_38, /*hidden argument*/NULL); // SecP256R1Field.Multiply(t1, x1, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = V_1; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_39, L_40, L_41, /*hidden argument*/NULL); // SecP256R1Field.SquareN(t1, 94, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_1; SecP256R1Field_SquareN_mB9AFA6EAE26562CD11F984DDD8701731C2489261(L_42, ((int32_t)94), L_43, /*hidden argument*/NULL); // SecP256R1Field.Multiply(t1, t1, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_2; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_44, L_45, L_46, /*hidden argument*/NULL); // return Nat256.Eq(x1, t2) ? new SecP256R1FieldElement(t1) : null; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = V_2; bool L_49; L_49 = Nat256_Eq_mBD6B649626DE8529FEFA7C33350B548955ED3E52(L_47, L_48, /*hidden argument*/NULL); if (L_49) { goto IL_00b3; } } { return (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL; } IL_00b3: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = V_1; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_51 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_51, L_50, /*hidden argument*/NULL); return L_51; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP256R1FieldElement_Equals_mE32CB17169368FD9FD2BA4B911A51E743C6E4652 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as SecP256R1FieldElement); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement) */, __this, ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)IsInstClass((RuntimeObject*)L_0, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP256R1FieldElement_Equals_mC23F44F4E492DF204A25622907CE165EF54A4FE1 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(other as SecP256R1FieldElement); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___other0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement) */, __this, ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)IsInstClass((RuntimeObject*)L_0, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP256R1FieldElement_Equals_m95EFA222027E0972479D484DADD0945AA7D48DE6 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * ___other0, const RuntimeMethod* method) { { // if (this == other) SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_0 = ___other0; if ((!(((RuntimeObject*)(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)__this) == ((RuntimeObject*)(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return Nat256.Eq(x, other.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_3 = ___other0; NullCheck(L_3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3->get_x_1(); bool L_5; L_5 = Nat256_Eq_mBD6B649626DE8529FEFA7C33350B548955ED3E52(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP256R1FieldElement_GetHashCode_m1F2F1426FBD6EB5A9BCF781BEBFCFE01F356CC08 (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Q.GetHashCode() ^ Arrays.GetHashCode(x, 0, 8); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Arrays_GetHashCode_mDCFEDF8894216FF190D600B90FFBDED85D05C967(L_2, 0, 8, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1FieldElement__cctor_m00E8EF281DE1123E4FCB67EFB5381710B04750C1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly BigInteger Q = SecP256R1Curve.q; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1Curve_t6962B833B7AE6E67A209B0289D64920842DB01C0_il2cpp_TypeInfo_var))->get_q_16(); ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_StaticFields*)il2cpp_codegen_static_fields_for(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var))->set_Q_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Point__ctor_m111E15CAF8B07C1A1659C610EC7E77A09DCA4307 (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; SecP256R1Point__ctor_mCC80B15479BB8D33F6502CD9D9E1CBAE45730D3A(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Point__ctor_mCC80B15479BB8D33F6502CD9D9E1CBAE45730D3A (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractFpPoint__ctor_m42BA911AB715BDF0A21503C183F3E65D6D14507C(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecP256R1Point__ctor_mCC80B15479BB8D33F6502CD9D9E1CBAE45730D3A_RuntimeMethod_var))); } IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP256R1Point__ctor_mAABB7ADA01F338FD13628080EC69875E013CAF0A (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractFpPoint__ctor_m39302B31AA85EF4CD29A4F7239A98CEEAD0F93B6(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Point_Detach_m278133FDEE0F9244333D95C0722EA232570A7098 (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP256R1Point(null, AffineXCoord, AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * L_2 = (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)il2cpp_codegen_object_new(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); SecP256R1Point__ctor_m111E15CAF8B07C1A1659C610EC7E77A09DCA4307(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Point_Add_m29AD255593FA3E1B91EEA0AC6ACFB35F02A7EB5F (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_1 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_2 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_3 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_4 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_5 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_6 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_9 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_10 = NULL; bool V_11 = false; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_12 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_13 = NULL; bool V_14 = false; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_15 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_16 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_17 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_18 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_19 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_20 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_21 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_22 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_23 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_24 = NULL; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* V_25 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // if (this == b) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___b0; if ((!(((RuntimeObject*)(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_4)))) { goto IL_001f; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5; L_5 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_5; } IL_001f: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6; L_6 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_6; // SecP256R1FieldElement X1 = (SecP256R1FieldElement)this.RawXCoord, Y1 = (SecP256R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_7, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // SecP256R1FieldElement X1 = (SecP256R1FieldElement)this.RawXCoord, Y1 = (SecP256R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_8, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // SecP256R1FieldElement X2 = (SecP256R1FieldElement)b.RawXCoord, Y2 = (SecP256R1FieldElement)b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_9, /*hidden argument*/NULL); V_3 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_10, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // SecP256R1FieldElement X2 = (SecP256R1FieldElement)b.RawXCoord, Y2 = (SecP256R1FieldElement)b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___b0; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_11, /*hidden argument*/NULL); V_4 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_12, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // SecP256R1FieldElement Z1 = (SecP256R1FieldElement)this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13; L_13 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = (L_13)->GetAt(static_cast(L_14)); V_5 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_15, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // SecP256R1FieldElement Z2 = (SecP256R1FieldElement)b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = ___b0; NullCheck(L_16); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_6 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_19, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // uint[] tt1 = Nat256.CreateExt(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20; L_20 = Nat256_CreateExt_m4360507E06CE8767F0382A15D452C38CC422F4F4(/*hidden argument*/NULL); V_7 = L_20; // uint[] t2 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21; L_21 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_8 = L_21; // uint[] t3 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22; L_22 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_9 = L_22; // uint[] t4 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23; L_23 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_10 = L_23; // bool Z1IsOne = Z1.IsOne; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_24 = V_5; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_24); V_11 = L_25; // if (Z1IsOne) bool L_26 = V_11; if (!L_26) { goto IL_00b1; } } { // U2 = X2.x; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_27 = V_3; NullCheck(L_27); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = L_27->get_x_1(); V_12 = L_28; // S2 = Y2.x; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_29 = V_4; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_x_1(); V_13 = L_30; // } goto IL_00f6; } IL_00b1: { // S2 = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_9; V_13 = L_31; // SecP256R1Field.Square(Z1.x, S2); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_32 = V_5; NullCheck(L_32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = L_32->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_13; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_33, L_34, /*hidden argument*/NULL); // U2 = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = V_8; V_12 = L_35; // SecP256R1Field.Multiply(S2, X2.x, U2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_13; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_37 = V_3; NullCheck(L_37); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = L_37->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_12; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_36, L_38, L_39, /*hidden argument*/NULL); // SecP256R1Field.Multiply(S2, Z1.x, S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_13; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_41 = V_5; NullCheck(L_41); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = L_41->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_13; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_40, L_42, L_43, /*hidden argument*/NULL); // SecP256R1Field.Multiply(S2, Y2.x, S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_13; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_45 = V_4; NullCheck(L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = L_45->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_13; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_44, L_46, L_47, /*hidden argument*/NULL); } IL_00f6: { // bool Z2IsOne = Z2.IsOne; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_48 = V_6; NullCheck(L_48); bool L_49; L_49 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_48); V_14 = L_49; // if (Z2IsOne) bool L_50 = V_14; if (!L_50) { goto IL_0115; } } { // U1 = X1.x; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_51 = V_1; NullCheck(L_51); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = L_51->get_x_1(); V_15 = L_52; // S1 = Y1.x; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_53 = V_2; NullCheck(L_53); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = L_53->get_x_1(); V_16 = L_54; // } goto IL_0159; } IL_0115: { // S1 = t4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_10; V_16 = L_55; // SecP256R1Field.Square(Z2.x, S1); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_56 = V_6; NullCheck(L_56); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = L_56->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_16; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_57, L_58, /*hidden argument*/NULL); // U1 = tt1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_7; V_15 = L_59; // SecP256R1Field.Multiply(S1, X1.x, U1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_16; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_61 = V_1; NullCheck(L_61); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = L_61->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_15; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_60, L_62, L_63, /*hidden argument*/NULL); // SecP256R1Field.Multiply(S1, Z2.x, S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_16; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_65 = V_6; NullCheck(L_65); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = L_65->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = V_16; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_64, L_66, L_67, /*hidden argument*/NULL); // SecP256R1Field.Multiply(S1, Y1.x, S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = V_16; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_69 = V_2; NullCheck(L_69); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = L_69->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_16; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_68, L_70, L_71, /*hidden argument*/NULL); } IL_0159: { // uint[] H = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72; L_72 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_17 = L_72; // SecP256R1Field.Subtract(U1, U2, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = V_12; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_17; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_73, L_74, L_75, /*hidden argument*/NULL); // uint[] R = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = V_8; V_18 = L_76; // SecP256R1Field.Subtract(S1, S2, R); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = V_13; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = V_18; SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_77, L_78, L_79, /*hidden argument*/NULL); // if (Nat256.IsZero(H)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = V_17; bool L_81; L_81 = Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC(L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_019a; } } { // if (Nat256.IsZero(R)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = V_18; bool L_83; L_83 = Nat256_IsZero_m5EA31E35502D6D28C3BEC0BD4E6F534151DF35EC(L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_0193; } } { // return this.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_84; L_84 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_84; } IL_0193: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_85 = V_0; NullCheck(L_85); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_86; L_86 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_85); return L_86; } IL_019a: { // uint[] HSquared = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_9; V_19 = L_87; // SecP256R1Field.Square(H, HSquared); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_88 = V_17; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = V_19; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_88, L_89, /*hidden argument*/NULL); // uint[] G = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90; L_90 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_20 = L_90; // SecP256R1Field.Multiply(HSquared, H, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_91 = V_19; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_92 = V_17; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = V_20; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_91, L_92, L_93, /*hidden argument*/NULL); // uint[] V = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = V_9; V_21 = L_94; // SecP256R1Field.Multiply(HSquared, U1, V); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = V_19; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = V_21; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_95, L_96, L_97, /*hidden argument*/NULL); // SecP256R1Field.Negate(G, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = V_20; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = V_20; SecP256R1Field_Negate_mBE738647209C92C8385BF411E2C783FAEC88033E(L_98, L_99, /*hidden argument*/NULL); // Nat256.Mul(S1, G, tt1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = V_20; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_102 = V_7; Nat256_Mul_m1802D9AAAD4231FE5CDB4723E3903EE91F5CB0C4(L_100, L_101, L_102, /*hidden argument*/NULL); // c = Nat256.AddBothTo(V, V, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_103 = V_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_104 = V_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = V_20; uint32_t L_106; L_106 = Nat256_AddBothTo_m9E2ADCE0B6B1D16A564ED4E208CA2C1B31FEB825(L_103, L_104, L_105, /*hidden argument*/NULL); // SecP256R1Field.Reduce32(c, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_107 = V_20; SecP256R1Field_Reduce32_mC5341E83A421BC8BFEA996A1B4DF9A8462006DDA(L_106, L_107, /*hidden argument*/NULL); // SecP256R1FieldElement X3 = new SecP256R1FieldElement(t4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_108 = V_10; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_109 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_109, L_108, /*hidden argument*/NULL); V_22 = L_109; // SecP256R1Field.Square(R, X3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = V_18; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_111 = V_22; NullCheck(L_111); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_112 = L_111->get_x_1(); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_110, L_112, /*hidden argument*/NULL); // SecP256R1Field.Subtract(X3.x, G, X3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_113 = V_22; NullCheck(L_113); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_114 = L_113->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_115 = V_20; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_116 = V_22; NullCheck(L_116); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = L_116->get_x_1(); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_114, L_115, L_117, /*hidden argument*/NULL); // SecP256R1FieldElement Y3 = new SecP256R1FieldElement(G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = V_20; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_119 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_119, L_118, /*hidden argument*/NULL); V_23 = L_119; // SecP256R1Field.Subtract(V, X3.x, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_120 = V_21; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_121 = V_22; NullCheck(L_121); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = L_121->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_123 = V_23; NullCheck(L_123); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_124 = L_123->get_x_1(); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_120, L_122, L_124, /*hidden argument*/NULL); // SecP256R1Field.MultiplyAddToExt(Y3.x, R, tt1); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_125 = V_23; NullCheck(L_125); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_126 = L_125->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_127 = V_18; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = V_7; SecP256R1Field_MultiplyAddToExt_m3BCC48B0ED7F9FED0AAEC093AE50FC79B5156861(L_126, L_127, L_128, /*hidden argument*/NULL); // SecP256R1Field.Reduce(tt1, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_129 = V_7; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_130 = V_23; NullCheck(L_130); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_131 = L_130->get_x_1(); SecP256R1Field_Reduce_mDAE75DA8A22F22714248F78ED373005FD60E9C6B(L_129, L_131, /*hidden argument*/NULL); // SecP256R1FieldElement Z3 = new SecP256R1FieldElement(H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_132 = V_17; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_133 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_133, L_132, /*hidden argument*/NULL); V_24 = L_133; // if (!Z1IsOne) bool L_134 = V_11; if (L_134) { goto IL_027d; } } { // SecP256R1Field.Multiply(Z3.x, Z1.x, Z3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_135 = V_24; NullCheck(L_135); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136 = L_135->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_137 = V_5; NullCheck(L_137); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_138 = L_137->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_139 = V_24; NullCheck(L_139); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = L_139->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_136, L_138, L_140, /*hidden argument*/NULL); } IL_027d: { // if (!Z2IsOne) bool L_141 = V_14; if (L_141) { goto IL_029b; } } { // SecP256R1Field.Multiply(Z3.x, Z2.x, Z3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_142 = V_24; NullCheck(L_142); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_143 = L_142->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_144 = V_6; NullCheck(L_144); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_145 = L_144->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_146 = V_24; NullCheck(L_146); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_147 = L_146->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_143, L_145, L_147, /*hidden argument*/NULL); } IL_029b: { // ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_148 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_149 = L_148; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_150 = V_24; NullCheck(L_149); ArrayElementTypeCheck (L_149, L_150); (L_149)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_150); V_25 = L_149; // return new SecP256R1Point(curve, X3, Y3, zs, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_151 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_152 = V_22; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_153 = V_23; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_154 = V_25; bool L_155; L_155 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * L_156 = (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)il2cpp_codegen_object_new(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); SecP256R1Point__ctor_mAABB7ADA01F338FD13628080EC69875E013CAF0A(L_156, L_151, L_152, L_153, L_154, L_155, /*hidden argument*/NULL); return L_156; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Point_Twice_m50DBE23C9EE5D7BF661781AF0B227A761FFE44A3 (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_1 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_2 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_3 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_5 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_6 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_9 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_10 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_11 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_12 = NULL; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * V_13 = NULL; bool G_B6_0 = false; bool G_B5_0 = false; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // SecP256R1FieldElement Y1 = (SecP256R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_2, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // if (Y1.IsZero) SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_002c; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_002c: { // SecP256R1FieldElement X1 = (SecP256R1FieldElement)this.RawXCoord, Z1 = (SecP256R1FieldElement)this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_2 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_7, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // SecP256R1FieldElement X1 = (SecP256R1FieldElement)this.RawXCoord, Z1 = (SecP256R1FieldElement)this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8; L_8 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = ((SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)CastclassClass((RuntimeObject*)L_10, SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var)); // uint[] t1 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11; L_11 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_4 = L_11; // uint[] t2 = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12; L_12 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_5 = L_12; // uint[] Y1Squared = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13; L_13 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_6 = L_13; // SecP256R1Field.Square(Y1.x, Y1Squared); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_14 = V_1; NullCheck(L_14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = L_14->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_6; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_15, L_16, /*hidden argument*/NULL); // uint[] T = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17; L_17 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_7 = L_17; // SecP256R1Field.Square(Y1Squared, T); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_7; SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_18, L_19, /*hidden argument*/NULL); // bool Z1IsOne = Z1.IsOne; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_20 = V_3; NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_20); // uint[] Z1Squared = Z1.x; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_22 = V_3; NullCheck(L_22); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = L_22->get_x_1(); V_8 = L_23; // if (!Z1IsOne) bool L_24 = L_21; G_B5_0 = L_24; if (L_24) { G_B6_0 = L_24; goto IL_009a; } } { // Z1Squared = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_5; V_8 = L_25; // SecP256R1Field.Square(Z1.x, Z1Squared); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_26 = V_3; NullCheck(L_26); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = L_26->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_8; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_27, L_28, /*hidden argument*/NULL); G_B6_0 = G_B5_0; } IL_009a: { // SecP256R1Field.Subtract(X1.x, Z1Squared, t1); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_29 = V_2; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_30, L_31, L_32, /*hidden argument*/NULL); // uint[] M = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_5; V_9 = L_33; // SecP256R1Field.Add(X1.x, Z1Squared, M); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_34 = V_2; NullCheck(L_34); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = L_34->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_9; SecP256R1Field_Add_m53FF21E64C97F33EC850D088478456241699CF84(L_35, L_36, L_37, /*hidden argument*/NULL); // SecP256R1Field.Multiply(M, t1, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_9; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_38, L_39, L_40, /*hidden argument*/NULL); // c = Nat256.AddBothTo(M, M, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_9; uint32_t L_44; L_44 = Nat256_AddBothTo_m9E2ADCE0B6B1D16A564ED4E208CA2C1B31FEB825(L_41, L_42, L_43, /*hidden argument*/NULL); // SecP256R1Field.Reduce32(c, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_9; SecP256R1Field_Reduce32_mC5341E83A421BC8BFEA996A1B4DF9A8462006DDA(L_44, L_45, /*hidden argument*/NULL); // uint[] S = Y1Squared; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_6; V_10 = L_46; // SecP256R1Field.Multiply(Y1Squared, X1.x, S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_6; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_48 = V_2; NullCheck(L_48); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = L_48->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = V_10; SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_47, L_49, L_50, /*hidden argument*/NULL); // c = Nat.ShiftUpBits(8, S, 2, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = V_10; uint32_t L_52; L_52 = Nat_ShiftUpBits_m6C97966C52703C00262165E1FBA7B38A45DB3206(8, L_51, 2, 0, /*hidden argument*/NULL); // SecP256R1Field.Reduce32(c, S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = V_10; SecP256R1Field_Reduce32_mC5341E83A421BC8BFEA996A1B4DF9A8462006DDA(L_52, L_53, /*hidden argument*/NULL); // c = Nat.ShiftUpBits(8, T, 3, 0, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_4; uint32_t L_56; L_56 = Nat_ShiftUpBits_mF8ED2FE83B0901250AF640D53918BE597DCF8854(8, L_54, 3, 0, L_55, /*hidden argument*/NULL); // SecP256R1Field.Reduce32(c, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = V_4; SecP256R1Field_Reduce32_mC5341E83A421BC8BFEA996A1B4DF9A8462006DDA(L_56, L_57, /*hidden argument*/NULL); // SecP256R1FieldElement X3 = new SecP256R1FieldElement(T); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_7; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_59 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_59, L_58, /*hidden argument*/NULL); V_11 = L_59; // SecP256R1Field.Square(M, X3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_9; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_61 = V_11; NullCheck(L_61); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = L_61->get_x_1(); SecP256R1Field_Square_mB08E29636D4241E16A5270EB9314CE96A6B3F344(L_60, L_62, /*hidden argument*/NULL); // SecP256R1Field.Subtract(X3.x, S, X3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_63 = V_11; NullCheck(L_63); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = L_63->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = V_10; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_66 = V_11; NullCheck(L_66); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = L_66->get_x_1(); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_64, L_65, L_67, /*hidden argument*/NULL); // SecP256R1Field.Subtract(X3.x, S, X3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_68 = V_11; NullCheck(L_68); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = L_68->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = V_10; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_71 = V_11; NullCheck(L_71); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = L_71->get_x_1(); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_69, L_70, L_72, /*hidden argument*/NULL); // SecP256R1FieldElement Y3 = new SecP256R1FieldElement(S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_10; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_74 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_74, L_73, /*hidden argument*/NULL); V_12 = L_74; // SecP256R1Field.Subtract(S, X3.x, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_10; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_76 = V_11; NullCheck(L_76); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = L_76->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_78 = V_12; NullCheck(L_78); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = L_78->get_x_1(); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_75, L_77, L_79, /*hidden argument*/NULL); // SecP256R1Field.Multiply(Y3.x, M, Y3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_80 = V_12; NullCheck(L_80); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = L_80->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = V_9; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_83 = V_12; NullCheck(L_83); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_84 = L_83->get_x_1(); SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_81, L_82, L_84, /*hidden argument*/NULL); // SecP256R1Field.Subtract(Y3.x, t1, Y3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_85 = V_12; NullCheck(L_85); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_86 = L_85->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_4; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_88 = V_12; NullCheck(L_88); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = L_88->get_x_1(); SecP256R1Field_Subtract_m19C9153FA441A1B606102EED6E3AF4AE1FECAB18(L_86, L_87, L_89, /*hidden argument*/NULL); // SecP256R1FieldElement Z3 = new SecP256R1FieldElement(M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90 = V_9; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_91 = (SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 *)il2cpp_codegen_object_new(SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9_il2cpp_TypeInfo_var); SecP256R1FieldElement__ctor_m9CB8C5133C31945061A2F8E7B610420E68372134(L_91, L_90, /*hidden argument*/NULL); V_13 = L_91; // SecP256R1Field.Twice(Y1.x, Z3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_92 = V_1; NullCheck(L_92); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = L_92->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_94 = V_13; NullCheck(L_94); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = L_94->get_x_1(); SecP256R1Field_Twice_m9DF59B70C0EBD7CF47DB0146F678A1881AFBC88F(L_93, L_95, /*hidden argument*/NULL); // if (!Z1IsOne) if (G_B6_0) { goto IL_01cf; } } { // SecP256R1Field.Multiply(Z3.x, Z1.x, Z3.x); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_96 = V_13; NullCheck(L_96); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = L_96->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_98 = V_3; NullCheck(L_98); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = L_98->get_x_1(); SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_100 = V_13; NullCheck(L_100); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = L_100->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP256R1Field_t5AFAFD51E2D54D95A3A5732ED896C057AEF9CB0C_il2cpp_TypeInfo_var); SecP256R1Field_Multiply_m07E78D193F5F56C9B974823044C7B9F93B744412(L_97, L_99, L_101, /*hidden argument*/NULL); } IL_01cf: { // return new SecP256R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_102 = V_0; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_103 = V_11; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_104 = V_12; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_105 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_106 = L_105; SecP256R1FieldElement_t09A8A39F2181DC8AF2C675BBCE2131536F71B7D9 * L_107 = V_13; NullCheck(L_106); ArrayElementTypeCheck (L_106, L_107); (L_106)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_107); bool L_108; L_108 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * L_109 = (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)il2cpp_codegen_object_new(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); SecP256R1Point__ctor_mAABB7ADA01F338FD13628080EC69875E013CAF0A(L_109, L_102, L_103, L_104, L_106, L_108, /*hidden argument*/NULL); return L_109; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Point_TwicePlus_mA8DF940E50BDE37A972B58CFFD06F427D23E0318 (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { { // if (this == b) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___b0; if ((!(((RuntimeObject*)(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_0)))) { goto IL_000b; } } { // return ThreeTimes(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1; L_1 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(33 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ThreeTimes() */, __this); return L_1; } IL_000b: { // if (this.IsInfinity) bool L_2; L_2 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___b0; return L_3; } IL_0015: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___b0; NullCheck(L_4); bool L_5; L_5 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_6; } IL_0024: { // ECFieldElement Y1 = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // if (Y1.IsZero) NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0033; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0033: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10; L_10 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___b0; NullCheck(L_10); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12; L_12 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_10, L_11); return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::ThreeTimes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Point_ThreeTimes_m05A5340095CAEFCA379A7B2BF617ADCE5210C779 (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, const RuntimeMethod* method) { { // if (this.IsInfinity || this.RawYCoord.IsZero) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0015; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0017; } } IL_0015: { // return this; return __this; } IL_0017: { // return Twice().Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); NullCheck(L_3); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_3, __this); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1Point::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP256R1Point_Negate_m1F1E6C347FC5FA13A3F95143F8EE0B3AF041B46F (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // return new SecP256R1Point(Curve, RawXCoord, RawYCoord.Negate(), RawZCoords, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Negate() */, L_3); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5; L_5 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); bool L_6; L_6 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 * L_7 = (SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95 *)il2cpp_codegen_object_new(SecP256R1Point_t92458910BB808343BA4446F00B2A22682EA67D95_il2cpp_TypeInfo_var); SecP256R1Point__ctor_mAABB7ADA01F338FD13628080EC69875E013CAF0A(L_7, L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Curve__ctor_m9D55E8380399E39DE4F711A8D369C93E09E40765 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral518B4580CD2B43947006D63DBE89EABDB4C72396); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5091C9B2711F2B144AA641ADBE4D291082835D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2C726BB65797AC56A4CD8709B33945CE3E45A19); s_Il2CppMethodInitialized = true; } { // : base(q) IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var))->get_q_16(); AbstractFpCurve__ctor_m947A80805376A60114DDA1012E816316109ABE33(__this, L_0, /*hidden argument*/NULL); // this.m_infinity = new SecP384R1Point(this, null, null); SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * L_1 = (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)il2cpp_codegen_object_new(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); SecP384R1Point__ctor_mBA49BEA62C6D098E1C29113B4DF5471F853E84E0(L_1, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, /*hidden argument*/NULL); __this->set_m_infinity_19(L_1); // this.m_a = FromBigInteger(new BigInteger(1, // Hex.Decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFC"))); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralE2C726BB65797AC56A4CD8709B33945CE3E45A19, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_3, 1, L_2, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_3); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_4); // this.m_b = FromBigInteger(new BigInteger(1, // Hex.Decode("B3312FA7E23EE7E4988E056BE3F82D19181D9C6EFE8141120314088F5013875AC656398D8A2ED19D2A85C8EDD3EC2AEF"))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral518B4580CD2B43947006D63DBE89EABDB4C72396, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_6, 1, L_5, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_6); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_7); // this.m_order = new BigInteger(1, Hex.Decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7634D81F4372DDF581A0DB248B0A77AECEC196ACCC52973")); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralB5091C9B2711F2B144AA641ADBE4D291082835D2, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_9, 1, L_8, /*hidden argument*/NULL); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_9); // this.m_cofactor = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_10); // this.m_coord = SECP384R1_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::CloneCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * SecP384R1Curve_CloneCurve_m96DA096A90D6D7E8036BAEEDC1B1283DBE675B97 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP384R1Curve(); SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * L_0 = (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 *)il2cpp_codegen_object_new(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); SecP384R1Curve__ctor_m9D55E8380399E39DE4F711A8D369C93E09E40765(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP384R1Curve_SupportsCoordinateSystem_mF274BA31C67A3EBAE334B2CD469BE6680713D313 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, int32_t ___coord0, const RuntimeMethod* method) { { int32_t L_0 = ___coord0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::get_Q() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecP384R1Curve_get_Q_m1D511477BC507565533F17C54ED7CF3A97DB1CC2 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return q; } IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var))->get_q_16(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::get_Infinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Curve_get_Infinity_mEE2BC39AE07AA69764BF0DB2BBA2522D20A4F594 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, const RuntimeMethod* method) { { // get { return m_infinity; } SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * L_0 = __this->get_m_infinity_19(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP384R1Curve_get_FieldSize_m78F123D38BE501CC9A1FF4EB8F9A0FDF6FF551E1 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return q.BitLength; } IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var))->get_q_16(); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1Curve_FromBigInteger_mDCDF2C7D4C56285AC895DCCC2F3D5F78C25366FD (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP384R1FieldElement(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_1 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_mDE300A1E6A87741B3D94B6798021552993A062FC(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Curve_CreateRawPoint_mA263291ACAB57339B92BF761DD7FF694F800889A (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP384R1Point(this, x, y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; bool L_2 = ___withCompression2; SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * L_3 = (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)il2cpp_codegen_object_new(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); SecP384R1Point__ctor_mA06A4BC0222813A8B585F2D0E340298A6A93616C(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Curve_CreateRawPoint_m2E47E723D0F6610AE705152AEFE591452159EAA6 (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP384R1Point(this, x, y, zs, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = ___zs2; bool L_3 = ___withCompression3; SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * L_4 = (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)il2cpp_codegen_object_new(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); SecP384R1Point__ctor_m4FBB043CD86AACC388F5EB669A24500F28FB33E0(L_4, __this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecP384R1Curve_CreateCacheSafeLookupTable_m961AE7ACA77D42695627FDCB443B9C6C0B44D1CA (SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_3 = NULL; { // uint[] table = new uint[len * SECP384R1_FE_INTS * 2]; int32_t L_0 = ___len2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)12))), (int32_t)2))); V_0 = L_1; // int pos = 0; V_1 = 0; // for (int i = 0; i < len; ++i) V_2 = 0; goto IL_005a; } IL_0012: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = ___points0; int32_t L_3 = ___off1; int32_t L_4 = V_2; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = (L_2)->GetAt(static_cast(L_5)); V_3 = L_6; // Nat.Copy(SECP384R1_FE_INTS, ((SecP384R1FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECP384R1_FE_INTS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = V_3; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_8, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_8, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_0; int32_t L_11 = V_1; Nat_Copy_m15826DEB316C70248AD05548D9D465B9DC43FDC8(((int32_t)12), L_9, 0, L_10, L_11, /*hidden argument*/NULL); // Nat.Copy(SECP384R1_FE_INTS, ((SecP384R1FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECP384R1_FE_INTS; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)12))); // Nat.Copy(SECP384R1_FE_INTS, ((SecP384R1FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECP384R1_FE_INTS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13 = V_3; NullCheck(L_13); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14; L_14 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_13, /*hidden argument*/NULL); NullCheck(((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_14, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_14, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_0; int32_t L_17 = V_1; Nat_Copy_m15826DEB316C70248AD05548D9D465B9DC43FDC8(((int32_t)12), L_15, 0, L_16, L_17, /*hidden argument*/NULL); // Nat.Copy(SECP384R1_FE_INTS, ((SecP384R1FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECP384R1_FE_INTS; int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)12))); // for (int i = 0; i < len; ++i) int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005a: { // for (int i = 0; i < len; ++i) int32_t L_20 = V_2; int32_t L_21 = ___len2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0012; } } { // return new SecP384R1LookupTable(this, table, len); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_0; int32_t L_23 = ___len2; SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37 * L_24 = (SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37 *)il2cpp_codegen_object_new(SecP384R1LookupTable_tB9808D069DDFA5455326DC60E5DC689052975F37_il2cpp_TypeInfo_var); SecP384R1LookupTable__ctor_m3F66344E70C598EAD2695727044E6C2B2A1C6C22(L_24, __this, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Curve::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Curve__cctor_m415F0C983282A019351A351D005768CA803EFA1E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41929A1E7BFDE1DA15DF6EAB590A9A0BE1C2669F); s_Il2CppMethodInitialized = true; } { // public static readonly BigInteger q = new BigInteger(1, // Hex.Decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF0000000000000000FFFFFFFF")); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral41929A1E7BFDE1DA15DF6EAB590A9A0BE1C2669F, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_1, 1, L_0, /*hidden argument*/NULL); ((SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var))->set_q_16(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Add_m54945B496B80724D4C769285BC8A66C7F90F5934 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat.Add(12, x, y, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z2; uint32_t L_3; L_3 = Nat_Add_m8A7430FD1CEF372A76EC7AC3DCCD83377F23F2AA(((int32_t)12), L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0 || (z[11] == P11 && Nat.Gte(12, z, P))) if (L_3) { goto IL_0022; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z2; NullCheck(L_4); int32_t L_5 = ((int32_t)11); uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0028; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); bool L_9; L_9 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)12), L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0028; } } IL_0022: { // AddPInvTo(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_AddPInvTo_mD9434D2196D376D5C7AC1172239839AA5BA3709B(L_10, /*hidden argument*/NULL); } IL_0028: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::AddExt(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_AddExt_mE27E56B114BB715BC63DF93D58B253AB9759BA7C (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___yy1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat.Add(24, xx, yy, zz); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___xx0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___yy1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___zz2; uint32_t L_3; L_3 = Nat_Add_m8A7430FD1CEF372A76EC7AC3DCCD83377F23F2AA(((int32_t)24), L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0 || (zz[23] == PExt23 && Nat.Gte(24, zz, PExt))) if (L_3) { goto IL_0022; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___zz2; NullCheck(L_4); int32_t L_5 = ((int32_t)23); uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0046; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___zz2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_PExt_1(); bool L_9; L_9 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)24), L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0046; } } IL_0022: { // if (Nat.AddTo(PExtInv.Length, PExtInv, zz) != 0) IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_PExtInv_2(); NullCheck(L_10); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_PExtInv_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___zz2; uint32_t L_13; L_13 = Nat_AddTo_m782E7F897AA6023BCE3490F1FB12EA952EA3329F(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0046; } } { // Nat.IncAt(24, zz, PExtInv.Length); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___zz2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_PExtInv_2(); NullCheck(L_15); uint32_t L_16; L_16 = Nat_IncAt_mD81188E13F7748C436D2324592DDE74036D1BA6B(((int32_t)24), L_14, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); } IL_0046: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::AddOne(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_AddOne_mC6F90CEA01AC28FE621D20E8011E0C1720D79CE6 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat.Inc(12, x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___z1; uint32_t L_2; L_2 = Nat_Inc_m7CB729069F0AEF8ED280BDD114512135B90EE31D(((int32_t)12), L_0, L_1, /*hidden argument*/NULL); // if (c != 0 || (z[11] == P11 && Nat.Gte(12, z, P))) if (L_2) { goto IL_0021; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z1; NullCheck(L_3); int32_t L_4 = ((int32_t)11); uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0027; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); bool L_8; L_8 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)12), L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0027; } } IL_0021: { // AddPInvTo(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_AddPInvTo_mD9434D2196D376D5C7AC1172239839AA5BA3709B(L_9, /*hidden argument*/NULL); } IL_0027: { // } return; } } // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* SecP384R1Field_FromBigInteger_m19BEC855B15DB6E42B9B0E5D3620BAC2F4DDCC0A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.FromBigInteger(384, x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = Nat_FromBigInteger_mC9B70F94CDC9641E08CEDC5A8830072CCE7C54DB(((int32_t)384), L_0, /*hidden argument*/NULL); V_0 = L_1; // if (z[11] == P11 && Nat.Gte(12, z, P)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; NullCheck(L_2); int32_t L_3 = ((int32_t)11); uint32_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0030; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); bool L_7; L_7 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)12), L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0030; } } { // Nat.SubFrom(12, P, z); IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; int32_t L_10; L_10 = Nat_SubFrom_m03FE7B2CEE3A58735F779EEE8D6A903FCEF7E58D(((int32_t)12), L_8, L_9, /*hidden argument*/NULL); } IL_0030: { // return z; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; return L_11; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Half(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Half_mFDC6889FF518C21A90644E2502DB55D67F14D2AC (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // if ((x[0] & 1) == 0) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (((int32_t)((int32_t)L_2&(int32_t)1))) { goto IL_0013; } } { // Nat.ShiftDownBit(12, x, 0, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z1; uint32_t L_5; L_5 = Nat_ShiftDownBit_m0823C8B3D0F9C0A8E4458CCC7CBEB50121326A77(((int32_t)12), L_3, 0, L_4, /*hidden argument*/NULL); // } return; } IL_0013: { // uint c = Nat.Add(12, x, P, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z1; uint32_t L_9; L_9 = Nat_Add_m8A7430FD1CEF372A76EC7AC3DCCD83377F23F2AA(((int32_t)12), L_6, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; // Nat.ShiftDownBit(12, z, c); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ___z1; uint32_t L_11 = V_0; uint32_t L_12; L_12 = Nat_ShiftDownBit_mD7E6D7A718512A2950007E93A3969B24F8917A3B(((int32_t)12), L_10, L_11, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Multiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat.Create(24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)24), /*hidden argument*/NULL); V_0 = L_0; // Nat384.Mul(x, y, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; Nat384_Mul_m4CEBE1836A891B3A51F3E21B6B42CE36889B82C0(L_1, L_2, L_3, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Reduce_mA46E57B06C4FF5FE6DBA3A9149C6371B26DCE68B(L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Negate(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Negate_m7379339517D70C1D2F4E0205BBB3857CB316664D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Nat.IsZero(12, x)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; bool L_1; L_1 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)12), L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // Nat.Zero(12, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z1; Nat_Zero_m67C872A78FEE58E3F9E5C5A1BC44EB510CAFFA55(((int32_t)12), L_2, /*hidden argument*/NULL); // } return; } IL_0013: { // Nat.Sub(12, P, x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z1; int32_t L_6; L_6 = Nat_Sub_m316F2AB451AD98F9160D0F53EEA7D30E1AF756C4(((int32_t)12), L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Reduce(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Reduce_mA46E57B06C4FF5FE6DBA3A9149C6371B26DCE68B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_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; int64_t V_4 = 0; int64_t V_5 = 0; int64_t V_6 = 0; int64_t V_7 = 0; int64_t V_8 = 0; int64_t V_9 = 0; int64_t V_10 = 0; int64_t V_11 = 0; int64_t V_12 = 0; int64_t V_13 = 0; int64_t V_14 = 0; int64_t V_15 = 0; int64_t V_16 = 0; { // long xx16 = xx[16], xx17 = xx[17], xx18 = xx[18], xx19 = xx[19]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___xx0; NullCheck(L_0); int32_t L_1 = ((int32_t)16); uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int64_t)((uint64_t)L_2)); // long xx16 = xx[16], xx17 = xx[17], xx18 = xx[18], xx19 = xx[19]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___xx0; NullCheck(L_3); int32_t L_4 = ((int32_t)17); uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = ((int64_t)((uint64_t)L_5)); // long xx16 = xx[16], xx17 = xx[17], xx18 = xx[18], xx19 = xx[19]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___xx0; NullCheck(L_6); int32_t L_7 = ((int32_t)18); uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = ((int64_t)((uint64_t)L_8)); // long xx16 = xx[16], xx17 = xx[17], xx18 = xx[18], xx19 = xx[19]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___xx0; NullCheck(L_9); int32_t L_10 = ((int32_t)19); uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = ((int64_t)((uint64_t)L_11)); // long xx20 = xx[20], xx21 = xx[21], xx22 = xx[22], xx23 = xx[23]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___xx0; NullCheck(L_12); int32_t L_13 = ((int32_t)20); uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_4 = ((int64_t)((uint64_t)L_14)); // long xx20 = xx[20], xx21 = xx[21], xx22 = xx[22], xx23 = xx[23]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___xx0; NullCheck(L_15); int32_t L_16 = ((int32_t)21); uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_5 = ((int64_t)((uint64_t)L_17)); // long xx20 = xx[20], xx21 = xx[21], xx22 = xx[22], xx23 = xx[23]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___xx0; NullCheck(L_18); int32_t L_19 = ((int32_t)22); uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_6 = ((int64_t)((uint64_t)L_20)); // long xx20 = xx[20], xx21 = xx[21], xx22 = xx[22], xx23 = xx[23]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = ___xx0; NullCheck(L_21); int32_t L_22 = ((int32_t)23); uint32_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_7 = ((int64_t)((uint64_t)L_23)); // long t0 = (long)xx[12] + xx20 - n; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ___xx0; NullCheck(L_24); int32_t L_25 = ((int32_t)12); uint32_t L_26 = (L_24)->GetAt(static_cast(L_25)); int64_t L_27 = V_4; V_8 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_26)), (int64_t)L_27)), (int64_t)((int64_t)((int64_t)1)))); // long t1 = (long)xx[13] + xx22; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = ___xx0; NullCheck(L_28); int32_t L_29 = ((int32_t)13); uint32_t L_30 = (L_28)->GetAt(static_cast(L_29)); int64_t L_31 = V_6; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_30)), (int64_t)L_31)); // long t2 = (long)xx[14] + xx22 + xx23; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = ___xx0; NullCheck(L_32); int32_t L_33 = ((int32_t)14); uint32_t L_34 = (L_32)->GetAt(static_cast(L_33)); int64_t L_35 = V_6; int64_t L_36 = V_7; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_34)), (int64_t)L_35)), (int64_t)L_36)); // long t3 = (long)xx[15] + xx23; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = ___xx0; NullCheck(L_37); int32_t L_38 = ((int32_t)15); uint32_t L_39 = (L_37)->GetAt(static_cast(L_38)); int64_t L_40 = V_7; V_11 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_39)), (int64_t)L_40)); // long t4 = xx17 + xx21; int64_t L_41 = V_1; int64_t L_42 = V_5; V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_41, (int64_t)L_42)); // long t5 = xx21 - xx23; int64_t L_43 = V_5; int64_t L_44 = V_7; V_13 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_43, (int64_t)L_44)); // long t6 = xx22 - xx23; int64_t L_45 = V_6; int64_t L_46 = V_7; V_14 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_45, (int64_t)L_46)); // long t7 = t0 + t5; int64_t L_47 = V_8; int64_t L_48 = V_13; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_47, (int64_t)L_48)); // long cc = 0; V_16 = ((int64_t)((int64_t)0)); // cc += (long)xx[0] + t7; int64_t L_49 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ___xx0; NullCheck(L_50); int32_t L_51 = 0; uint32_t L_52 = (L_50)->GetAt(static_cast(L_51)); int64_t L_53 = V_15; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_49, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_52)), (int64_t)L_53)))); // z[0] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = ___z1; int64_t L_55 = V_16; NullCheck(L_54); (L_54)->SetAt(static_cast(0), (uint32_t)((int32_t)((uint32_t)L_55))); // cc >>= 32; int64_t L_56 = V_16; V_16 = ((int64_t)((int64_t)L_56>>(int32_t)((int32_t)32))); // cc += (long)xx[1] + xx23 - t0 + t1; int64_t L_57 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = ___xx0; NullCheck(L_58); int32_t L_59 = 1; uint32_t L_60 = (L_58)->GetAt(static_cast(L_59)); int64_t L_61 = V_7; int64_t L_62 = V_8; int64_t L_63 = V_9; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_57, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_60)), (int64_t)L_61)), (int64_t)L_62)), (int64_t)L_63)))); // z[1] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = ___z1; int64_t L_65 = V_16; NullCheck(L_64); (L_64)->SetAt(static_cast(1), (uint32_t)((int32_t)((uint32_t)L_65))); // cc >>= 32; int64_t L_66 = V_16; V_16 = ((int64_t)((int64_t)L_66>>(int32_t)((int32_t)32))); // cc += (long)xx[2] - xx21 - t1 + t2; int64_t L_67 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ___xx0; NullCheck(L_68); int32_t L_69 = 2; uint32_t L_70 = (L_68)->GetAt(static_cast(L_69)); int64_t L_71 = V_5; int64_t L_72 = V_9; int64_t L_73 = V_10; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_67, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_70)), (int64_t)L_71)), (int64_t)L_72)), (int64_t)L_73)))); // z[2] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = ___z1; int64_t L_75 = V_16; NullCheck(L_74); (L_74)->SetAt(static_cast(2), (uint32_t)((int32_t)((uint32_t)L_75))); // cc >>= 32; int64_t L_76 = V_16; V_16 = ((int64_t)((int64_t)L_76>>(int32_t)((int32_t)32))); // cc += (long)xx[3] - t2 + t3 + t7; int64_t L_77 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = ___xx0; NullCheck(L_78); int32_t L_79 = 3; uint32_t L_80 = (L_78)->GetAt(static_cast(L_79)); int64_t L_81 = V_10; int64_t L_82 = V_11; int64_t L_83 = V_15; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_77, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_80)), (int64_t)L_81)), (int64_t)L_82)), (int64_t)L_83)))); // z[3] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_84 = ___z1; int64_t L_85 = V_16; NullCheck(L_84); (L_84)->SetAt(static_cast(3), (uint32_t)((int32_t)((uint32_t)L_85))); // cc >>= 32; int64_t L_86 = V_16; V_16 = ((int64_t)((int64_t)L_86>>(int32_t)((int32_t)32))); // cc += (long)xx[4] + xx16 + xx21 + t1 - t3 + t7; int64_t L_87 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_88 = ___xx0; NullCheck(L_88); int32_t L_89 = 4; uint32_t L_90 = (L_88)->GetAt(static_cast(L_89)); int64_t L_91 = V_0; int64_t L_92 = V_5; int64_t L_93 = V_9; int64_t L_94 = V_11; int64_t L_95 = V_15; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_87, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_90)), (int64_t)L_91)), (int64_t)L_92)), (int64_t)L_93)), (int64_t)L_94)), (int64_t)L_95)))); // z[4] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = ___z1; int64_t L_97 = V_16; NullCheck(L_96); (L_96)->SetAt(static_cast(4), (uint32_t)((int32_t)((uint32_t)L_97))); // cc >>= 32; int64_t L_98 = V_16; V_16 = ((int64_t)((int64_t)L_98>>(int32_t)((int32_t)32))); // cc += (long)xx[5] - xx16 + t1 + t2 + t4; int64_t L_99 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = ___xx0; NullCheck(L_100); int32_t L_101 = 5; uint32_t L_102 = (L_100)->GetAt(static_cast(L_101)); int64_t L_103 = V_0; int64_t L_104 = V_9; int64_t L_105 = V_10; int64_t L_106 = V_12; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_99, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_102)), (int64_t)L_103)), (int64_t)L_104)), (int64_t)L_105)), (int64_t)L_106)))); // z[5] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_107 = ___z1; int64_t L_108 = V_16; NullCheck(L_107); (L_107)->SetAt(static_cast(5), (uint32_t)((int32_t)((uint32_t)L_108))); // cc >>= 32; int64_t L_109 = V_16; V_16 = ((int64_t)((int64_t)L_109>>(int32_t)((int32_t)32))); // cc += (long)xx[6] + xx18 - xx17 + t2 + t3; int64_t L_110 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_111 = ___xx0; NullCheck(L_111); int32_t L_112 = 6; uint32_t L_113 = (L_111)->GetAt(static_cast(L_112)); int64_t L_114 = V_2; int64_t L_115 = V_1; int64_t L_116 = V_10; int64_t L_117 = V_11; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_110, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_113)), (int64_t)L_114)), (int64_t)L_115)), (int64_t)L_116)), (int64_t)L_117)))); // z[6] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = ___z1; int64_t L_119 = V_16; NullCheck(L_118); (L_118)->SetAt(static_cast(6), (uint32_t)((int32_t)((uint32_t)L_119))); // cc >>= 32; int64_t L_120 = V_16; V_16 = ((int64_t)((int64_t)L_120>>(int32_t)((int32_t)32))); // cc += (long)xx[7] + xx16 + xx19 - xx18 + t3; int64_t L_121 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = ___xx0; NullCheck(L_122); int32_t L_123 = 7; uint32_t L_124 = (L_122)->GetAt(static_cast(L_123)); int64_t L_125 = V_0; int64_t L_126 = V_3; int64_t L_127 = V_2; int64_t L_128 = V_11; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_121, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_124)), (int64_t)L_125)), (int64_t)L_126)), (int64_t)L_127)), (int64_t)L_128)))); // z[7] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_129 = ___z1; int64_t L_130 = V_16; NullCheck(L_129); (L_129)->SetAt(static_cast(7), (uint32_t)((int32_t)((uint32_t)L_130))); // cc >>= 32; int64_t L_131 = V_16; V_16 = ((int64_t)((int64_t)L_131>>(int32_t)((int32_t)32))); // cc += (long)xx[8] + xx16 + xx17 + xx20 - xx19; int64_t L_132 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_133 = ___xx0; NullCheck(L_133); int32_t L_134 = 8; uint32_t L_135 = (L_133)->GetAt(static_cast(L_134)); int64_t L_136 = V_0; int64_t L_137 = V_1; int64_t L_138 = V_4; int64_t L_139 = V_3; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_132, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_135)), (int64_t)L_136)), (int64_t)L_137)), (int64_t)L_138)), (int64_t)L_139)))); // z[8] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = ___z1; int64_t L_141 = V_16; NullCheck(L_140); (L_140)->SetAt(static_cast(8), (uint32_t)((int32_t)((uint32_t)L_141))); // cc >>= 32; int64_t L_142 = V_16; V_16 = ((int64_t)((int64_t)L_142>>(int32_t)((int32_t)32))); // cc += (long)xx[9] + xx18 - xx20 + t4; int64_t L_143 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_144 = ___xx0; NullCheck(L_144); int32_t L_145 = ((int32_t)9); uint32_t L_146 = (L_144)->GetAt(static_cast(L_145)); int64_t L_147 = V_2; int64_t L_148 = V_4; int64_t L_149 = V_12; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_143, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_146)), (int64_t)L_147)), (int64_t)L_148)), (int64_t)L_149)))); // z[9] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_150 = ___z1; int64_t L_151 = V_16; NullCheck(L_150); (L_150)->SetAt(static_cast(((int32_t)9)), (uint32_t)((int32_t)((uint32_t)L_151))); // cc >>= 32; int64_t L_152 = V_16; V_16 = ((int64_t)((int64_t)L_152>>(int32_t)((int32_t)32))); // cc += (long)xx[10] + xx18 + xx19 - t5 + t6; int64_t L_153 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_154 = ___xx0; NullCheck(L_154); int32_t L_155 = ((int32_t)10); uint32_t L_156 = (L_154)->GetAt(static_cast(L_155)); int64_t L_157 = V_2; int64_t L_158 = V_3; int64_t L_159 = V_13; int64_t L_160 = V_14; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_153, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_156)), (int64_t)L_157)), (int64_t)L_158)), (int64_t)L_159)), (int64_t)L_160)))); // z[10] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_161 = ___z1; int64_t L_162 = V_16; NullCheck(L_161); (L_161)->SetAt(static_cast(((int32_t)10)), (uint32_t)((int32_t)((uint32_t)L_162))); // cc >>= 32; int64_t L_163 = V_16; V_16 = ((int64_t)((int64_t)L_163>>(int32_t)((int32_t)32))); // cc += (long)xx[11] + xx19 + xx20 - t6; int64_t L_164 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_165 = ___xx0; NullCheck(L_165); int32_t L_166 = ((int32_t)11); uint32_t L_167 = (L_165)->GetAt(static_cast(L_166)); int64_t L_168 = V_3; int64_t L_169 = V_4; int64_t L_170 = V_14; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_164, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_167)), (int64_t)L_168)), (int64_t)L_169)), (int64_t)L_170)))); // z[11] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_171 = ___z1; int64_t L_172 = V_16; NullCheck(L_171); (L_171)->SetAt(static_cast(((int32_t)11)), (uint32_t)((int32_t)((uint32_t)L_172))); // cc >>= 32; int64_t L_173 = V_16; V_16 = ((int64_t)((int64_t)L_173>>(int32_t)((int32_t)32))); // cc += n; int64_t L_174 = V_16; V_16 = ((int64_t)il2cpp_codegen_add((int64_t)L_174, (int64_t)((int64_t)((int64_t)1)))); // Reduce32((uint)cc, z); int64_t L_175 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_176 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Reduce32_m71EEEF1D3DE7E6CE59E2ADAE8FFD3390B8660D17(((int32_t)((uint32_t)L_175)), L_176, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Reduce32(System.UInt32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Reduce32_m71EEEF1D3DE7E6CE59E2ADAE8FFD3390B8660D17 (uint32_t ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { // long cc = 0; V_0 = ((int64_t)((int64_t)0)); // if (x != 0) uint32_t L_0 = ___x0; if (!L_0) { goto IL_0069; } } { // long xx12 = x; uint32_t L_1 = ___x0; V_1 = ((int64_t)((uint64_t)L_1)); // cc += (long)z[0] + xx12; int64_t L_2 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z1; NullCheck(L_3); int32_t L_4 = 0; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); int64_t L_6 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_5)), (int64_t)L_6)))); // z[0] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___z1; int64_t L_8 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (uint32_t)((int32_t)((uint32_t)L_8))); // cc >>= 32; int64_t L_9 = V_0; V_0 = ((int64_t)((int64_t)L_9>>(int32_t)((int32_t)32))); // cc += (long)z[1] - xx12; int64_t L_10 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___z1; NullCheck(L_11); int32_t L_12 = 1; uint32_t L_13 = (L_11)->GetAt(static_cast(L_12)); int64_t L_14 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_13)), (int64_t)L_14)))); // z[1] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z1; int64_t L_16 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(1), (uint32_t)((int32_t)((uint32_t)L_16))); // cc >>= 32; int64_t L_17 = V_0; V_0 = ((int64_t)((int64_t)L_17>>(int32_t)((int32_t)32))); // if (cc != 0) int64_t L_18 = V_0; if (!L_18) { goto IL_0043; } } { // cc += (long)z[2]; int64_t L_19 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = ___z1; NullCheck(L_20); int32_t L_21 = 2; uint32_t L_22 = (L_20)->GetAt(static_cast(L_21)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_19, (int64_t)((int64_t)((uint64_t)L_22)))); // z[2] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = ___z1; int64_t L_24 = V_0; NullCheck(L_23); (L_23)->SetAt(static_cast(2), (uint32_t)((int32_t)((uint32_t)L_24))); // cc >>= 32; int64_t L_25 = V_0; V_0 = ((int64_t)((int64_t)L_25>>(int32_t)((int32_t)32))); } IL_0043: { // cc += (long)z[3] + xx12; int64_t L_26 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = ___z1; NullCheck(L_27); int32_t L_28 = 3; uint32_t L_29 = (L_27)->GetAt(static_cast(L_28)); int64_t L_30 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_29)), (int64_t)L_30)))); // z[3] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = ___z1; int64_t L_32 = V_0; NullCheck(L_31); (L_31)->SetAt(static_cast(3), (uint32_t)((int32_t)((uint32_t)L_32))); // cc >>= 32; int64_t L_33 = V_0; V_0 = ((int64_t)((int64_t)L_33>>(int32_t)((int32_t)32))); // cc += (long)z[4] + xx12; int64_t L_34 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = ___z1; NullCheck(L_35); int32_t L_36 = 4; uint32_t L_37 = (L_35)->GetAt(static_cast(L_36)); int64_t L_38 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_34, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_37)), (int64_t)L_38)))); // z[4] = (uint)cc; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = ___z1; int64_t L_40 = V_0; NullCheck(L_39); (L_39)->SetAt(static_cast(4), (uint32_t)((int32_t)((uint32_t)L_40))); // cc >>= 32; int64_t L_41 = V_0; V_0 = ((int64_t)((int64_t)L_41>>(int32_t)((int32_t)32))); } IL_0069: { // if ((cc != 0 && Nat.IncAt(12, z, 5) != 0) // || (z[11] == P11 && Nat.Gte(12, z, P))) int64_t L_42 = V_0; if (!L_42) { goto IL_0077; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ___z1; uint32_t L_44; L_44 = Nat_IncAt_mD81188E13F7748C436D2324592DDE74036D1BA6B(((int32_t)12), L_43, 5, /*hidden argument*/NULL); if (L_44) { goto IL_008d; } } IL_0077: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = ___z1; NullCheck(L_45); int32_t L_46 = ((int32_t)11); uint32_t L_47 = (L_45)->GetAt(static_cast(L_46)); if ((!(((uint32_t)L_47) == ((uint32_t)(-1))))) { goto IL_0093; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); bool L_50; L_50 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)12), L_48, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0093; } } IL_008d: { // AddPInvTo(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_AddPInvTo_mD9434D2196D376D5C7AC1172239839AA5BA3709B(L_51, /*hidden argument*/NULL); } IL_0093: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat.Create(24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)24), /*hidden argument*/NULL); V_0 = L_0; // Nat384.Square(x, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; Nat384_Square_m2AF4BAE1320CF0542A0A8C9C22106981C026AE6E(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Reduce_mA46E57B06C4FF5FE6DBA3A9149C6371B26DCE68B(L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::SquareN(System.UInt32[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___n1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat.Create(24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)24), /*hidden argument*/NULL); V_0 = L_0; // Nat384.Square(x, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; Nat384_Square_m2AF4BAE1320CF0542A0A8C9C22106981C026AE6E(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Reduce_mA46E57B06C4FF5FE6DBA3A9149C6371B26DCE68B(L_3, L_4, /*hidden argument*/NULL); goto IL_0026; } IL_0018: { // Nat384.Square(z, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; Nat384_Square_m2AF4BAE1320CF0542A0A8C9C22106981C026AE6E(L_5, L_6, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Reduce_mA46E57B06C4FF5FE6DBA3A9149C6371B26DCE68B(L_7, L_8, /*hidden argument*/NULL); } IL_0026: { // while (--n > 0) int32_t L_9 = ___n1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); ___n1 = L_10; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0018; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Subtract(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // int c = Nat.Sub(12, x, y, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z2; int32_t L_3; L_3 = Nat_Sub_m316F2AB451AD98F9160D0F53EEA7D30E1AF756C4(((int32_t)12), L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0) if (!L_3) { goto IL_0012; } } { // SubPInvFrom(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_SubPInvFrom_mD5DBD29D90C23EA51AD8530DBE6CFA8025C8F396(L_4, /*hidden argument*/NULL); } IL_0012: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::SubtractExt(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_SubtractExt_mEB5F11222A96E2793B72D64BC8170F1FBA644BB8 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___yy1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // int c = Nat.Sub(24, xx, yy, zz); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___xx0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___yy1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___zz2; int32_t L_3; L_3 = Nat_Sub_m316F2AB451AD98F9160D0F53EEA7D30E1AF756C4(((int32_t)24), L_0, L_1, L_2, /*hidden argument*/NULL); // if (c != 0) if (!L_3) { goto IL_0030; } } { // if (Nat.SubFrom(PExtInv.Length, PExtInv, zz) != 0) IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_PExtInv_2(); NullCheck(L_4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_PExtInv_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___zz2; int32_t L_7; L_7 = Nat_SubFrom_m03FE7B2CEE3A58735F779EEE8D6A903FCEF7E58D(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0030; } } { // Nat.DecAt(24, zz, PExtInv.Length); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___zz2; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_PExtInv_2(); NullCheck(L_9); int32_t L_10; L_10 = Nat_DecAt_mE2A4F82C080618B78205E23B785EF8C8BFCBA40B(((int32_t)24), L_8, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), /*hidden argument*/NULL); } IL_0030: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::Twice(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_Twice_m426E0CD23D0920E00DB1E156EDB73B4D5B6937D5 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint c = Nat.ShiftUpBit(12, x, 0, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___z1; uint32_t L_2; L_2 = Nat_ShiftUpBit_m366A0046C19EE3C8E70566D99027726DAA8BB5D3(((int32_t)12), L_0, 0, L_1, /*hidden argument*/NULL); // if (c != 0 || (z[11] == P11 && Nat.Gte(12, z, P))) if (L_2) { goto IL_0022; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z1; NullCheck(L_3); int32_t L_4 = ((int32_t)11); uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0028; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); bool L_8; L_8 = Nat_Gte_m7D4E0387ED7856767F864E0715B5960995B5AFB1(((int32_t)12), L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0028; } } IL_0022: { // AddPInvTo(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_AddPInvTo_mD9434D2196D376D5C7AC1172239839AA5BA3709B(L_9, /*hidden argument*/NULL); } IL_0028: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::AddPInvTo(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_AddPInvTo_mD9434D2196D376D5C7AC1172239839AA5BA3709B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method) { int64_t V_0 = 0; { // long c = (long)z[0] + 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___z0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_2)), (int64_t)((int64_t)((int64_t)1)))); // z[0] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z0; int64_t L_4 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint32_t)((int32_t)((uint32_t)L_4))); // c >>= 32; int64_t L_5 = V_0; V_0 = ((int64_t)((int64_t)L_5>>(int32_t)((int32_t)32))); // c += (long)z[1] - 1; int64_t L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___z0; NullCheck(L_7); int32_t L_8 = 1; uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_9)), (int64_t)((int64_t)((int64_t)1)))))); // z[1] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ___z0; int64_t L_11 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(1), (uint32_t)((int32_t)((uint32_t)L_11))); // c >>= 32; int64_t L_12 = V_0; V_0 = ((int64_t)((int64_t)L_12>>(int32_t)((int32_t)32))); // if (c != 0) int64_t L_13 = V_0; if (!L_13) { goto IL_003a; } } { // c += (long)z[2]; int64_t L_14 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z0; NullCheck(L_15); int32_t L_16 = 2; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)((int64_t)((uint64_t)L_17)))); // z[2] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___z0; int64_t L_19 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(2), (uint32_t)((int32_t)((uint32_t)L_19))); // c >>= 32; int64_t L_20 = V_0; V_0 = ((int64_t)((int64_t)L_20>>(int32_t)((int32_t)32))); } IL_003a: { // c += (long)z[3] + 1; int64_t L_21 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = ___z0; NullCheck(L_22); int32_t L_23 = 3; uint32_t L_24 = (L_22)->GetAt(static_cast(L_23)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_24)), (int64_t)((int64_t)((int64_t)1)))))); // z[3] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = ___z0; int64_t L_26 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(3), (uint32_t)((int32_t)((uint32_t)L_26))); // c >>= 32; int64_t L_27 = V_0; V_0 = ((int64_t)((int64_t)L_27>>(int32_t)((int32_t)32))); // c += (long)z[4] + 1; int64_t L_28 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = ___z0; NullCheck(L_29); int32_t L_30 = 4; uint32_t L_31 = (L_29)->GetAt(static_cast(L_30)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_28, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_31)), (int64_t)((int64_t)((int64_t)1)))))); // z[4] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = ___z0; int64_t L_33 = V_0; NullCheck(L_32); (L_32)->SetAt(static_cast(4), (uint32_t)((int32_t)((uint32_t)L_33))); // c >>= 32; int64_t L_34 = V_0; V_0 = ((int64_t)((int64_t)L_34>>(int32_t)((int32_t)32))); // if (c != 0) int64_t L_35 = V_0; if (!L_35) { goto IL_006f; } } { // Nat.IncAt(12, z, 5); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___z0; uint32_t L_37; L_37 = Nat_IncAt_mD81188E13F7748C436D2324592DDE74036D1BA6B(((int32_t)12), L_36, 5, /*hidden argument*/NULL); } IL_006f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::SubPInvFrom(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field_SubPInvFrom_mD5DBD29D90C23EA51AD8530DBE6CFA8025C8F396 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method) { int64_t V_0 = 0; { // long c = (long)z[0] - 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___z0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_2)), (int64_t)((int64_t)((int64_t)1)))); // z[0] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___z0; int64_t L_4 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint32_t)((int32_t)((uint32_t)L_4))); // c >>= 32; int64_t L_5 = V_0; V_0 = ((int64_t)((int64_t)L_5>>(int32_t)((int32_t)32))); // c += (long)z[1] + 1; int64_t L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___z0; NullCheck(L_7); int32_t L_8 = 1; uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_9)), (int64_t)((int64_t)((int64_t)1)))))); // z[1] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ___z0; int64_t L_11 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(1), (uint32_t)((int32_t)((uint32_t)L_11))); // c >>= 32; int64_t L_12 = V_0; V_0 = ((int64_t)((int64_t)L_12>>(int32_t)((int32_t)32))); // if (c != 0) int64_t L_13 = V_0; if (!L_13) { goto IL_003a; } } { // c += (long)z[2]; int64_t L_14 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z0; NullCheck(L_15); int32_t L_16 = 2; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)((int64_t)((uint64_t)L_17)))); // z[2] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = ___z0; int64_t L_19 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(2), (uint32_t)((int32_t)((uint32_t)L_19))); // c >>= 32; int64_t L_20 = V_0; V_0 = ((int64_t)((int64_t)L_20>>(int32_t)((int32_t)32))); } IL_003a: { // c += (long)z[3] - 1; int64_t L_21 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = ___z0; NullCheck(L_22); int32_t L_23 = 3; uint32_t L_24 = (L_22)->GetAt(static_cast(L_23)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_24)), (int64_t)((int64_t)((int64_t)1)))))); // z[3] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = ___z0; int64_t L_26 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(3), (uint32_t)((int32_t)((uint32_t)L_26))); // c >>= 32; int64_t L_27 = V_0; V_0 = ((int64_t)((int64_t)L_27>>(int32_t)((int32_t)32))); // c += (long)z[4] - 1; int64_t L_28 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = ___z0; NullCheck(L_29); int32_t L_30 = 4; uint32_t L_31 = (L_29)->GetAt(static_cast(L_30)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_28, (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((uint64_t)L_31)), (int64_t)((int64_t)((int64_t)1)))))); // z[4] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = ___z0; int64_t L_33 = V_0; NullCheck(L_32); (L_32)->SetAt(static_cast(4), (uint32_t)((int32_t)((uint32_t)L_33))); // c >>= 32; int64_t L_34 = V_0; V_0 = ((int64_t)((int64_t)L_34>>(int32_t)((int32_t)32))); // if (c != 0) int64_t L_35 = V_0; if (!L_35) { goto IL_006f; } } { // Nat.DecAt(12, z, 5); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ___z0; int32_t L_37; L_37 = Nat_DecAt_mE2A4F82C080618B78205E23B785EF8C8BFCBA40B(((int32_t)12), L_36, 5, /*hidden argument*/NULL); } IL_006f: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field__ctor_m7FFD908B09025017129F78104E2A3E0FA4E4B30A (SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Field::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Field__cctor_mF82067B89137724C19EF24D28112893BE4F608CF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly uint[] P = new uint[]{ 0xFFFFFFFF, 0x00000000, 0x00000000, 0xFFFFFFFF, 0xFFFFFFFE, 0xFFFFFFFF, // 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->set_P_0(L_1); // internal static readonly uint[] PExt = new uint[]{ 0x00000001, 0xFFFFFFFE, 0x00000000, 0x00000002, 0x00000000, 0xFFFFFFFE, // 0x00000000, 0x00000002, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0xFFFFFFFE, 0x00000001, 0x00000000, // 0xFFFFFFFE, 0xFFFFFFFD, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->set_PExt_1(L_4); // private static readonly uint[] PExtInv = new uint[]{ 0xFFFFFFFF, 0x00000001, 0xFFFFFFFF, 0xFFFFFFFD, 0xFFFFFFFF, 0x00000001, // 0xFFFFFFFF, 0xFFFFFFFD, 0xFFFFFFFE, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x00000001, 0xFFFFFFFE, 0xFFFFFFFF, // 0x00000001, 0x00000002 }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->set_PExtInv_2(L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1FieldElement__ctor_mDE300A1E6A87741B3D94B6798021552993A062FC (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SecP384R1FieldElement(BigInteger x) AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // if (x == null || x.SignValue < 0 || x.CompareTo(Q) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; if (!L_0) { goto IL_0020; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0020; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_3); int32_t L_5; L_5 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0030; } } IL_0020: { // throw new ArgumentException("value invalid for SecP384R1FieldElement", "x"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82AE736140DFF6845FB562BE4AA433C94E497993)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecP384R1FieldElement__ctor_mDE300A1E6A87741B3D94B6798021552993A062FC_RuntimeMethod_var))); } IL_0030: { // this.x = SecP384R1Field.FromBigInteger(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8; L_8 = SecP384R1Field_FromBigInteger_m19BEC855B15DB6E42B9B0E5D3620BAC2F4DDCC0A(L_7, /*hidden argument*/NULL); __this->set_x_1(L_8); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1FieldElement__ctor_m93FA82C0451460DDEAE1B5A4964485C65BD88542 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { { // public SecP384R1FieldElement() AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // this.x = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); __this->set_x_1(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method) { { // protected internal SecP384R1FieldElement(uint[] x) AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // this.x = x; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; __this->set_x_1(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP384R1FieldElement_get_IsZero_m724E8C9FA4ECC9C2C1C0EB4AC53E82B4FEC27CD8 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { { // get { return Nat.IsZero(12, x); } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); bool L_1; L_1 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)12), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::get_IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP384R1FieldElement_get_IsOne_m21E2793CA06343BCB707519C50F059A53DD803E5 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { { // get { return Nat.IsOne(12, x); } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); bool L_1; L_1 = Nat_IsOne_m412B816D2D10858FEA8E91856E6E03E3478D7196(((int32_t)12), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP384R1FieldElement_TestBitZero_m9997C8592532811077A299BEF931A900C1E15DF5 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { { // return Nat.GetBit(x, 0) == 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); uint32_t L_1; L_1 = Nat_GetBit_mFA3370F60583440059DF0CF45D1082F7CA48C34F(L_0, 0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecP384R1FieldElement_ToBigInteger_mF9F28A7332F6B75F691AFE7C35C26F485B5ECFC4 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { { // return Nat.ToBigInteger(12, x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Nat_ToBigInteger_mB505E6A1BDC84B12CBD754B20C807B1D98BDA56A(((int32_t)12), L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::get_FieldName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecP384R1FieldElement_get_FieldName_m865198D8230B7EBF74ECF926AC2BC9EF0F8293C5 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94D5D746F8BE7B801D68C2829AF3803ECCF4FD8E); s_Il2CppMethodInitialized = true; } { // get { return "SecP384R1Field"; } return _stringLiteral94D5D746F8BE7B801D68C2829AF3803ECCF4FD8E; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP384R1FieldElement_get_FieldSize_m317B73E335BE9A732744431F7416D5D99B8968C6 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return Q.BitLength; } IL2CPP_RUNTIME_CLASS_INIT(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_Add_m4324C2AFE57DD32085C6C18ED499EE965C834E1B (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; // SecP384R1Field.Add(x, ((SecP384R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Add_m54945B496B80724D4C769285BC8A66C7F90F5934(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP384R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_6 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::AddOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_AddOne_m8B220A4B59A68AC5A4CBD4E003C34E28C1C37CD8 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; // SecP384R1Field.AddOne(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_AddOne_mC6F90CEA01AC28FE621D20E8011E0C1720D79CE6(L_1, L_2, /*hidden argument*/NULL); // return new SecP384R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_4 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_Subtract_mFC9D08530FBA285F87EC88978724CAE9505A361F (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; // SecP384R1Field.Subtract(x, ((SecP384R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP384R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_6 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_Multiply_mC926C21D70019F76A6B4110120EA0C9630D94235 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; // SecP384R1Field.Multiply(x, ((SecP384R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP384R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_6 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_Divide_m52E890F3E47B33C55D8E475095FF650FBB7E04BC (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; // Mod.Invert(SecP384R1Field.P, ((SecP384R1FieldElement)b).x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); Mod_Invert_m3A4BC73A50B198DB5D660E4FAFA307C0749CC0E7(L_1, L_3, L_4, /*hidden argument*/NULL); // SecP384R1Field.Multiply(z, x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_5, L_6, L_7, /*hidden argument*/NULL); // return new SecP384R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_9 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_Negate_m51C5D45814D16FCEBC658CD0CDACA10501DCC971 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; // SecP384R1Field.Negate(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Negate_m7379339517D70C1D2F4E0205BBB3857CB316664D(L_1, L_2, /*hidden argument*/NULL); // return new SecP384R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_4 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Square() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_Square_m008090FAEFBA1F542829B0ECBDAD692419C4525D (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; // SecP384R1Field.Square(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_1, L_2, /*hidden argument*/NULL); // return new SecP384R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_4 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Invert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_Invert_m7E4D7EB5FB4076F88CECBC91B63759112DC2F009 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_0 = L_0; // Mod.Invert(SecP384R1Field.P, x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); Mod_Invert_m3A4BC73A50B198DB5D660E4FAFA307C0749CC0E7(L_1, L_2, L_3, /*hidden argument*/NULL); // return new SecP384R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_5 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Sqrt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP384R1FieldElement_Sqrt_m975C4C8201512DC6D335579B7D52B998EE991D5F (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_3 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_5 = NULL; { // uint[] x1 = this.x; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); V_0 = L_0; // if (Nat.IsZero(12, x1) || Nat.IsOne(12, x1)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = V_0; bool L_2; L_2 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)12), L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; bool L_4; L_4 = Nat_IsOne_m412B816D2D10858FEA8E91856E6E03E3478D7196(((int32_t)12), L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } IL_001b: { // return this; return __this; } IL_001d: { // uint[] t1 = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5; L_5 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_1 = L_5; // uint[] t2 = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6; L_6 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_2 = L_6; // uint[] t3 = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7; L_7 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_3 = L_7; // uint[] t4 = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8; L_8 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_4 = L_8; // SecP384R1Field.Square(x1, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_9, L_10, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t1, x1, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = V_1; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_11, L_12, L_13, /*hidden argument*/NULL); // SecP384R1Field.SquareN(t1, 2, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = V_2; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_14, 2, L_15, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t2, t1, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_2; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_16, L_17, L_18, /*hidden argument*/NULL); // SecP384R1Field.Square(t2, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_2; SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_19, L_20, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t2, x1, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_2; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_21, L_22, L_23, /*hidden argument*/NULL); // SecP384R1Field.SquareN(t2, 5, t3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_3; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_24, 5, L_25, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t3, t2, t3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_3; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_26, L_27, L_28, /*hidden argument*/NULL); // SecP384R1Field.SquareN(t3, 5, t4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = V_4; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_29, 5, L_30, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t4, t2, t4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_4; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_31, L_32, L_33, /*hidden argument*/NULL); // SecP384R1Field.SquareN(t4, 15, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = V_2; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_34, ((int32_t)15), L_35, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t2, t4, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = V_2; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_36, L_37, L_38, /*hidden argument*/NULL); // SecP384R1Field.SquareN(t2, 2, t3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_3; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_39, 2, L_40, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t1, t3, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_1; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_41, L_42, L_43, /*hidden argument*/NULL); // SecP384R1Field.SquareN(t3, 28, t3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_3; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_44, ((int32_t)28), L_45, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t2, t3, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = V_2; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_46, L_47, L_48, /*hidden argument*/NULL); // SecP384R1Field.SquareN(t2, 60, t3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = V_3; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_49, ((int32_t)60), L_50, /*hidden argument*/NULL); // SecP384R1Field.Multiply(t3, t2, t3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = V_2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = V_3; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_51, L_52, L_53, /*hidden argument*/NULL); // uint[] r = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = V_2; V_5 = L_54; // SecP384R1Field.SquareN(t3, 120, r); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = V_5; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_55, ((int32_t)120), L_56, /*hidden argument*/NULL); // SecP384R1Field.Multiply(r, t3, r); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_5; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_57, L_58, L_59, /*hidden argument*/NULL); // SecP384R1Field.SquareN(r, 15, r); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = V_5; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_60, ((int32_t)15), L_61, /*hidden argument*/NULL); // SecP384R1Field.Multiply(r, t4, r); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_5; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_62, L_63, L_64, /*hidden argument*/NULL); // SecP384R1Field.SquareN(r, 33, r); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = V_5; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_65, ((int32_t)33), L_66, /*hidden argument*/NULL); // SecP384R1Field.Multiply(r, t1, r); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = V_5; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_67, L_68, L_69, /*hidden argument*/NULL); // SecP384R1Field.SquareN(r, 64, r); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_5; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_70, ((int32_t)64), L_71, /*hidden argument*/NULL); // SecP384R1Field.Multiply(r, x1, r); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = V_5; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_72, L_73, L_74, /*hidden argument*/NULL); // SecP384R1Field.SquareN(r, 30, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_5; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = V_1; SecP384R1Field_SquareN_m27EE02CFC2BAECC074ECB363443838DC968E9031(L_75, ((int32_t)30), L_76, /*hidden argument*/NULL); // SecP384R1Field.Square(t1, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = V_2; SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_77, L_78, /*hidden argument*/NULL); // return Nat.Eq(12, x1, t2) ? new SecP384R1FieldElement(t1) : null; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = V_2; bool L_81; L_81 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)12), L_79, L_80, /*hidden argument*/NULL); if (L_81) { goto IL_0149; } } { return (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL; } IL_0149: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = V_1; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_83 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_83, L_82, /*hidden argument*/NULL); return L_83; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP384R1FieldElement_Equals_mA095437663B1604D8F939EC8611D4654BF489DEE (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as SecP384R1FieldElement); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement) */, __this, ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)IsInstClass((RuntimeObject*)L_0, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP384R1FieldElement_Equals_m85ECEC6FA4DA837ECD3C21A69B9C21CEC709AC58 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(other as SecP384R1FieldElement); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___other0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement) */, __this, ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)IsInstClass((RuntimeObject*)L_0, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP384R1FieldElement_Equals_m905FB478BE1D12539A9D85C23C3BC5E97CA98861 (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * ___other0, const RuntimeMethod* method) { { // if (this == other) SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_0 = ___other0; if ((!(((RuntimeObject*)(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)__this) == ((RuntimeObject*)(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return Nat.Eq(12, x, other.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_3 = ___other0; NullCheck(L_3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3->get_x_1(); bool L_5; L_5 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)12), L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP384R1FieldElement_GetHashCode_mEF7631C26014A02ED0C8D533965321D96D7EFA5C (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Q.GetHashCode() ^ Arrays.GetHashCode(x, 0, 12); IL2CPP_RUNTIME_CLASS_INIT(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Arrays_GetHashCode_mDCFEDF8894216FF190D600B90FFBDED85D05C967(L_2, 0, ((int32_t)12), /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1FieldElement__cctor_mACF5159E2B02EC5B7D5C68C9A50326FFC028BC73 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly BigInteger Q = SecP384R1Curve.q; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1Curve_t7B0E7E7A557AB42513D324270CB440D21C8E79B8_il2cpp_TypeInfo_var))->get_q_16(); ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_StaticFields*)il2cpp_codegen_static_fields_for(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var))->set_Q_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Point__ctor_mBA49BEA62C6D098E1C29113B4DF5471F853E84E0 (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; SecP384R1Point__ctor_mA06A4BC0222813A8B585F2D0E340298A6A93616C(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Point__ctor_mA06A4BC0222813A8B585F2D0E340298A6A93616C (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractFpPoint__ctor_m42BA911AB715BDF0A21503C183F3E65D6D14507C(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecP384R1Point__ctor_mA06A4BC0222813A8B585F2D0E340298A6A93616C_RuntimeMethod_var))); } IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP384R1Point__ctor_m4FBB043CD86AACC388F5EB669A24500F28FB33E0 (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractFpPoint__ctor_m39302B31AA85EF4CD29A4F7239A98CEEAD0F93B6(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Point_Detach_mCE7102C1596F45FA31B3B2C035F160E30FC7E499 (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP384R1Point(null, AffineXCoord, AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * L_2 = (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)il2cpp_codegen_object_new(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); SecP384R1Point__ctor_mBA49BEA62C6D098E1C29113B4DF5471F853E84E0(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Point_Add_m966FF75225BB25232BB1AC2D0C6C9F795B4032ED (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_1 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_2 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_3 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_4 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_5 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_6 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_9 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_10 = NULL; bool V_11 = false; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_12 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_13 = NULL; bool V_14 = false; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_15 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_16 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_17 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_18 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_19 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_20 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_21 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_22 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_23 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_24 = NULL; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* V_25 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // if (this == b) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___b0; if ((!(((RuntimeObject*)(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_4)))) { goto IL_001f; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5; L_5 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_5; } IL_001f: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6; L_6 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_6; // SecP384R1FieldElement X1 = (SecP384R1FieldElement)this.RawXCoord, Y1 = (SecP384R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_7, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // SecP384R1FieldElement X1 = (SecP384R1FieldElement)this.RawXCoord, Y1 = (SecP384R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_8, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // SecP384R1FieldElement X2 = (SecP384R1FieldElement)b.RawXCoord, Y2 = (SecP384R1FieldElement)b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_9, /*hidden argument*/NULL); V_3 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_10, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // SecP384R1FieldElement X2 = (SecP384R1FieldElement)b.RawXCoord, Y2 = (SecP384R1FieldElement)b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___b0; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_11, /*hidden argument*/NULL); V_4 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_12, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // SecP384R1FieldElement Z1 = (SecP384R1FieldElement)this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13; L_13 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = (L_13)->GetAt(static_cast(L_14)); V_5 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_15, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // SecP384R1FieldElement Z2 = (SecP384R1FieldElement)b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = ___b0; NullCheck(L_16); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_6 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_19, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // uint[] tt1 = Nat.Create(24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20; L_20 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)24), /*hidden argument*/NULL); V_7 = L_20; // uint[] tt2 = Nat.Create(24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21; L_21 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)24), /*hidden argument*/NULL); V_8 = L_21; // uint[] t3 = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22; L_22 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_9 = L_22; // uint[] t4 = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23; L_23 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_10 = L_23; // bool Z1IsOne = Z1.IsOne; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_24 = V_5; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_24); V_11 = L_25; // if (Z1IsOne) bool L_26 = V_11; if (!L_26) { goto IL_00b9; } } { // U2 = X2.x; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_27 = V_3; NullCheck(L_27); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = L_27->get_x_1(); V_12 = L_28; // S2 = Y2.x; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_29 = V_4; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_x_1(); V_13 = L_30; // } goto IL_00fe; } IL_00b9: { // S2 = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_9; V_13 = L_31; // SecP384R1Field.Square(Z1.x, S2); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_32 = V_5; NullCheck(L_32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = L_32->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_13; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_33, L_34, /*hidden argument*/NULL); // U2 = tt2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = V_8; V_12 = L_35; // SecP384R1Field.Multiply(S2, X2.x, U2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_13; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_37 = V_3; NullCheck(L_37); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = L_37->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_12; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_36, L_38, L_39, /*hidden argument*/NULL); // SecP384R1Field.Multiply(S2, Z1.x, S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_13; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_41 = V_5; NullCheck(L_41); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = L_41->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_13; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_40, L_42, L_43, /*hidden argument*/NULL); // SecP384R1Field.Multiply(S2, Y2.x, S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_13; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_45 = V_4; NullCheck(L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = L_45->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_13; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_44, L_46, L_47, /*hidden argument*/NULL); } IL_00fe: { // bool Z2IsOne = Z2.IsOne; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_48 = V_6; NullCheck(L_48); bool L_49; L_49 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_48); V_14 = L_49; // if (Z2IsOne) bool L_50 = V_14; if (!L_50) { goto IL_011d; } } { // U1 = X1.x; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_51 = V_1; NullCheck(L_51); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = L_51->get_x_1(); V_15 = L_52; // S1 = Y1.x; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_53 = V_2; NullCheck(L_53); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = L_53->get_x_1(); V_16 = L_54; // } goto IL_0161; } IL_011d: { // S1 = t4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_10; V_16 = L_55; // SecP384R1Field.Square(Z2.x, S1); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_56 = V_6; NullCheck(L_56); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = L_56->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_16; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_57, L_58, /*hidden argument*/NULL); // U1 = tt1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_7; V_15 = L_59; // SecP384R1Field.Multiply(S1, X1.x, U1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_16; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_61 = V_1; NullCheck(L_61); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = L_61->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_15; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_60, L_62, L_63, /*hidden argument*/NULL); // SecP384R1Field.Multiply(S1, Z2.x, S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_16; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_65 = V_6; NullCheck(L_65); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = L_65->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = V_16; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_64, L_66, L_67, /*hidden argument*/NULL); // SecP384R1Field.Multiply(S1, Y1.x, S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = V_16; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_69 = V_2; NullCheck(L_69); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = L_69->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_16; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_68, L_70, L_71, /*hidden argument*/NULL); } IL_0161: { // uint[] H = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72; L_72 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_17 = L_72; // SecP384R1Field.Subtract(U1, U2, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = V_12; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_17; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_73, L_74, L_75, /*hidden argument*/NULL); // uint[] R = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76; L_76 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_18 = L_76; // SecP384R1Field.Subtract(S1, S2, R); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = V_13; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = V_18; SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_77, L_78, L_79, /*hidden argument*/NULL); // if (Nat.IsZero(12, H)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = V_17; bool L_81; L_81 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)12), L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_01ad; } } { // if (Nat.IsZero(12, R)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = V_18; bool L_83; L_83 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)12), L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_01a6; } } { // return this.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_84; L_84 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_84; } IL_01a6: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_85 = V_0; NullCheck(L_85); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_86; L_86 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_85); return L_86; } IL_01ad: { // uint[] HSquared = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_9; V_19 = L_87; // SecP384R1Field.Square(H, HSquared); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_88 = V_17; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = V_19; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_88, L_89, /*hidden argument*/NULL); // uint[] G = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90; L_90 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_20 = L_90; // SecP384R1Field.Multiply(HSquared, H, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_91 = V_19; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_92 = V_17; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = V_20; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_91, L_92, L_93, /*hidden argument*/NULL); // uint[] V = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = V_9; V_21 = L_94; // SecP384R1Field.Multiply(HSquared, U1, V); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = V_19; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = V_21; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_95, L_96, L_97, /*hidden argument*/NULL); // SecP384R1Field.Negate(G, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = V_20; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = V_20; SecP384R1Field_Negate_m7379339517D70C1D2F4E0205BBB3857CB316664D(L_98, L_99, /*hidden argument*/NULL); // Nat384.Mul(S1, G, tt1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = V_20; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_102 = V_7; Nat384_Mul_m4CEBE1836A891B3A51F3E21B6B42CE36889B82C0(L_100, L_101, L_102, /*hidden argument*/NULL); // c = Nat.AddBothTo(12, V, V, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_103 = V_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_104 = V_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = V_20; uint32_t L_106; L_106 = Nat_AddBothTo_m2C8639EFC65CE0E8B46B6B8465A1F94A7C34C33B(((int32_t)12), L_103, L_104, L_105, /*hidden argument*/NULL); // SecP384R1Field.Reduce32(c, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_107 = V_20; SecP384R1Field_Reduce32_m71EEEF1D3DE7E6CE59E2ADAE8FFD3390B8660D17(L_106, L_107, /*hidden argument*/NULL); // SecP384R1FieldElement X3 = new SecP384R1FieldElement(t4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_108 = V_10; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_109 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_109, L_108, /*hidden argument*/NULL); V_22 = L_109; // SecP384R1Field.Square(R, X3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = V_18; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_111 = V_22; NullCheck(L_111); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_112 = L_111->get_x_1(); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_110, L_112, /*hidden argument*/NULL); // SecP384R1Field.Subtract(X3.x, G, X3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_113 = V_22; NullCheck(L_113); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_114 = L_113->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_115 = V_20; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_116 = V_22; NullCheck(L_116); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = L_116->get_x_1(); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_114, L_115, L_117, /*hidden argument*/NULL); // SecP384R1FieldElement Y3 = new SecP384R1FieldElement(G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = V_20; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_119 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_119, L_118, /*hidden argument*/NULL); V_23 = L_119; // SecP384R1Field.Subtract(V, X3.x, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_120 = V_21; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_121 = V_22; NullCheck(L_121); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = L_121->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_123 = V_23; NullCheck(L_123); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_124 = L_123->get_x_1(); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_120, L_122, L_124, /*hidden argument*/NULL); // Nat384.Mul(Y3.x, R, tt2); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_125 = V_23; NullCheck(L_125); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_126 = L_125->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_127 = V_18; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = V_8; Nat384_Mul_m4CEBE1836A891B3A51F3E21B6B42CE36889B82C0(L_126, L_127, L_128, /*hidden argument*/NULL); // SecP384R1Field.AddExt(tt1, tt2, tt1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_129 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_130 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_131 = V_7; SecP384R1Field_AddExt_mE27E56B114BB715BC63DF93D58B253AB9759BA7C(L_129, L_130, L_131, /*hidden argument*/NULL); // SecP384R1Field.Reduce(tt1, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_132 = V_7; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_133 = V_23; NullCheck(L_133); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_134 = L_133->get_x_1(); SecP384R1Field_Reduce_mA46E57B06C4FF5FE6DBA3A9149C6371B26DCE68B(L_132, L_134, /*hidden argument*/NULL); // SecP384R1FieldElement Z3 = new SecP384R1FieldElement(H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_135 = V_17; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_136 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_136, L_135, /*hidden argument*/NULL); V_24 = L_136; // if (!Z1IsOne) bool L_137 = V_11; if (L_137) { goto IL_029f; } } { // SecP384R1Field.Multiply(Z3.x, Z1.x, Z3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_138 = V_24; NullCheck(L_138); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_139 = L_138->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_140 = V_5; NullCheck(L_140); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_141 = L_140->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_142 = V_24; NullCheck(L_142); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_143 = L_142->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_139, L_141, L_143, /*hidden argument*/NULL); } IL_029f: { // if (!Z2IsOne) bool L_144 = V_14; if (L_144) { goto IL_02bd; } } { // SecP384R1Field.Multiply(Z3.x, Z2.x, Z3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_145 = V_24; NullCheck(L_145); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_146 = L_145->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_147 = V_6; NullCheck(L_147); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_148 = L_147->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_149 = V_24; NullCheck(L_149); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_150 = L_149->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_146, L_148, L_150, /*hidden argument*/NULL); } IL_02bd: { // ECFieldElement[] zs = new ECFieldElement[] { Z3 }; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_151 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_152 = L_151; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_153 = V_24; NullCheck(L_152); ArrayElementTypeCheck (L_152, L_153); (L_152)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_153); V_25 = L_152; // return new SecP384R1Point(curve, X3, Y3, zs, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_154 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_155 = V_22; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_156 = V_23; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_157 = V_25; bool L_158; L_158 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * L_159 = (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)il2cpp_codegen_object_new(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); SecP384R1Point__ctor_m4FBB043CD86AACC388F5EB669A24500F28FB33E0(L_159, L_154, L_155, L_156, L_157, L_158, /*hidden argument*/NULL); return L_159; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Point_Twice_m9B422DC57ADFDD8EB84BAB72FB553A760A2D3FCB (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_1 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_2 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_3 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_5 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_6 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_9 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_10 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_11 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_12 = NULL; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * V_13 = NULL; bool G_B6_0 = false; bool G_B5_0 = false; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // SecP384R1FieldElement Y1 = (SecP384R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_2, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // if (Y1.IsZero) SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_002c; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_002c: { // SecP384R1FieldElement X1 = (SecP384R1FieldElement)this.RawXCoord, Z1 = (SecP384R1FieldElement)this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_2 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_7, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // SecP384R1FieldElement X1 = (SecP384R1FieldElement)this.RawXCoord, Z1 = (SecP384R1FieldElement)this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8; L_8 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = ((SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)CastclassClass((RuntimeObject*)L_10, SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var)); // uint[] t1 = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11; L_11 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_4 = L_11; // uint[] t2 = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12; L_12 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_5 = L_12; // uint[] Y1Squared = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13; L_13 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_6 = L_13; // SecP384R1Field.Square(Y1.x, Y1Squared); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_14 = V_1; NullCheck(L_14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = L_14->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_6; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_15, L_16, /*hidden argument*/NULL); // uint[] T = Nat.Create(12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17; L_17 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)12), /*hidden argument*/NULL); V_7 = L_17; // SecP384R1Field.Square(Y1Squared, T); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_7; SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_18, L_19, /*hidden argument*/NULL); // bool Z1IsOne = Z1.IsOne; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_20 = V_3; NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_20); // uint[] Z1Squared = Z1.x; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_22 = V_3; NullCheck(L_22); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = L_22->get_x_1(); V_8 = L_23; // if (!Z1IsOne) bool L_24 = L_21; G_B5_0 = L_24; if (L_24) { G_B6_0 = L_24; goto IL_00a2; } } { // Z1Squared = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_5; V_8 = L_25; // SecP384R1Field.Square(Z1.x, Z1Squared); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_26 = V_3; NullCheck(L_26); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = L_26->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_8; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_27, L_28, /*hidden argument*/NULL); G_B6_0 = G_B5_0; } IL_00a2: { // SecP384R1Field.Subtract(X1.x, Z1Squared, t1); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_29 = V_2; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_30, L_31, L_32, /*hidden argument*/NULL); // uint[] M = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_5; V_9 = L_33; // SecP384R1Field.Add(X1.x, Z1Squared, M); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_34 = V_2; NullCheck(L_34); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = L_34->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_9; SecP384R1Field_Add_m54945B496B80724D4C769285BC8A66C7F90F5934(L_35, L_36, L_37, /*hidden argument*/NULL); // SecP384R1Field.Multiply(M, t1, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_9; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_38, L_39, L_40, /*hidden argument*/NULL); // c = Nat.AddBothTo(12, M, M, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_9; uint32_t L_44; L_44 = Nat_AddBothTo_m2C8639EFC65CE0E8B46B6B8465A1F94A7C34C33B(((int32_t)12), L_41, L_42, L_43, /*hidden argument*/NULL); // SecP384R1Field.Reduce32(c, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_9; SecP384R1Field_Reduce32_m71EEEF1D3DE7E6CE59E2ADAE8FFD3390B8660D17(L_44, L_45, /*hidden argument*/NULL); // uint[] S = Y1Squared; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_6; V_10 = L_46; // SecP384R1Field.Multiply(Y1Squared, X1.x, S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_6; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_48 = V_2; NullCheck(L_48); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = L_48->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = V_10; SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_47, L_49, L_50, /*hidden argument*/NULL); // c = Nat.ShiftUpBits(12, S, 2, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = V_10; uint32_t L_52; L_52 = Nat_ShiftUpBits_m6C97966C52703C00262165E1FBA7B38A45DB3206(((int32_t)12), L_51, 2, 0, /*hidden argument*/NULL); // SecP384R1Field.Reduce32(c, S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = V_10; SecP384R1Field_Reduce32_m71EEEF1D3DE7E6CE59E2ADAE8FFD3390B8660D17(L_52, L_53, /*hidden argument*/NULL); // c = Nat.ShiftUpBits(12, T, 3, 0, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_4; uint32_t L_56; L_56 = Nat_ShiftUpBits_mF8ED2FE83B0901250AF640D53918BE597DCF8854(((int32_t)12), L_54, 3, 0, L_55, /*hidden argument*/NULL); // SecP384R1Field.Reduce32(c, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = V_4; SecP384R1Field_Reduce32_m71EEEF1D3DE7E6CE59E2ADAE8FFD3390B8660D17(L_56, L_57, /*hidden argument*/NULL); // SecP384R1FieldElement X3 = new SecP384R1FieldElement(T); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_7; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_59 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_59, L_58, /*hidden argument*/NULL); V_11 = L_59; // SecP384R1Field.Square(M, X3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_9; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_61 = V_11; NullCheck(L_61); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = L_61->get_x_1(); SecP384R1Field_Square_m7B9B75C6A27391D6968A9A9D48833BFBF4A33937(L_60, L_62, /*hidden argument*/NULL); // SecP384R1Field.Subtract(X3.x, S, X3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_63 = V_11; NullCheck(L_63); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = L_63->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = V_10; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_66 = V_11; NullCheck(L_66); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = L_66->get_x_1(); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_64, L_65, L_67, /*hidden argument*/NULL); // SecP384R1Field.Subtract(X3.x, S, X3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_68 = V_11; NullCheck(L_68); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = L_68->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = V_10; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_71 = V_11; NullCheck(L_71); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = L_71->get_x_1(); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_69, L_70, L_72, /*hidden argument*/NULL); // SecP384R1FieldElement Y3 = new SecP384R1FieldElement(S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_10; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_74 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_74, L_73, /*hidden argument*/NULL); V_12 = L_74; // SecP384R1Field.Subtract(S, X3.x, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_10; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_76 = V_11; NullCheck(L_76); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = L_76->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_78 = V_12; NullCheck(L_78); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = L_78->get_x_1(); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_75, L_77, L_79, /*hidden argument*/NULL); // SecP384R1Field.Multiply(Y3.x, M, Y3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_80 = V_12; NullCheck(L_80); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = L_80->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = V_9; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_83 = V_12; NullCheck(L_83); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_84 = L_83->get_x_1(); SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_81, L_82, L_84, /*hidden argument*/NULL); // SecP384R1Field.Subtract(Y3.x, t1, Y3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_85 = V_12; NullCheck(L_85); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_86 = L_85->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_4; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_88 = V_12; NullCheck(L_88); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = L_88->get_x_1(); SecP384R1Field_Subtract_mE56538BCDDB6C6652B7594BC7F2CA8C08D232481(L_86, L_87, L_89, /*hidden argument*/NULL); // SecP384R1FieldElement Z3 = new SecP384R1FieldElement(M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90 = V_9; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_91 = (SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A *)il2cpp_codegen_object_new(SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A_il2cpp_TypeInfo_var); SecP384R1FieldElement__ctor_m0F0C71EFF89A9BF4D30A639B51F47C53D961487F(L_91, L_90, /*hidden argument*/NULL); V_13 = L_91; // SecP384R1Field.Twice(Y1.x, Z3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_92 = V_1; NullCheck(L_92); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = L_92->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_94 = V_13; NullCheck(L_94); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = L_94->get_x_1(); SecP384R1Field_Twice_m426E0CD23D0920E00DB1E156EDB73B4D5B6937D5(L_93, L_95, /*hidden argument*/NULL); // if (!Z1IsOne) if (G_B6_0) { goto IL_01db; } } { // SecP384R1Field.Multiply(Z3.x, Z1.x, Z3.x); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_96 = V_13; NullCheck(L_96); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = L_96->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_98 = V_3; NullCheck(L_98); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = L_98->get_x_1(); SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_100 = V_13; NullCheck(L_100); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = L_100->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP384R1Field_tBDAC117380F2087F67DA38E6AC7E1E154C874D1A_il2cpp_TypeInfo_var); SecP384R1Field_Multiply_m384D7BD5E0AEB477ED968AD9B8EE0FB9C163C1D4(L_97, L_99, L_101, /*hidden argument*/NULL); } IL_01db: { // return new SecP384R1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_102 = V_0; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_103 = V_11; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_104 = V_12; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_105 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_106 = L_105; SecP384R1FieldElement_tF1223D271EF960AB9A60114562F012CD0DA0BE6A * L_107 = V_13; NullCheck(L_106); ArrayElementTypeCheck (L_106, L_107); (L_106)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_107); bool L_108; L_108 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * L_109 = (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)il2cpp_codegen_object_new(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); SecP384R1Point__ctor_m4FBB043CD86AACC388F5EB669A24500F28FB33E0(L_109, L_102, L_103, L_104, L_106, L_108, /*hidden argument*/NULL); return L_109; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Point_TwicePlus_m6DF85FC4059CFED959ED4483AE557EA6336A3A9A (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { { // if (this == b) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___b0; if ((!(((RuntimeObject*)(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_0)))) { goto IL_000b; } } { // return ThreeTimes(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1; L_1 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(33 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ThreeTimes() */, __this); return L_1; } IL_000b: { // if (this.IsInfinity) bool L_2; L_2 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___b0; return L_3; } IL_0015: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___b0; NullCheck(L_4); bool L_5; L_5 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_6; } IL_0024: { // ECFieldElement Y1 = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // if (Y1.IsZero) NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0033; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0033: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10; L_10 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___b0; NullCheck(L_10); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12; L_12 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_10, L_11); return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::ThreeTimes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Point_ThreeTimes_m97670EF85FA7D2D2ED236FFC413372A44A5402C3 (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, const RuntimeMethod* method) { { // if (this.IsInfinity || this.RawYCoord.IsZero) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0015; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0017; } } IL_0015: { // return this; return __this; } IL_0017: { // return Twice().Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); NullCheck(L_3); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_3, __this); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1Point::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP384R1Point_Negate_m85EC68587F9FA72BBF436A905EF6CB4EB2525C67 (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // return new SecP384R1Point(Curve, RawXCoord, RawYCoord.Negate(), RawZCoords, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Negate() */, L_3); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5; L_5 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); bool L_6; L_6 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 * L_7 = (SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0 *)il2cpp_codegen_object_new(SecP384R1Point_t4095E66D971571DB39A275217371704C578074A0_il2cpp_TypeInfo_var); SecP384R1Point__ctor_m4FBB043CD86AACC388F5EB669A24500F28FB33E0(L_7, L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Curve__ctor_mCDF3FDDBEE7CAEB4D195CCF1FBCFD407F69220A5 (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3609A350BAED78A888575E1651638A3ED47F5A15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A7FFDE5EE67F4359B4BEAE6EF71538156731FEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD79066978C02E8CBC7D2A809E2C3266FD8C701C); s_Il2CppMethodInitialized = true; } { // : base(q) IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var))->get_q_16(); AbstractFpCurve__ctor_m947A80805376A60114DDA1012E816316109ABE33(__this, L_0, /*hidden argument*/NULL); // this.m_infinity = new SecP521R1Point(this, null, null); SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * L_1 = (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)il2cpp_codegen_object_new(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); SecP521R1Point__ctor_mD73A84323B58480C2164C69541B07308479BAC39(L_1, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, /*hidden argument*/NULL); __this->set_m_infinity_19(L_1); // this.m_a = FromBigInteger(new BigInteger(1, // Hex.Decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC"))); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral3609A350BAED78A888575E1651638A3ED47F5A15, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_3, 1, L_2, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_3); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_4); // this.m_b = FromBigInteger(new BigInteger(1, // Hex.Decode("0051953EB9618E1C9A1F929A21A0B68540EEA2DA725B99B315F3B8B489918EF109E156193951EC7E937B1652C0BD3BB1BF073573DF883D2C34F1EF451FD46B503F00"))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralCD79066978C02E8CBC7D2A809E2C3266FD8C701C, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_6, 1, L_5, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_6); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_7); // this.m_order = new BigInteger(1, Hex.Decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA51868783BF2F966B7FCC0148F709A5D03BB5C9B8899C47AEBB6FB71E91386409")); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral8A7FFDE5EE67F4359B4BEAE6EF71538156731FEC, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_9, 1, L_8, /*hidden argument*/NULL); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_9); // this.m_cofactor = BigInteger.One; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_10); // this.m_coord = SECP521R1_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::CloneCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * SecP521R1Curve_CloneCurve_m9F7341DBFA47A636949612973DB3CD46035AF0CA (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP521R1Curve(); SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * L_0 = (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF *)il2cpp_codegen_object_new(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); SecP521R1Curve__ctor_mCDF3FDDBEE7CAEB4D195CCF1FBCFD407F69220A5(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP521R1Curve_SupportsCoordinateSystem_mC560A6417BC289CE03231128997111F60BD6E288 (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, int32_t ___coord0, const RuntimeMethod* method) { { int32_t L_0 = ___coord0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::get_Q() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecP521R1Curve_get_Q_mBAE2A5044B3E49DF1BDA52325C62B021252265E9 (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return q; } IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var))->get_q_16(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::get_Infinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Curve_get_Infinity_m0E1265BF0A794F1CB576C2A4FE4A14AAD5EC8E6E (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, const RuntimeMethod* method) { { // get { return m_infinity; } SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * L_0 = __this->get_m_infinity_19(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP521R1Curve_get_FieldSize_m33F38FC650249B138BD1198E3D2623FB25D5DF0B (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return q.BitLength; } IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var))->get_q_16(); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1Curve_FromBigInteger_m37288C1196B854B6E5001586005139B9589D461D (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP521R1FieldElement(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_1 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_mD3C74739FDC531ADA694F1F2EA021CA3B008AE90(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Curve_CreateRawPoint_mC896F979A109629A3B8375D999928F27ED05B28A (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP521R1Point(this, x, y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; bool L_2 = ___withCompression2; SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * L_3 = (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)il2cpp_codegen_object_new(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); SecP521R1Point__ctor_m912CF1689AAA4107543286061C9EB8134F321D74(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Curve_CreateRawPoint_m4CFA0B1825F9B9EA7224FD3739B527A35E798F6C (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP521R1Point(this, x, y, zs, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = ___zs2; bool L_3 = ___withCompression3; SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * L_4 = (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)il2cpp_codegen_object_new(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); SecP521R1Point__ctor_m9B16BE5516C80F042A2D7E79BC702E559FDE2527(L_4, __this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecP521R1Curve_CreateCacheSafeLookupTable_m66A51203813233F892D977A32AF8785F7A31F82A (SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_3 = NULL; { // uint[] table = new uint[len * SECP521R1_FE_INTS * 2]; int32_t L_0 = ___len2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)17))), (int32_t)2))); V_0 = L_1; // int pos = 0; V_1 = 0; // for (int i = 0; i < len; ++i) V_2 = 0; goto IL_005a; } IL_0012: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = ___points0; int32_t L_3 = ___off1; int32_t L_4 = V_2; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = (L_2)->GetAt(static_cast(L_5)); V_3 = L_6; // Nat.Copy(SECP521R1_FE_INTS, ((SecP521R1FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECP521R1_FE_INTS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = V_3; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_8, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_8, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_0; int32_t L_11 = V_1; Nat_Copy_m15826DEB316C70248AD05548D9D465B9DC43FDC8(((int32_t)17), L_9, 0, L_10, L_11, /*hidden argument*/NULL); // Nat.Copy(SECP521R1_FE_INTS, ((SecP521R1FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECP521R1_FE_INTS; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)17))); // Nat.Copy(SECP521R1_FE_INTS, ((SecP521R1FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECP521R1_FE_INTS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13 = V_3; NullCheck(L_13); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14; L_14 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_13, /*hidden argument*/NULL); NullCheck(((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_14, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_14, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_0; int32_t L_17 = V_1; Nat_Copy_m15826DEB316C70248AD05548D9D465B9DC43FDC8(((int32_t)17), L_15, 0, L_16, L_17, /*hidden argument*/NULL); // Nat.Copy(SECP521R1_FE_INTS, ((SecP521R1FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECP521R1_FE_INTS; int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)17))); // for (int i = 0; i < len; ++i) int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005a: { // for (int i = 0; i < len; ++i) int32_t L_20 = V_2; int32_t L_21 = ___len2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0012; } } { // return new SecP521R1LookupTable(this, table, len); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_0; int32_t L_23 = ___len2; SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1 * L_24 = (SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1 *)il2cpp_codegen_object_new(SecP521R1LookupTable_t13AE9BC39F0E69D0D97559B822D8ED5E42FE0BF1_il2cpp_TypeInfo_var); SecP521R1LookupTable__ctor_m3E75AF1D78B12A0C1AF7BA556F60BA6EA2B4B2CF(L_24, __this, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Curve::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Curve__cctor_m2C5CCDD1CF99E5A01FAE36A8659B5FA26036E224 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD254D7F9810E53B134ABBD79078F8D119CF0DD78); s_Il2CppMethodInitialized = true; } { // public static readonly BigInteger q = new BigInteger(1, // Hex.Decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF")); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralD254D7F9810E53B134ABBD79078F8D119CF0DD78, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_1, 1, L_0, /*hidden argument*/NULL); ((SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var))->set_q_16(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Add(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Add_mFC16383EAB6EFD17B2608B371D358AA623655147 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint c = Nat.Add(16, x, y, z) + x[16] + y[16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z2; uint32_t L_3; L_3 = Nat_Add_m8A7430FD1CEF372A76EC7AC3DCCD83377F23F2AA(((int32_t)16), L_0, L_1, L_2, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___x0; NullCheck(L_4); int32_t L_5 = ((int32_t)16); uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___y1; NullCheck(L_7); int32_t L_8 = ((int32_t)16); uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_6)), (int32_t)L_9)); // if (c > P16 || (c == P16 && Nat.Eq(16, z, P))) uint32_t L_10 = V_0; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)511))))) { goto IL_0034; } } { uint32_t L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)511))))) { goto IL_0047; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___z2; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->get_P_0(); bool L_14; L_14 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)16), L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0047; } } IL_0034: { // c += Nat.Inc(16, z); uint32_t L_15 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = ___z2; uint32_t L_17; L_17 = Nat_Inc_m6D60E1A49EE16C63549BCFAB8AE41DA0C8647595(((int32_t)16), L_16, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_17)); // c &= P16; uint32_t L_18 = V_0; V_0 = ((int32_t)((int32_t)L_18&(int32_t)((int32_t)511))); } IL_0047: { // z[16] = c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___z2; uint32_t L_20 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_20); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::AddOne(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_AddOne_m1FE4AE3D2CAC7889D1990A43916F7949E703B124 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { // uint c = Nat.Inc(16, x, z) + x[16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___z1; uint32_t L_2; L_2 = Nat_Inc_m7CB729069F0AEF8ED280BDD114512135B90EE31D(((int32_t)16), L_0, L_1, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = ((int32_t)16); uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_5)); // if (c > P16 || (c == P16 && Nat.Eq(16, z, P))) uint32_t L_6 = V_0; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)511))))) { goto IL_002e; } } { uint32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)511))))) { goto IL_0041; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->get_P_0(); bool L_10; L_10 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)16), L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0041; } } IL_002e: { // c += Nat.Inc(16, z); uint32_t L_11 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___z1; uint32_t L_13; L_13 = Nat_Inc_m6D60E1A49EE16C63549BCFAB8AE41DA0C8647595(((int32_t)16), L_12, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)); // c &= P16; uint32_t L_14 = V_0; V_0 = ((int32_t)((int32_t)L_14&(int32_t)((int32_t)511))); } IL_0041: { // z[16] = c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z1; uint32_t L_16 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_16); // } return; } } // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* SecP521R1Field_FromBigInteger_mD37BEEAB975B669154F6A3CD5B867B0ADF818FD0 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.FromBigInteger(521, x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = Nat_FromBigInteger_mC9B70F94CDC9641E08CEDC5A8830072CCE7C54DB(((int32_t)521), L_0, /*hidden argument*/NULL); V_0 = L_1; // if (Nat.Eq(17, z, P)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->get_P_0(); bool L_4; L_4 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)17), L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0023; } } { // Nat.Zero(17, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; Nat_Zero_m67C872A78FEE58E3F9E5C5A1BC44EB510CAFFA55(((int32_t)17), L_5, /*hidden argument*/NULL); } IL_0023: { // return z; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; return L_6; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Half(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Half_m9757A3C847B3C00210A7528A2E7E99F50C2D2CE1 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { // uint x16 = x[16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = ((int32_t)16); uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // uint c = Nat.ShiftDownBit(16, x, x16, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___x0; uint32_t L_4 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z1; uint32_t L_6; L_6 = Nat_ShiftDownBit_m0823C8B3D0F9C0A8E4458CCC7CBEB50121326A77(((int32_t)16), L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; // z[16] = (x16 >> 1) | (c >> 23); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___z1; uint32_t L_8 = V_0; uint32_t L_9 = V_1; NullCheck(L_7); (L_7)->SetAt(static_cast(((int32_t)16)), (uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_8>>1))|(int32_t)((int32_t)((uint32_t)L_9>>((int32_t)23)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Multiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat.Create(33); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)33), /*hidden argument*/NULL); V_0 = L_0; // ImplMultiply(x, y, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_ImplMultiply_m10194EAE09E8E8F673F6E81C1A9599B33ABB6686(L_1, L_2, L_3, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z2; SecP521R1Field_Reduce_m217C27582E3CB3C5E4611590F0C95688A414D6AE(L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Negate(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Negate_mA9D42E6873F740DCA5D46E344473A3061B36771D (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Nat.IsZero(17, x)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; bool L_1; L_1 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)17), L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // Nat.Zero(17, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z1; Nat_Zero_m67C872A78FEE58E3F9E5C5A1BC44EB510CAFFA55(((int32_t)17), L_2, /*hidden argument*/NULL); // } return; } IL_0013: { // Nat.Sub(17, P, x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z1; int32_t L_6; L_6 = Nat_Sub_m316F2AB451AD98F9160D0F53EEA7D30E1AF756C4(((int32_t)17), L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Reduce(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Reduce_m217C27582E3CB3C5E4611590F0C95688A414D6AE (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___xx0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; { // uint xx32 = xx[32]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___xx0; NullCheck(L_0); int32_t L_1 = ((int32_t)32); uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // uint c = Nat.ShiftDownBits(16, xx, 16, 9, xx32, z, 0) >> 23; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___xx0; uint32_t L_4 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z1; uint32_t L_6; L_6 = Nat_ShiftDownBits_m016B7F3CE4729FDF7C5E3C55C27338B711DA87EE(((int32_t)16), L_3, ((int32_t)16), ((int32_t)9), L_4, L_5, 0, /*hidden argument*/NULL); V_1 = ((int32_t)((uint32_t)L_6>>((int32_t)23))); // c += xx32 >> 9; uint32_t L_7 = V_1; uint32_t L_8 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)((uint32_t)L_8>>((int32_t)9))))); // c += Nat.AddTo(16, xx, z); uint32_t L_9 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ___xx0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___z1; uint32_t L_12; L_12 = Nat_AddTo_m782E7F897AA6023BCE3490F1FB12EA952EA3329F(((int32_t)16), L_10, L_11, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_12)); // if (c > P16 || (c == P16 && Nat.Eq(16, z, P))) uint32_t L_13 = V_1; if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)511))))) { goto IL_004a; } } { uint32_t L_14 = V_1; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)511))))) { goto IL_005d; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z1; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->get_P_0(); bool L_17; L_17 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)16), L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_005d; } } IL_004a: { // c += Nat.Inc(16, z); uint32_t L_18 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = ___z1; uint32_t L_20; L_20 = Nat_Inc_m6D60E1A49EE16C63549BCFAB8AE41DA0C8647595(((int32_t)16), L_19, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_20)); // c &= P16; uint32_t L_21 = V_1; V_1 = ((int32_t)((int32_t)L_21&(int32_t)((int32_t)511))); } IL_005d: { // z[16] = c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = ___z1; uint32_t L_23 = V_1; NullCheck(L_22); (L_22)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_23); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Reduce23(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Reduce23_m9A3E2A0F28B53CB73D6D586F951419EEEF0CE290 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; { // uint z16 = z[16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___z0; NullCheck(L_0); int32_t L_1 = ((int32_t)16); uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // uint c = Nat.AddWordTo(16, z16 >> 9, z) + (z16 & P16); uint32_t L_3 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z0; uint32_t L_5; L_5 = Nat_AddWordTo_mFDC48544FD88067D617A78F82891840464EB363B(((int32_t)16), ((int32_t)((uint32_t)L_3>>((int32_t)9))), L_4, /*hidden argument*/NULL); uint32_t L_6 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)511))))); // if (c > P16 || (c == P16 && Nat.Eq(16, z, P))) uint32_t L_7 = V_1; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)511))))) { goto IL_0039; } } { uint32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)511))))) { goto IL_004c; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___z0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->get_P_0(); bool L_11; L_11 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)16), L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004c; } } IL_0039: { // c += Nat.Inc(16, z); uint32_t L_12 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = ___z0; uint32_t L_14; L_14 = Nat_Inc_m6D60E1A49EE16C63549BCFAB8AE41DA0C8647595(((int32_t)16), L_13, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_14)); // c &= P16; uint32_t L_15 = V_1; V_1 = ((int32_t)((int32_t)L_15&(int32_t)((int32_t)511))); } IL_004c: { // z[16] = c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = ___z0; uint32_t L_17 = V_1; NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_17); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Square(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat.Create(33); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)33), /*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_ImplSquare_m2F453DDA74282C333CBEC18015465C5316183B6B(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z1; SecP521R1Field_Reduce_m217C27582E3CB3C5E4611590F0C95688A414D6AE(L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::SquareN(System.UInt32[],System.Int32,System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_SquareN_m1177A2F8BD6DCBDAEB47350D9734F6055FD3A737 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, int32_t ___n1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] tt = Nat.Create(33); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)33), /*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_ImplSquare_m2F453DDA74282C333CBEC18015465C5316183B6B(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___z2; SecP521R1Field_Reduce_m217C27582E3CB3C5E4611590F0C95688A414D6AE(L_3, L_4, /*hidden argument*/NULL); goto IL_0026; } IL_0018: { // ImplSquare(z, tt); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_ImplSquare_m2F453DDA74282C333CBEC18015465C5316183B6B(L_5, L_6, /*hidden argument*/NULL); // Reduce(tt, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z2; SecP521R1Field_Reduce_m217C27582E3CB3C5E4611590F0C95688A414D6AE(L_7, L_8, /*hidden argument*/NULL); } IL_0026: { // while (--n > 0) int32_t L_9 = ___n1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); ___n1 = L_10; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0018; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Subtract(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z2, const RuntimeMethod* method) { int32_t V_0 = 0; { // int c = Nat.Sub(16, x, y, z) + (int)(x[16] - y[16]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___z2; int32_t L_3; L_3 = Nat_Sub_m316F2AB451AD98F9160D0F53EEA7D30E1AF756C4(((int32_t)16), L_0, L_1, L_2, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = ___x0; NullCheck(L_4); int32_t L_5 = ((int32_t)16); uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___y1; NullCheck(L_7); int32_t L_8 = ((int32_t)16); uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_9)))); // if (c < 0) int32_t L_10 = V_0; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_002c; } } { // c += Nat.Dec(16, z); int32_t L_11 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = ___z2; int32_t L_13; L_13 = Nat_Dec_mB118F06F9FD036039EEF34AB708A8C5867B34EC5(((int32_t)16), L_12, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)); // c &= P16; int32_t L_14 = V_0; V_0 = ((int32_t)((int32_t)L_14&(int32_t)((int32_t)511))); } IL_002c: { // z[16] = (uint)c; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = ___z2; int32_t L_16 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)16)), (uint32_t)L_16); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::Twice(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_Twice_m21A61A87DC9F68FC71FB4F06E3ACA03EDA46E28C (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { // uint x16 = x[16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = ((int32_t)16); uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // uint c = Nat.ShiftUpBit(16, x, x16 << 23, z) | (x16 << 1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___x0; uint32_t L_4 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___z1; uint32_t L_6; L_6 = Nat_ShiftUpBit_m366A0046C19EE3C8E70566D99027726DAA8BB5D3(((int32_t)16), L_3, ((int32_t)((int32_t)L_4<<(int32_t)((int32_t)23))), L_5, /*hidden argument*/NULL); uint32_t L_7 = V_0; V_1 = ((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)1)))); // z[16] = c & P16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___z1; uint32_t L_9 = V_1; NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)16)), (uint32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)511)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::ImplMultiply(System.UInt32[],System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_ImplMultiply_m10194EAE09E8E8F673F6E81C1A9599B33ABB6686 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz2, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { // Nat512.Mul(x, y, zz); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___y1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___zz2; Nat512_Mul_m869E3949FA0010AD32709B934D78A00F85A52B0F(L_0, L_1, L_2, /*hidden argument*/NULL); // uint x16 = x[16], y16 = y[16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = ((int32_t)16); uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_0 = L_5; // uint x16 = x[16], y16 = y[16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___y1; NullCheck(L_6); int32_t L_7 = ((int32_t)16); uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_1 = L_8; // zz[32] = Nat.Mul31BothAdd(16, x16, y, y16, x, zz, 16) + (x16 * y16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = ___zz2; uint32_t L_10 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___y1; uint32_t L_12 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = ___zz2; uint32_t L_15; L_15 = Nat_Mul31BothAdd_m26F3F13AD2ACA236E6CC2D6FD1395B0A7CEC341C(((int32_t)16), L_10, L_11, L_12, L_13, L_14, ((int32_t)16), /*hidden argument*/NULL); uint32_t L_16 = V_0; uint32_t L_17 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)32)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)L_17))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::ImplSquare(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field_ImplSquare_m2F453DDA74282C333CBEC18015465C5316183B6B (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___zz1, const RuntimeMethod* method) { uint32_t V_0 = 0; { // Nat512.Square(x, zz); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___zz1; Nat512_Square_m0E68A7D7BBE744EE30065EDBFCA967FE54F8607D(L_0, L_1, /*hidden argument*/NULL); // uint x16 = x[16]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = ___x0; NullCheck(L_2); int32_t L_3 = ((int32_t)16); uint32_t L_4 = (L_2)->GetAt(static_cast(L_3)); V_0 = L_4; // zz[32] = Nat.MulWordAddTo(16, x16 << 1, x, 0, zz, 16) + (x16 * x16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = ___zz1; uint32_t L_6 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = ___x0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = ___zz1; uint32_t L_9; L_9 = Nat_MulWordAddTo_m68722577255DA4E87182BC39FB3629CB8099F6F0(((int32_t)16), ((int32_t)((int32_t)L_6<<(int32_t)1)), L_7, 0, L_8, ((int32_t)16), /*hidden argument*/NULL); uint32_t L_10 = V_0; uint32_t L_11 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)32)), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)L_11))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field__ctor_m6016AD2FF1404787E864830DC476A85A3384FEBB (SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Field::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Field__cctor_mB3966D55789F623220A42DF06A083546350C3649 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly uint[] P = new uint[]{ 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, // 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x1FF }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->set_P_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1FieldElement__ctor_mD3C74739FDC531ADA694F1F2EA021CA3B008AE90 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SecP521R1FieldElement(BigInteger x) AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // if (x == null || x.SignValue < 0 || x.CompareTo(Q) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; if (!L_0) { goto IL_0020; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0020; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_3); int32_t L_5; L_5 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0030; } } IL_0020: { // throw new ArgumentException("value invalid for SecP521R1FieldElement", "x"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral167C4070921718856CC0A4C42534D43BA4A04F53)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecP521R1FieldElement__ctor_mD3C74739FDC531ADA694F1F2EA021CA3B008AE90_RuntimeMethod_var))); } IL_0030: { // this.x = SecP521R1Field.FromBigInteger(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8; L_8 = SecP521R1Field_FromBigInteger_mD37BEEAB975B669154F6A3CD5B867B0ADF818FD0(L_7, /*hidden argument*/NULL); __this->set_x_1(L_8); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1FieldElement__ctor_m99CF8D406DE6B7565662CAE6E048EAF4B604E77C (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { { // public SecP521R1FieldElement() AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // this.x = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); __this->set_x_1(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method) { { // protected internal SecP521R1FieldElement(uint[] x) AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8(__this, /*hidden argument*/NULL); // this.x = x; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___x0; __this->set_x_1(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP521R1FieldElement_get_IsZero_mFC3F8240648B4B275D702ED374CFAF8C8822D520 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { { // get { return Nat.IsZero(17, x); } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); bool L_1; L_1 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)17), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::get_IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP521R1FieldElement_get_IsOne_m2ADBAB224D7A5DA18059E498E66EBB497FAF308E (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { { // get { return Nat.IsOne(17, x); } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); bool L_1; L_1 = Nat_IsOne_m412B816D2D10858FEA8E91856E6E03E3478D7196(((int32_t)17), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP521R1FieldElement_TestBitZero_m42FF7630CE717706C3B29FC696E1D38AF4C56CF3 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { { // return Nat.GetBit(x, 0) == 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); uint32_t L_1; L_1 = Nat_GetBit_mFA3370F60583440059DF0CF45D1082F7CA48C34F(L_0, 0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecP521R1FieldElement_ToBigInteger_m4B00C8EB0A121E41818303118123E142727AABC9 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { { // return Nat.ToBigInteger(17, x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Nat_ToBigInteger_mB505E6A1BDC84B12CBD754B20C807B1D98BDA56A(((int32_t)17), L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::get_FieldName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecP521R1FieldElement_get_FieldName_mA5CECFA8AD4847B8B581E1346D7523E74EBB88D2 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC602FC92F783D55B3CD4BABB4D9BCA6ABA945CB); s_Il2CppMethodInitialized = true; } { // get { return "SecP521R1Field"; } return _stringLiteralFC602FC92F783D55B3CD4BABB4D9BCA6ABA945CB; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP521R1FieldElement_get_FieldSize_m6BCF35CD3F55276A744DB0B969AD070FF1B69535 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return Q.BitLength; } IL2CPP_RUNTIME_CLASS_INIT(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_Add_m25676AFE9B5C6BF8C43C75F80E69C943CD7294EA (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_0 = L_0; // SecP521R1Field.Add(x, ((SecP521R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Add_mFC16383EAB6EFD17B2608B371D358AA623655147(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP521R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_6 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::AddOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_AddOne_m6C71654A1B27F74AE0C5AF94D70767B00783BF0C (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_0 = L_0; // SecP521R1Field.AddOne(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_AddOne_m1FE4AE3D2CAC7889D1990A43916F7949E703B124(L_1, L_2, /*hidden argument*/NULL); // return new SecP521R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_4 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_Subtract_m33810CF081F7F5C679E4145AAFF10A85CFCCFC73 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_0 = L_0; // SecP521R1Field.Subtract(x, ((SecP521R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP521R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_6 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_Multiply_m7EA6A8B57114C7812F67434AC2C2A617651B1107 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_0 = L_0; // SecP521R1Field.Multiply(x, ((SecP521R1FieldElement)b).x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecP521R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_6 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_Divide_m0386E71704F6E930BB0270D5DC42E53709CC023E (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_0 = L_0; // Mod.Invert(SecP521R1Field.P, ((SecP521R1FieldElement)b).x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->get_P_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); Mod_Invert_m3A4BC73A50B198DB5D660E4FAFA307C0749CC0E7(L_1, L_3, L_4, /*hidden argument*/NULL); // SecP521R1Field.Multiply(z, x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_5, L_6, L_7, /*hidden argument*/NULL); // return new SecP521R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_9 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_Negate_m9799C3A7266EE33A202D7AC7031139E049A7EA68 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_0 = L_0; // SecP521R1Field.Negate(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Negate_mA9D42E6873F740DCA5D46E344473A3061B36771D(L_1, L_2, /*hidden argument*/NULL); // return new SecP521R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_4 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Square() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_Square_m53E0902951C23AD514C2539F2DED8C2D3A38B71A (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_0 = L_0; // SecP521R1Field.Square(x, z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_1, L_2, /*hidden argument*/NULL); // return new SecP521R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_4 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Invert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_Invert_mCFB54AE6CD7507992CA180A73B8C70E4DAB6FED4 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] z = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_0 = L_0; // Mod.Invert(SecP521R1Field.P, x, z); IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ((SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var))->get_P_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mod_t5153FFAC380B4F3830819FE2064C12112F34CBC5_il2cpp_TypeInfo_var); Mod_Invert_m3A4BC73A50B198DB5D660E4FAFA307C0749CC0E7(L_1, L_2, L_3, /*hidden argument*/NULL); // return new SecP521R1FieldElement(z); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_5 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Sqrt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecP521R1FieldElement_Sqrt_m440C06E11F77640B49122625678820B911ECFB9B (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; { // uint[] x1 = this.x; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_x_1(); V_0 = L_0; // if (Nat.IsZero(17, x1) || Nat.IsOne(17, x1)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = V_0; bool L_2; L_2 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)17), L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; bool L_4; L_4 = Nat_IsOne_m412B816D2D10858FEA8E91856E6E03E3478D7196(((int32_t)17), L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } IL_001b: { // return this; return __this; } IL_001d: { // uint[] t1 = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5; L_5 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_1 = L_5; // uint[] t2 = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6; L_6 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_2 = L_6; // SecP521R1Field.SquareN(x1, 519, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_SquareN_m1177A2F8BD6DCBDAEB47350D9734F6055FD3A737(L_7, ((int32_t)519), L_8, /*hidden argument*/NULL); // SecP521R1Field.Square(t1, t2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_2; SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_9, L_10, /*hidden argument*/NULL); // return Nat.Eq(17, x1, t2) ? new SecP521R1FieldElement(t1) : null; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_2; bool L_13; L_13 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)17), L_11, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { return (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL; } IL_004d: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_1; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_15 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_15, L_14, /*hidden argument*/NULL); return L_15; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP521R1FieldElement_Equals_mCCCCA88301380DB3800EE13C24B62BD044A0F838 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as SecP521R1FieldElement); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement) */, __this, ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)IsInstClass((RuntimeObject*)L_0, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP521R1FieldElement_Equals_mAF7C8721CC75BD5412DBA7CC3858E44982C11664 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(other as SecP521R1FieldElement); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___other0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * >::Invoke(27 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement) */, __this, ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)IsInstClass((RuntimeObject*)L_0, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecP521R1FieldElement_Equals_mD432F5AA26EBE808EB06F7CFE4CF79054AA77E17 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * ___other0, const RuntimeMethod* method) { { // if (this == other) SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_0 = ___other0; if ((!(((RuntimeObject*)(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)__this) == ((RuntimeObject*)(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return Nat.Eq(17, x, other.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_3 = ___other0; NullCheck(L_3); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = L_3->get_x_1(); bool L_5; L_5 = Nat_Eq_mB77FAA8B5CDBE9431ECE401669F284CB7183FC2C(((int32_t)17), L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecP521R1FieldElement_GetHashCode_m45AE59E599E0D17F7ADCB333E4A6BCBD378288A3 (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Q.GetHashCode() ^ Arrays.GetHashCode(x, 0, 17); IL2CPP_RUNTIME_CLASS_INIT(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->get_Q_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = __this->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Arrays_GetHashCode_mDCFEDF8894216FF190D600B90FFBDED85D05C967(L_2, 0, ((int32_t)17), /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1FieldElement__cctor_mA13A4D577E03A9B15CE4BCBA270B08A77EF4F4F2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly BigInteger Q = SecP521R1Curve.q; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1Curve_tC4AF8890CE577E48C0B3CB56BB40E6C7E2B1E4BF_il2cpp_TypeInfo_var))->get_q_16(); ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_StaticFields*)il2cpp_codegen_static_fields_for(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var))->set_Q_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Point__ctor_mD73A84323B58480C2164C69541B07308479BAC39 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; SecP521R1Point__ctor_m912CF1689AAA4107543286061C9EB8134F321D74(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Point__ctor_m912CF1689AAA4107543286061C9EB8134F321D74 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractFpPoint__ctor_m42BA911AB715BDF0A21503C183F3E65D6D14507C(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecP521R1Point__ctor_m912CF1689AAA4107543286061C9EB8134F321D74_RuntimeMethod_var))); } IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecP521R1Point__ctor_m9B16BE5516C80F042A2D7E79BC702E559FDE2527 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractFpPoint__ctor_m39302B31AA85EF4CD29A4F7239A98CEEAD0F93B6(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Point_Detach_m75FC55A4B4E222FF0A24543C23573C9E14A28E88 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecP521R1Point(null, AffineXCoord, AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * L_2 = (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)il2cpp_codegen_object_new(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); SecP521R1Point__ctor_mD73A84323B58480C2164C69541B07308479BAC39(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Point_Add_m9025B8ED2C43B3CC6D786034397A4A08B387C880 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_1 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_2 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_3 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_4 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_5 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_6 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_9 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_10 = NULL; bool V_11 = false; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_12 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_13 = NULL; bool V_14 = false; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_15 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_16 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_17 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_18 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_19 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_20 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_21 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_22 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_23 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_24 = NULL; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* V_25 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // if (this == b) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___b0; if ((!(((RuntimeObject*)(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_4)))) { goto IL_001f; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5; L_5 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_5; } IL_001f: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6; L_6 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_6; // SecP521R1FieldElement X1 = (SecP521R1FieldElement)this.RawXCoord, Y1 = (SecP521R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_7, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // SecP521R1FieldElement X1 = (SecP521R1FieldElement)this.RawXCoord, Y1 = (SecP521R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_8, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // SecP521R1FieldElement X2 = (SecP521R1FieldElement)b.RawXCoord, Y2 = (SecP521R1FieldElement)b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_9, /*hidden argument*/NULL); V_3 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_10, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // SecP521R1FieldElement X2 = (SecP521R1FieldElement)b.RawXCoord, Y2 = (SecP521R1FieldElement)b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___b0; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_11, /*hidden argument*/NULL); V_4 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_12, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // SecP521R1FieldElement Z1 = (SecP521R1FieldElement)this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13; L_13 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = (L_13)->GetAt(static_cast(L_14)); V_5 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_15, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // SecP521R1FieldElement Z2 = (SecP521R1FieldElement)b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = ___b0; NullCheck(L_16); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_6 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_19, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // uint[] t1 = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20; L_20 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_7 = L_20; // uint[] t2 = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21; L_21 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_8 = L_21; // uint[] t3 = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22; L_22 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_9 = L_22; // uint[] t4 = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23; L_23 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_10 = L_23; // bool Z1IsOne = Z1.IsOne; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_24 = V_5; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_24); V_11 = L_25; // if (Z1IsOne) bool L_26 = V_11; if (!L_26) { goto IL_00b9; } } { // U2 = X2.x; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_27 = V_3; NullCheck(L_27); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = L_27->get_x_1(); V_12 = L_28; // S2 = Y2.x; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_29 = V_4; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_x_1(); V_13 = L_30; // } goto IL_00fe; } IL_00b9: { // S2 = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_9; V_13 = L_31; // SecP521R1Field.Square(Z1.x, S2); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_32 = V_5; NullCheck(L_32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = L_32->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_13; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_33, L_34, /*hidden argument*/NULL); // U2 = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = V_8; V_12 = L_35; // SecP521R1Field.Multiply(S2, X2.x, U2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_13; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_37 = V_3; NullCheck(L_37); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = L_37->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_12; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_36, L_38, L_39, /*hidden argument*/NULL); // SecP521R1Field.Multiply(S2, Z1.x, S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_13; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_41 = V_5; NullCheck(L_41); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = L_41->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_13; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_40, L_42, L_43, /*hidden argument*/NULL); // SecP521R1Field.Multiply(S2, Y2.x, S2); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = V_13; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_45 = V_4; NullCheck(L_45); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = L_45->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_13; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_44, L_46, L_47, /*hidden argument*/NULL); } IL_00fe: { // bool Z2IsOne = Z2.IsOne; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_48 = V_6; NullCheck(L_48); bool L_49; L_49 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_48); V_14 = L_49; // if (Z2IsOne) bool L_50 = V_14; if (!L_50) { goto IL_011d; } } { // U1 = X1.x; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_51 = V_1; NullCheck(L_51); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = L_51->get_x_1(); V_15 = L_52; // S1 = Y1.x; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_53 = V_2; NullCheck(L_53); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = L_53->get_x_1(); V_16 = L_54; // } goto IL_0161; } IL_011d: { // S1 = t4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_10; V_16 = L_55; // SecP521R1Field.Square(Z2.x, S1); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_56 = V_6; NullCheck(L_56); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = L_56->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_16; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_57, L_58, /*hidden argument*/NULL); // U1 = t1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_7; V_15 = L_59; // SecP521R1Field.Multiply(S1, X1.x, U1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_16; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_61 = V_1; NullCheck(L_61); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = L_61->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_15; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_60, L_62, L_63, /*hidden argument*/NULL); // SecP521R1Field.Multiply(S1, Z2.x, S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_16; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_65 = V_6; NullCheck(L_65); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = L_65->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = V_16; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_64, L_66, L_67, /*hidden argument*/NULL); // SecP521R1Field.Multiply(S1, Y1.x, S1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = V_16; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_69 = V_2; NullCheck(L_69); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = L_69->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_71 = V_16; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_68, L_70, L_71, /*hidden argument*/NULL); } IL_0161: { // uint[] H = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72; L_72 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_17 = L_72; // SecP521R1Field.Subtract(U1, U2, H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = V_12; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_17; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_73, L_74, L_75, /*hidden argument*/NULL); // uint[] R = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = V_8; V_18 = L_76; // SecP521R1Field.Subtract(S1, S2, R); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = V_13; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = V_18; SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_77, L_78, L_79, /*hidden argument*/NULL); // if (Nat.IsZero(17, H)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = V_17; bool L_81; L_81 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)17), L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_01a8; } } { // if (Nat.IsZero(17, R)) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = V_18; bool L_83; L_83 = Nat_IsZero_m5C674D1C290238F3F31A81ACF9AC7BBB1286DFB2(((int32_t)17), L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_01a1; } } { // return this.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_84; L_84 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_84; } IL_01a1: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_85 = V_0; NullCheck(L_85); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_86; L_86 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_85); return L_86; } IL_01a8: { // uint[] HSquared = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_9; V_19 = L_87; // SecP521R1Field.Square(H, HSquared); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_88 = V_17; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = V_19; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_88, L_89, /*hidden argument*/NULL); // uint[] G = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90; L_90 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_20 = L_90; // SecP521R1Field.Multiply(HSquared, H, G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_91 = V_19; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_92 = V_17; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = V_20; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_91, L_92, L_93, /*hidden argument*/NULL); // uint[] V = t3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = V_9; V_21 = L_94; // SecP521R1Field.Multiply(HSquared, U1, V); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = V_19; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = V_15; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = V_21; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_95, L_96, L_97, /*hidden argument*/NULL); // SecP521R1Field.Multiply(S1, G, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_98 = V_16; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = V_20; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_100 = V_7; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_98, L_99, L_100, /*hidden argument*/NULL); // SecP521R1FieldElement X3 = new SecP521R1FieldElement(t4); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = V_10; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_102 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_102, L_101, /*hidden argument*/NULL); V_22 = L_102; // SecP521R1Field.Square(R, X3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_103 = V_18; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_104 = V_22; NullCheck(L_104); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = L_104->get_x_1(); SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_103, L_105, /*hidden argument*/NULL); // SecP521R1Field.Add(X3.x, G, X3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_106 = V_22; NullCheck(L_106); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_107 = L_106->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_108 = V_20; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_109 = V_22; NullCheck(L_109); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = L_109->get_x_1(); SecP521R1Field_Add_mFC16383EAB6EFD17B2608B371D358AA623655147(L_107, L_108, L_110, /*hidden argument*/NULL); // SecP521R1Field.Subtract(X3.x, V, X3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_111 = V_22; NullCheck(L_111); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_112 = L_111->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_113 = V_21; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_114 = V_22; NullCheck(L_114); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_115 = L_114->get_x_1(); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_112, L_113, L_115, /*hidden argument*/NULL); // SecP521R1Field.Subtract(X3.x, V, X3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_116 = V_22; NullCheck(L_116); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = L_116->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = V_21; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_119 = V_22; NullCheck(L_119); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_120 = L_119->get_x_1(); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_117, L_118, L_120, /*hidden argument*/NULL); // SecP521R1FieldElement Y3 = new SecP521R1FieldElement(G); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_121 = V_20; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_122 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_122, L_121, /*hidden argument*/NULL); V_23 = L_122; // SecP521R1Field.Subtract(V, X3.x, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_123 = V_21; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_124 = V_22; NullCheck(L_124); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_125 = L_124->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_126 = V_23; NullCheck(L_126); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_127 = L_126->get_x_1(); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_123, L_125, L_127, /*hidden argument*/NULL); // SecP521R1Field.Multiply(Y3.x, R, t2); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_128 = V_23; NullCheck(L_128); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_129 = L_128->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_130 = V_18; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_131 = V_8; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_129, L_130, L_131, /*hidden argument*/NULL); // SecP521R1Field.Subtract(t2, t1, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_132 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_133 = V_7; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_134 = V_23; NullCheck(L_134); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_135 = L_134->get_x_1(); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_132, L_133, L_135, /*hidden argument*/NULL); // SecP521R1FieldElement Z3 = new SecP521R1FieldElement(H); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136 = V_17; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_137 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_137, L_136, /*hidden argument*/NULL); V_24 = L_137; // if (!Z1IsOne) bool L_138 = V_11; if (L_138) { goto IL_029e; } } { // SecP521R1Field.Multiply(Z3.x, Z1.x, Z3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_139 = V_24; NullCheck(L_139); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = L_139->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_141 = V_5; NullCheck(L_141); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_142 = L_141->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_143 = V_24; NullCheck(L_143); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_144 = L_143->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_140, L_142, L_144, /*hidden argument*/NULL); } IL_029e: { // if (!Z2IsOne) bool L_145 = V_14; if (L_145) { goto IL_02bc; } } { // SecP521R1Field.Multiply(Z3.x, Z2.x, Z3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_146 = V_24; NullCheck(L_146); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_147 = L_146->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_148 = V_6; NullCheck(L_148); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_149 = L_148->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_150 = V_24; NullCheck(L_150); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_151 = L_150->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_147, L_149, L_151, /*hidden argument*/NULL); } IL_02bc: { // ECFieldElement[] zs = new ECFieldElement[] { Z3 }; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_152 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_153 = L_152; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_154 = V_24; NullCheck(L_153); ArrayElementTypeCheck (L_153, L_154); (L_153)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_154); V_25 = L_153; // return new SecP521R1Point(curve, X3, Y3, zs, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_155 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_156 = V_22; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_157 = V_23; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_158 = V_25; bool L_159; L_159 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * L_160 = (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)il2cpp_codegen_object_new(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); SecP521R1Point__ctor_m9B16BE5516C80F042A2D7E79BC702E559FDE2527(L_160, L_155, L_156, L_157, L_158, L_159, /*hidden argument*/NULL); return L_160; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Point_Twice_mA1794DE8221649898C57121580460C231CEF8211 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_1 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_2 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_3 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_5 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_6 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_9 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_10 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_11 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_12 = NULL; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * V_13 = NULL; bool G_B6_0 = false; bool G_B5_0 = false; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // SecP521R1FieldElement Y1 = (SecP521R1FieldElement)this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_2, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // if (Y1.IsZero) SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_002c; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_002c: { // SecP521R1FieldElement X1 = (SecP521R1FieldElement)this.RawXCoord, Z1 = (SecP521R1FieldElement)this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_2 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_7, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // SecP521R1FieldElement X1 = (SecP521R1FieldElement)this.RawXCoord, Z1 = (SecP521R1FieldElement)this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8; L_8 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = ((SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)CastclassClass((RuntimeObject*)L_10, SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var)); // uint[] t1 = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11; L_11 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_4 = L_11; // uint[] t2 = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12; L_12 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_5 = L_12; // uint[] Y1Squared = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13; L_13 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_6 = L_13; // SecP521R1Field.Square(Y1.x, Y1Squared); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_14 = V_1; NullCheck(L_14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = L_14->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_6; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_15, L_16, /*hidden argument*/NULL); // uint[] T = Nat.Create(17); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17; L_17 = Nat_Create_m07D573F6940CB403DB8539272E508D2F0F706B17(((int32_t)17), /*hidden argument*/NULL); V_7 = L_17; // SecP521R1Field.Square(Y1Squared, T); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = V_7; SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_18, L_19, /*hidden argument*/NULL); // bool Z1IsOne = Z1.IsOne; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_20 = V_3; NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_20); // uint[] Z1Squared = Z1.x; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_22 = V_3; NullCheck(L_22); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = L_22->get_x_1(); V_8 = L_23; // if (!Z1IsOne) bool L_24 = L_21; G_B5_0 = L_24; if (L_24) { G_B6_0 = L_24; goto IL_00a2; } } { // Z1Squared = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = V_5; V_8 = L_25; // SecP521R1Field.Square(Z1.x, Z1Squared); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_26 = V_3; NullCheck(L_26); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = L_26->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_8; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_27, L_28, /*hidden argument*/NULL); G_B6_0 = G_B5_0; } IL_00a2: { // SecP521R1Field.Subtract(X1.x, Z1Squared, t1); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_29 = V_2; NullCheck(L_29); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = L_29->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_30, L_31, L_32, /*hidden argument*/NULL); // uint[] M = t2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_5; V_9 = L_33; // SecP521R1Field.Add(X1.x, Z1Squared, M); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_34 = V_2; NullCheck(L_34); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = L_34->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = V_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_9; SecP521R1Field_Add_mFC16383EAB6EFD17B2608B371D358AA623655147(L_35, L_36, L_37, /*hidden argument*/NULL); // SecP521R1Field.Multiply(M, t1, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_39 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_9; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_38, L_39, L_40, /*hidden argument*/NULL); // Nat.AddBothTo(17, M, M, M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_9; uint32_t L_44; L_44 = Nat_AddBothTo_m2C8639EFC65CE0E8B46B6B8465A1F94A7C34C33B(((int32_t)17), L_41, L_42, L_43, /*hidden argument*/NULL); // SecP521R1Field.Reduce23(M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_9; SecP521R1Field_Reduce23_m9A3E2A0F28B53CB73D6D586F951419EEEF0CE290(L_45, /*hidden argument*/NULL); // uint[] S = Y1Squared; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_6; V_10 = L_46; // SecP521R1Field.Multiply(Y1Squared, X1.x, S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = V_6; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_48 = V_2; NullCheck(L_48); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = L_48->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = V_10; SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_47, L_49, L_50, /*hidden argument*/NULL); // Nat.ShiftUpBits(17, S, 2, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = V_10; uint32_t L_52; L_52 = Nat_ShiftUpBits_m6C97966C52703C00262165E1FBA7B38A45DB3206(((int32_t)17), L_51, 2, 0, /*hidden argument*/NULL); // SecP521R1Field.Reduce23(S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = V_10; SecP521R1Field_Reduce23_m9A3E2A0F28B53CB73D6D586F951419EEEF0CE290(L_53, /*hidden argument*/NULL); // Nat.ShiftUpBits(17, T, 3, 0, t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = V_4; uint32_t L_56; L_56 = Nat_ShiftUpBits_mF8ED2FE83B0901250AF640D53918BE597DCF8854(((int32_t)17), L_54, 3, 0, L_55, /*hidden argument*/NULL); // SecP521R1Field.Reduce23(t1); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = V_4; SecP521R1Field_Reduce23_m9A3E2A0F28B53CB73D6D586F951419EEEF0CE290(L_57, /*hidden argument*/NULL); // SecP521R1FieldElement X3 = new SecP521R1FieldElement(T); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_58 = V_7; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_59 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_59, L_58, /*hidden argument*/NULL); V_11 = L_59; // SecP521R1Field.Square(M, X3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = V_9; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_61 = V_11; NullCheck(L_61); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = L_61->get_x_1(); SecP521R1Field_Square_mE1D13738E587BD93839CDADFAE63F221AF59A96E(L_60, L_62, /*hidden argument*/NULL); // SecP521R1Field.Subtract(X3.x, S, X3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_63 = V_11; NullCheck(L_63); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = L_63->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = V_10; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_66 = V_11; NullCheck(L_66); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = L_66->get_x_1(); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_64, L_65, L_67, /*hidden argument*/NULL); // SecP521R1Field.Subtract(X3.x, S, X3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_68 = V_11; NullCheck(L_68); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = L_68->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = V_10; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_71 = V_11; NullCheck(L_71); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = L_71->get_x_1(); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_69, L_70, L_72, /*hidden argument*/NULL); // SecP521R1FieldElement Y3 = new SecP521R1FieldElement(S); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = V_10; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_74 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_74, L_73, /*hidden argument*/NULL); V_12 = L_74; // SecP521R1Field.Subtract(S, X3.x, Y3.x); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_10; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_76 = V_11; NullCheck(L_76); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = L_76->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_78 = V_12; NullCheck(L_78); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = L_78->get_x_1(); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_75, L_77, L_79, /*hidden argument*/NULL); // SecP521R1Field.Multiply(Y3.x, M, Y3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_80 = V_12; NullCheck(L_80); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = L_80->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = V_9; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_83 = V_12; NullCheck(L_83); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_84 = L_83->get_x_1(); SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_81, L_82, L_84, /*hidden argument*/NULL); // SecP521R1Field.Subtract(Y3.x, t1, Y3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_85 = V_12; NullCheck(L_85); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_86 = L_85->get_x_1(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_4; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_88 = V_12; NullCheck(L_88); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = L_88->get_x_1(); SecP521R1Field_Subtract_m0B5DDE4D434F371C8D5044D8EEBE97F4C26E7495(L_86, L_87, L_89, /*hidden argument*/NULL); // SecP521R1FieldElement Z3 = new SecP521R1FieldElement(M); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90 = V_9; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_91 = (SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A *)il2cpp_codegen_object_new(SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A_il2cpp_TypeInfo_var); SecP521R1FieldElement__ctor_m9849D528DF08EDB72332E14E1B491EDD77E144DB(L_91, L_90, /*hidden argument*/NULL); V_13 = L_91; // SecP521R1Field.Twice(Y1.x, Z3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_92 = V_1; NullCheck(L_92); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = L_92->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_94 = V_13; NullCheck(L_94); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = L_94->get_x_1(); SecP521R1Field_Twice_m21A61A87DC9F68FC71FB4F06E3ACA03EDA46E28C(L_93, L_95, /*hidden argument*/NULL); // if (!Z1IsOne) if (G_B6_0) { goto IL_01de; } } { // SecP521R1Field.Multiply(Z3.x, Z1.x, Z3.x); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_96 = V_13; NullCheck(L_96); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = L_96->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_98 = V_3; NullCheck(L_98); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = L_98->get_x_1(); SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_100 = V_13; NullCheck(L_100); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = L_100->get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(SecP521R1Field_tE6602B30DFC143344EA86571A1629E42C93CE135_il2cpp_TypeInfo_var); SecP521R1Field_Multiply_m5C57709A223F85229CD6E435969388DF2F570371(L_97, L_99, L_101, /*hidden argument*/NULL); } IL_01de: { // return new SecP521R1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_102 = V_0; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_103 = V_11; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_104 = V_12; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_105 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_106 = L_105; SecP521R1FieldElement_t2EC7846A71DBCC3A0BC0FD6B393EE7F7C285C31A * L_107 = V_13; NullCheck(L_106); ArrayElementTypeCheck (L_106, L_107); (L_106)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_107); bool L_108; L_108 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * L_109 = (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)il2cpp_codegen_object_new(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); SecP521R1Point__ctor_m9B16BE5516C80F042A2D7E79BC702E559FDE2527(L_109, L_102, L_103, L_104, L_106, L_108, /*hidden argument*/NULL); return L_109; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Point_TwicePlus_m04F42796899C96BF708DEEE2115D23A6FDE75F9B (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { { // if (this == b) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___b0; if ((!(((RuntimeObject*)(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)__this) == ((RuntimeObject*)(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_0)))) { goto IL_000b; } } { // return ThreeTimes(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1; L_1 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(33 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ThreeTimes() */, __this); return L_1; } IL_000b: { // if (this.IsInfinity) bool L_2; L_2 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___b0; return L_3; } IL_0015: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4 = ___b0; NullCheck(L_4); bool L_5; L_5 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_6; } IL_0024: { // ECFieldElement Y1 = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // if (Y1.IsZero) NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0033; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0033: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10; L_10 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11 = ___b0; NullCheck(L_10); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12; L_12 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_10, L_11); return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::ThreeTimes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Point_ThreeTimes_mFD10B2B58AB43C8FCACC007868AE02AB4A86C88B (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, const RuntimeMethod* method) { { // if (this.IsInfinity || this.RawYCoord.IsZero) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0015; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0017; } } IL_0015: { // return this; return __this; } IL_0017: { // return Twice().Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); NullCheck(L_3); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_3, __this); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1Point::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecP521R1Point_Negate_mDF2A9A41AB0B52F978C73CA880644216F1772965 (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // return new SecP521R1Point(Curve, RawXCoord, RawYCoord.Negate(), RawZCoords, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Negate() */, L_3); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5; L_5 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); bool L_6; L_6 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B * L_7 = (SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B *)il2cpp_codegen_object_new(SecP521R1Point_t163BFC685101447DED7C6BDF4143263AE230FD5B_il2cpp_TypeInfo_var); SecP521R1Point__ctor_m9B16BE5516C80F042A2D7E79BC702E559FDE2527(L_7, L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Add(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Add_mE42BB037821FF583DD6DE190B88C08344A884766 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { { // z[0] = x[0] ^ y[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___y1; NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)L_6))); // z[1] = x[1] ^ y[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___x0; NullCheck(L_8); int32_t L_9 = 1; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___y1; NullCheck(L_11); int32_t L_12 = 1; int64_t L_13 = (int64_t)(L_11)->GetAt(static_cast(L_12)); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_13))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::AddExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_AddExt_m8EC558F20D87254F8708ADF55E6D94B2E0AC525A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___yy1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { { // zz[0] = xx[0] ^ yy[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___xx0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___yy1; NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)L_6))); // zz[1] = xx[1] ^ yy[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___xx0; NullCheck(L_8); int32_t L_9 = 1; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___yy1; NullCheck(L_11); int32_t L_12 = 1; int64_t L_13 = (int64_t)(L_11)->GetAt(static_cast(L_12)); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_13))); // zz[2] = xx[2] ^ yy[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___xx0; NullCheck(L_15); int32_t L_16 = 2; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___yy1; NullCheck(L_18); int32_t L_19 = 2; int64_t L_20 = (int64_t)(L_18)->GetAt(static_cast(L_19)); NullCheck(L_14); (L_14)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_17^(int64_t)L_20))); // zz[3] = xx[3] ^ yy[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = ___xx0; NullCheck(L_22); int32_t L_23 = 3; int64_t L_24 = (int64_t)(L_22)->GetAt(static_cast(L_23)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = ___yy1; NullCheck(L_25); int32_t L_26 = 3; int64_t L_27 = (int64_t)(L_25)->GetAt(static_cast(L_26)); NullCheck(L_21); (L_21)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)L_24^(int64_t)L_27))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::AddOne(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_AddOne_m009E33A339E346A756CE96B51FC845B079DA7C11 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { { // z[0] = x[0] ^ 1UL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)((int64_t)((int64_t)1))))); // z[1] = x[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___x0; NullCheck(L_5); int32_t L_6 = 1; int64_t L_7 = (int64_t)(L_5)->GetAt(static_cast(L_6)); NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint64_t)L_7); // } return; } } // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* SecT113Field_FromBigInteger_mC44A0BE793AC97BBB2C42C2AD16FA5B56D89B167 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { { // ulong[] z = Nat128.FromBigInteger64(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1; L_1 = Nat128_FromBigInteger64_m4AB7AC0EA8D83AB1818B8EB8C7B4C4632C729C67(L_0, /*hidden argument*/NULL); // Reduce15(z, 0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = L_1; SecT113Field_Reduce15_m6E3557325C0CB5F6A70743656527BF1EF8B9C5E8(L_2, 0, /*hidden argument*/NULL); // return z; return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Invert(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Invert_m6A658488D9F11A9D8D286A6D971BDA78D618ECB4 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; { // if (Nat128.IsZero64(x)) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; bool L_1; L_1 = Nat128_IsZero64_m42D1415D52BA6A87F815A6198A031870334B0214(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { // throw new InvalidOperationException(); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT113Field_Invert_m6A658488D9F11A9D8D286A6D971BDA78D618ECB4_RuntimeMethod_var))); } IL_000e: { // ulong[] t0 = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3; L_3 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_0 = L_3; // ulong[] t1 = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4; L_4 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_1 = L_4; // Square(x, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; SecT113Field_Square_mBA807541B006467C2437B74BB05586FF365E5814(L_5, L_6, /*hidden argument*/NULL); // Multiply(t0, x, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_0; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_7, L_8, L_9, /*hidden argument*/NULL); // Square(t0, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_0; SecT113Field_Square_mBA807541B006467C2437B74BB05586FF365E5814(L_10, L_11, /*hidden argument*/NULL); // Multiply(t0, x, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = V_0; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_12, L_13, L_14, /*hidden argument*/NULL); // SquareN(t0, 3, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_1; SecT113Field_SquareN_mE81A7B4ED783D80EDC035533F9D0444CB7127223(L_15, 3, L_16, /*hidden argument*/NULL); // Multiply(t1, t0, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = V_1; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_17, L_18, L_19, /*hidden argument*/NULL); // Square(t1, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_1; SecT113Field_Square_mBA807541B006467C2437B74BB05586FF365E5814(L_20, L_21, /*hidden argument*/NULL); // Multiply(t1, x, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = V_1; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_22, L_23, L_24, /*hidden argument*/NULL); // SquareN(t1, 7, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = V_0; SecT113Field_SquareN_mE81A7B4ED783D80EDC035533F9D0444CB7127223(L_25, 7, L_26, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_27 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_29 = V_0; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_27, L_28, L_29, /*hidden argument*/NULL); // SquareN(t0, 14, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_1; SecT113Field_SquareN_mE81A7B4ED783D80EDC035533F9D0444CB7127223(L_30, ((int32_t)14), L_31, /*hidden argument*/NULL); // Multiply(t1, t0, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_32 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_33 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = V_1; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_32, L_33, L_34, /*hidden argument*/NULL); // SquareN(t1, 28, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_35 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_36 = V_0; SecT113Field_SquareN_mE81A7B4ED783D80EDC035533F9D0444CB7127223(L_35, ((int32_t)28), L_36, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_38 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_39 = V_0; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_37, L_38, L_39, /*hidden argument*/NULL); // SquareN(t0, 56, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_40 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = V_1; SecT113Field_SquareN_mE81A7B4ED783D80EDC035533F9D0444CB7127223(L_40, ((int32_t)56), L_41, /*hidden argument*/NULL); // Multiply(t1, t0, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_42 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_44 = V_1; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_42, L_43, L_44, /*hidden argument*/NULL); // Square(t1, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_46 = ___z1; SecT113Field_Square_mBA807541B006467C2437B74BB05586FF365E5814(L_45, L_46, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Multiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat128.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_CreateExt64_m4619052A4E561059400017486C84504551A98AFD(/*hidden argument*/NULL); V_0 = L_0; // ImplMultiply(x, y, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___y1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT113Field_ImplMultiply_m67867697ADC84793520DA0285B1FEE161865199A(L_1, L_2, L_3, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z2; SecT113Field_Reduce_m81BE8FCEA7DA4863F08EB456B39F362FC0F0D1C8(L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::MultiplyAddToExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_MultiplyAddToExt_m92153FA5D550FA989D61AD3ACE897F9B0DD5E02F (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat128.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_CreateExt64_m4619052A4E561059400017486C84504551A98AFD(/*hidden argument*/NULL); V_0 = L_0; // ImplMultiply(x, y, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___y1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT113Field_ImplMultiply_m67867697ADC84793520DA0285B1FEE161865199A(L_1, L_2, L_3, /*hidden argument*/NULL); // AddExt(zz, tt, zz); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___zz2; SecT113Field_AddExt_m8EC558F20D87254F8708ADF55E6D94B2E0AC525A(L_4, L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Reduce(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Reduce_m81BE8FCEA7DA4863F08EB456B39F362FC0F0D1C8 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; { // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___xx0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___xx0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___xx0; NullCheck(L_6); int32_t L_7 = 2; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___xx0; NullCheck(L_9); int32_t L_10 = 3; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // x1 ^= (x3 << 15) ^ (x3 << 24); uint64_t L_12 = V_1; uint64_t L_13 = V_3; uint64_t L_14 = V_3; V_1 = ((int64_t)((int64_t)L_12^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_13<<(int32_t)((int32_t)15)))^(int64_t)((int64_t)((int64_t)L_14<<(int32_t)((int32_t)24))))))); // x2 ^= (x3 >> 49) ^ (x3 >> 40); uint64_t L_15 = V_2; uint64_t L_16 = V_3; uint64_t L_17 = V_3; V_2 = ((int64_t)((int64_t)L_15^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_16>>((int32_t)49)))^(int64_t)((int64_t)((uint64_t)L_17>>((int32_t)40))))))); // x0 ^= (x2 << 15) ^ (x2 << 24); uint64_t L_18 = V_0; uint64_t L_19 = V_2; uint64_t L_20 = V_2; V_0 = ((int64_t)((int64_t)L_18^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_19<<(int32_t)((int32_t)15)))^(int64_t)((int64_t)((int64_t)L_20<<(int32_t)((int32_t)24))))))); // x1 ^= (x2 >> 49) ^ (x2 >> 40); uint64_t L_21 = V_1; uint64_t L_22 = V_2; uint64_t L_23 = V_2; V_1 = ((int64_t)((int64_t)L_21^(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_22>>((int32_t)49)))^(int64_t)((int64_t)((uint64_t)L_23>>((int32_t)40))))))); // ulong t = x1 >> 49; uint64_t L_24 = V_1; V_4 = ((int64_t)((uint64_t)L_24>>((int32_t)49))); // z[0] = x0 ^ t ^ (t << 9); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = ___z1; uint64_t L_26 = V_0; uint64_t L_27 = V_4; uint64_t L_28 = V_4; NullCheck(L_25); (L_25)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_26^(int64_t)L_27))^(int64_t)((int64_t)((int64_t)L_28<<(int32_t)((int32_t)9)))))); // z[1] = x1 & M49; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_29 = ___z1; uint64_t L_30 = V_1; NullCheck(L_29); (L_29)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)L_30&(int64_t)((int64_t)562949953421311LL)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Reduce15(System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Reduce15_m6E3557325C0CB5F6A70743656527BF1EF8B9C5E8 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z0, int32_t ___zOff1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; { // ulong z1 = z[zOff + 1], t = z1 >> 49; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z0; int32_t L_1 = ___zOff1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); int64_t L_3 = (int64_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // ulong z1 = z[zOff + 1], t = z1 >> 49; uint64_t L_4 = V_0; V_1 = ((int64_t)((uint64_t)L_4>>((int32_t)49))); // z[zOff ] ^= t ^ (t << 9); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z0; int32_t L_6 = ___zOff1; NullCheck(L_5); uint64_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6))); int64_t L_8 = *((int64_t*)L_7); uint64_t L_9 = V_1; uint64_t L_10 = V_1; *((int64_t*)L_7) = (int64_t)((int64_t)((int64_t)L_8^(int64_t)((int64_t)((int64_t)L_9^(int64_t)((int64_t)((int64_t)L_10<<(int32_t)((int32_t)9))))))); // z[zOff + 1] = z1 & M49; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___z0; int32_t L_12 = ___zOff1; uint64_t L_13 = V_0; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))), (uint64_t)((int64_t)((int64_t)L_13&(int64_t)((int64_t)562949953421311LL)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Sqrt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Sqrt_m1FA60CC2CDC3FC66041C82E421F188415C4053B8 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { // ulong u0 = Interleave.Unshuffle(x[0]), u1 = Interleave.Unshuffle(x[1]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); uint64_t L_3; L_3 = Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E(L_2, /*hidden argument*/NULL); // ulong u0 = Interleave.Unshuffle(x[0]), u1 = Interleave.Unshuffle(x[1]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___x0; NullCheck(L_4); int32_t L_5 = 1; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); uint64_t L_7; L_7 = Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E(L_6, /*hidden argument*/NULL); V_0 = L_7; // ulong e0 = (u0 & 0x00000000FFFFFFFFUL) | (u1 << 32); uint64_t L_8 = L_3; uint64_t L_9 = V_0; V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)L_8&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))|(int64_t)((int64_t)((int64_t)L_9<<(int32_t)((int32_t)32))))); // ulong c0 = (u0 >> 32) | (u1 & 0xFFFFFFFF00000000UL); uint64_t L_10 = V_0; V_2 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_8>>((int32_t)32)))|(int64_t)((int64_t)((int64_t)L_10&(int64_t)((int64_t)-4294967296LL))))); // z[0] = e0 ^ (c0 << 57) ^ (c0 << 5); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___z1; uint64_t L_12 = V_1; uint64_t L_13 = V_2; uint64_t L_14 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_12^(int64_t)((int64_t)((int64_t)L_13<<(int32_t)((int32_t)57)))))^(int64_t)((int64_t)((int64_t)L_14<<(int32_t)5))))); // z[1] = (c0 >> 7) ^ (c0 >> 59); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___z1; uint64_t L_16 = V_2; uint64_t L_17 = V_2; NullCheck(L_15); (L_15)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_16>>7))^(int64_t)((int64_t)((uint64_t)L_17>>((int32_t)59)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Square(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_Square_mBA807541B006467C2437B74BB05586FF365E5814 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat128.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_CreateExt64_m4619052A4E561059400017486C84504551A98AFD(/*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; SecT113Field_ImplSquare_mC191AA1B903C75A83378C73B8A3DFB353EAEA11A(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z1; SecT113Field_Reduce_m81BE8FCEA7DA4863F08EB456B39F362FC0F0D1C8(L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::SquareAddToExt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_SquareAddToExt_mB95B916311A47006D7D3D3633AD9C80C018B49C5 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat128.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_CreateExt64_m4619052A4E561059400017486C84504551A98AFD(/*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; SecT113Field_ImplSquare_mC191AA1B903C75A83378C73B8A3DFB353EAEA11A(L_1, L_2, /*hidden argument*/NULL); // AddExt(zz, tt, zz); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___zz1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___zz1; SecT113Field_AddExt_m8EC558F20D87254F8708ADF55E6D94B2E0AC525A(L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::SquareN(System.UInt64[],System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_SquareN_mE81A7B4ED783D80EDC035533F9D0444CB7127223 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, int32_t ___n1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat128.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_CreateExt64_m4619052A4E561059400017486C84504551A98AFD(/*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; SecT113Field_ImplSquare_mC191AA1B903C75A83378C73B8A3DFB353EAEA11A(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z2; SecT113Field_Reduce_m81BE8FCEA7DA4863F08EB456B39F362FC0F0D1C8(L_3, L_4, /*hidden argument*/NULL); goto IL_0024; } IL_0016: { // ImplSquare(z, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; SecT113Field_ImplSquare_mC191AA1B903C75A83378C73B8A3DFB353EAEA11A(L_5, L_6, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___z2; SecT113Field_Reduce_m81BE8FCEA7DA4863F08EB456B39F362FC0F0D1C8(L_7, L_8, /*hidden argument*/NULL); } IL_0024: { // while (--n > 0) int32_t L_9 = ___n1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); ___n1 = L_10; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0016; } } { // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::Trace(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SecT113Field_Trace_m865F3043534E65E7D85B02BCC4CC77BD3EBC637E (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method) { { // return (uint)(x[0]) & 1U; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); return ((int32_t)((int32_t)((int32_t)((uint32_t)L_2))&(int32_t)1)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::ImplMultiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_ImplMultiply_m67867697ADC84793520DA0285B1FEE161865199A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_3 = NULL; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; { // ulong f0 = x[0], f1 = x[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); // ulong f0 = x[0], f1 = x[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_0 = L_5; // f1 = ((f0 >> 57) ^ (f1 << 7)) & M57; int64_t L_6 = L_2; uint64_t L_7 = V_0; V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_6>>((int32_t)57)))^(int64_t)((int64_t)((int64_t)L_7<<(int32_t)7))))&(int64_t)((int64_t)144115188075855871LL))); // f0 &= M57; // ulong g0 = y[0], g1 = y[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___y1; NullCheck(L_8); int32_t L_9 = 0; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); V_1 = L_10; // ulong g0 = y[0], g1 = y[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___y1; NullCheck(L_11); int32_t L_12 = 1; int64_t L_13 = (int64_t)(L_11)->GetAt(static_cast(L_12)); V_2 = L_13; // g1 = ((g0 >> 57) ^ (g1 << 7)) & M57; uint64_t L_14 = V_1; uint64_t L_15 = V_2; V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_14>>((int32_t)57)))^(int64_t)((int64_t)((int64_t)L_15<<(int32_t)7))))&(int64_t)((int64_t)144115188075855871LL))); // g0 &= M57; uint64_t L_16 = V_1; V_1 = ((int64_t)((int64_t)L_16&(int64_t)((int64_t)144115188075855871LL))); // ulong[] H = new ulong[6]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)6); V_3 = L_17; // ImplMulw(f0, g0, H, 0); // H(0) 57/56 bits int64_t L_18 = ((int64_t)((int64_t)L_6&(int64_t)((int64_t)144115188075855871LL))); uint64_t L_19 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = V_3; SecT113Field_ImplMulw_mCFF22E9D8A04AE45BABAA98E624344B5654567FB(L_18, L_19, L_20, 0, /*hidden argument*/NULL); // ImplMulw(f1, g1, H, 2); // H(INF) 57/54 bits uint64_t L_21 = V_0; uint64_t L_22 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = V_3; SecT113Field_ImplMulw_mCFF22E9D8A04AE45BABAA98E624344B5654567FB(L_21, L_22, L_23, 2, /*hidden argument*/NULL); // ImplMulw(f0 ^ f1, g0 ^ g1, H, 4); // H(1) 57/56 bits uint64_t L_24 = V_0; uint64_t L_25 = V_1; uint64_t L_26 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_27 = V_3; SecT113Field_ImplMulw_mCFF22E9D8A04AE45BABAA98E624344B5654567FB(((int64_t)((int64_t)L_18^(int64_t)L_24)), ((int64_t)((int64_t)L_25^(int64_t)L_26)), L_27, 4, /*hidden argument*/NULL); // ulong r = H[1] ^ H[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = V_3; NullCheck(L_28); int32_t L_29 = 1; int64_t L_30 = (int64_t)(L_28)->GetAt(static_cast(L_29)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_3; NullCheck(L_31); int32_t L_32 = 2; int64_t L_33 = (int64_t)(L_31)->GetAt(static_cast(L_32)); V_4 = ((int64_t)((int64_t)L_30^(int64_t)L_33)); // ulong z0 = H[0], UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = V_3; NullCheck(L_34); int32_t L_35 = 0; int64_t L_36 = (int64_t)(L_34)->GetAt(static_cast(L_35)); V_5 = L_36; // z3 = H[3], UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = V_3; NullCheck(L_37); int32_t L_38 = 3; int64_t L_39 = (int64_t)(L_37)->GetAt(static_cast(L_38)); V_6 = L_39; // z1 = H[4] ^ z0 ^ r, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_40 = V_3; NullCheck(L_40); int32_t L_41 = 4; int64_t L_42 = (int64_t)(L_40)->GetAt(static_cast(L_41)); uint64_t L_43 = V_5; uint64_t L_44 = V_4; V_7 = ((int64_t)((int64_t)((int64_t)((int64_t)L_42^(int64_t)L_43))^(int64_t)L_44)); // z2 = H[5] ^ z3 ^ r; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = V_3; NullCheck(L_45); int32_t L_46 = 5; int64_t L_47 = (int64_t)(L_45)->GetAt(static_cast(L_46)); uint64_t L_48 = V_6; uint64_t L_49 = V_4; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_47^(int64_t)L_48))^(int64_t)L_49)); // zz[0] = z0 ^ (z1 << 57); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_50 = ___zz2; uint64_t L_51 = V_5; uint64_t L_52 = V_7; NullCheck(L_50); (L_50)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_51^(int64_t)((int64_t)((int64_t)L_52<<(int32_t)((int32_t)57)))))); // zz[1] = (z1 >> 7) ^ (z2 << 50); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_53 = ___zz2; uint64_t L_54 = V_7; uint64_t L_55 = V_8; NullCheck(L_53); (L_53)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_54>>7))^(int64_t)((int64_t)((int64_t)L_55<<(int32_t)((int32_t)50)))))); // zz[2] = (z2 >> 14) ^ (z3 << 43); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_56 = ___zz2; uint64_t L_57 = V_8; uint64_t L_58 = V_6; NullCheck(L_56); (L_56)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_57>>((int32_t)14)))^(int64_t)((int64_t)((int64_t)L_58<<(int32_t)((int32_t)43)))))); // zz[3] = (z3 >> 21); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_59 = ___zz2; uint64_t L_60 = V_6; NullCheck(L_59); (L_59)->SetAt(static_cast(3), (uint64_t)((int64_t)((uint64_t)L_60>>((int32_t)21)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::ImplMulw(System.UInt64,System.UInt64,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_ImplMulw_mCFF22E9D8A04AE45BABAA98E624344B5654567FB (uint64_t ___x0, uint64_t ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, int32_t ___zOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; uint32_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; int32_t V_5 = 0; { // ulong[] u = new ulong[8]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // u[1] = y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = V_0; uint64_t L_2 = ___y1; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint64_t)L_2); // u[2] = u[1] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 1; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_3); (L_3)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_6<<(int32_t)1))); // u[3] = u[2] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 2; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); uint64_t L_11 = ___y1; NullCheck(L_7); (L_7)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_11))); // u[4] = u[2] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 2; int64_t L_15 = (int64_t)(L_13)->GetAt(static_cast(L_14)); NullCheck(L_12); (L_12)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)L_15<<(int32_t)1))); // u[5] = u[4] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 4; int64_t L_19 = (int64_t)(L_17)->GetAt(static_cast(L_18)); uint64_t L_20 = ___y1; NullCheck(L_16); (L_16)->SetAt(static_cast(5), (uint64_t)((int64_t)((int64_t)L_19^(int64_t)L_20))); // u[6] = u[3] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = V_0; NullCheck(L_22); int32_t L_23 = 3; int64_t L_24 = (int64_t)(L_22)->GetAt(static_cast(L_23)); NullCheck(L_21); (L_21)->SetAt(static_cast(6), (uint64_t)((int64_t)((int64_t)L_24<<(int32_t)1))); // u[7] = u[6] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = V_0; NullCheck(L_26); int32_t L_27 = 6; int64_t L_28 = (int64_t)(L_26)->GetAt(static_cast(L_27)); uint64_t L_29 = ___y1; NullCheck(L_25); (L_25)->SetAt(static_cast(7), (uint64_t)((int64_t)((int64_t)L_28^(int64_t)L_29))); // uint j = (uint)x; uint64_t L_30 = ___x0; V_1 = ((int32_t)((uint32_t)L_30)); // ulong g, h = 0, l = u[j & 7]; V_3 = ((int64_t)((int64_t)0)); // ulong g, h = 0, l = u[j & 7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_0; uint32_t L_32 = V_1; NullCheck(L_31); int32_t L_33 = ((int32_t)((int32_t)L_32&(int32_t)7)); int64_t L_34 = (int64_t)(L_31)->GetAt(static_cast(L_33)); V_4 = L_34; // int k = 48; V_5 = ((int32_t)48); } IL_004c: { // j = (uint)(x >> k); uint64_t L_35 = ___x0; int32_t L_36 = V_5; V_1 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_35>>((int32_t)((int32_t)L_36&(int32_t)((int32_t)63))))))); // g = u[j & 7] // ^ u[(j >> 3) & 7] << 3 // ^ u[(j >> 6) & 7] << 6; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = V_0; uint32_t L_38 = V_1; NullCheck(L_37); int32_t L_39 = ((int32_t)((int32_t)L_38&(int32_t)7)); int64_t L_40 = (int64_t)(L_37)->GetAt(static_cast(L_39)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = V_0; uint32_t L_42 = V_1; NullCheck(L_41); int32_t L_43 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_42>>3))&(int32_t)7)); int64_t L_44 = (int64_t)(L_41)->GetAt(static_cast(L_43)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = V_0; uint32_t L_46 = V_1; NullCheck(L_45); int32_t L_47 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_46>>6))&(int32_t)7)); int64_t L_48 = (int64_t)(L_45)->GetAt(static_cast(L_47)); V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)L_40^(int64_t)((int64_t)((int64_t)L_44<<(int32_t)3))))^(int64_t)((int64_t)((int64_t)L_48<<(int32_t)6)))); // l ^= (g << k); uint64_t L_49 = V_4; uint64_t L_50 = V_2; int32_t L_51 = V_5; V_4 = ((int64_t)((int64_t)L_49^(int64_t)((int64_t)((int64_t)L_50<<(int32_t)((int32_t)((int32_t)L_51&(int32_t)((int32_t)63))))))); // h ^= (g >> -k); uint64_t L_52 = V_3; uint64_t L_53 = V_2; int32_t L_54 = V_5; V_3 = ((int64_t)((int64_t)L_52^(int64_t)((int64_t)((uint64_t)L_53>>((int32_t)((int32_t)((-L_54))&(int32_t)((int32_t)63))))))); // while ((k -= 9) > 0); int32_t L_55 = V_5; int32_t L_56 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)((int32_t)9))); V_5 = L_56; if ((((int32_t)L_56) > ((int32_t)0))) { goto IL_004c; } } { // h ^= ((x & 0x0100804020100800UL) & (ulong)(((long)y << 7) >> 63)) >> 8; uint64_t L_57 = V_3; uint64_t L_58 = ___x0; uint64_t L_59 = ___y1; V_3 = ((int64_t)((int64_t)L_57^(int64_t)((int64_t)((uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_58&(int64_t)((int64_t)72198606942111744LL)))&(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_59<<(int32_t)7))>>(int32_t)((int32_t)63)))))>>8)))); // z[zOff ] = l & M57; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_60 = ___z2; int32_t L_61 = ___zOff3; uint64_t L_62 = V_4; NullCheck(L_60); (L_60)->SetAt(static_cast(L_61), (uint64_t)((int64_t)((int64_t)L_62&(int64_t)((int64_t)144115188075855871LL)))); // z[zOff + 1] = (l >> 57) ^ (h << 7); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_63 = ___z2; int32_t L_64 = ___zOff3; uint64_t L_65 = V_4; uint64_t L_66 = V_3; NullCheck(L_63); (L_63)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_65>>((int32_t)57)))^(int64_t)((int64_t)((int64_t)L_66<<(int32_t)7))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::ImplSquare(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field_ImplSquare_mC191AA1B903C75A83378C73B8A3DFB353EAEA11A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method) { { // Interleave.Expand64To128(x[0], zz, 0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___zz1; Interleave_Expand64To128_m74E013962CD4EFE9B70ABBA1C96B69B7B6592806(L_2, L_3, 0, /*hidden argument*/NULL); // Interleave.Expand64To128(x[1], zz, 2); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___x0; NullCheck(L_4); int32_t L_5 = 1; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___zz1; Interleave_Expand64To128_m74E013962CD4EFE9B70ABBA1C96B69B7B6592806(L_6, L_7, 2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113Field__ctor_mB9E3660C157BD71C6817BF56B761267E8D90C84F (SecT113Field_t11A2B41DB4D8BDF8E6D829C917E1A98EBA7D3F2E * __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.Math.EC.Custom.Sec.SecT113FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113FieldElement__ctor_m2F5DAFB418B051BC0FD877BF1C71AF738549AC8F (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { { // public SecT113FieldElement(BigInteger x) AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // if (x == null || x.SignValue < 0 || x.BitLength > 113) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; if (!L_0) { goto IL_001c; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001c; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)((int32_t)113)))) { goto IL_002c; } } IL_001c: { // throw new ArgumentException("value invalid for SecT113FieldElement", "x"); 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*)&_stringLiteral21F436AB0CBBEB54E8E4B021A19522A2E4002896)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT113FieldElement__ctor_m2F5DAFB418B051BC0FD877BF1C71AF738549AC8F_RuntimeMethod_var))); } IL_002c: { // this.x = SecT113Field.FromBigInteger(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7; L_7 = SecT113Field_FromBigInteger_mC44A0BE793AC97BBB2C42C2AD16FA5B56D89B167(L_6, /*hidden argument*/NULL); __this->set_x_0(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113FieldElement__ctor_m38075C979C7A294129A2230056AAED2422E68D08 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // public SecT113FieldElement() AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // this.x = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); __this->set_x_0(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::.ctor(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method) { { // protected internal SecT113FieldElement(ulong[] x) AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // this.x = x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; __this->set_x_0(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113FieldElement_get_IsOne_mC6CCA4DDC87A3D2B80C71363B99718562F103BBD (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // get { return Nat128.IsOne64(x); } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); bool L_1; L_1 = Nat128_IsOne64_mBBD1E755E8DFA443161A2A99ED2D5B45F8A4F35C(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113FieldElement_get_IsZero_m60BC9E7C619E853CC359F1F2E709FD8380EE6BB4 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // get { return Nat128.IsZero64(x); } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); bool L_1; L_1 = Nat128_IsZero64_m42D1415D52BA6A87F815A6198A031870334B0214(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113FieldElement_TestBitZero_m2F26B1DD55191703785D0FCEB3A124A57EF5585E (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // return (x[0] & 1L) != 0L; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); return (bool)((!(((uint64_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((int64_t)1))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecT113FieldElement_ToBigInteger_mED27856675A51BD0E2EA7256390F322DF575B5ED (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // return Nat128.ToBigInteger64(x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Nat128_ToBigInteger64_mB73457CD4648F80035E3C28F865B77F591E6383B(L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_FieldName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecT113FieldElement_get_FieldName_mFF8EA9E7113A8812B4EAC2D49AA886310FAA0C8C (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB782DF5794E9C49D5B36B43FEDC8DF143F231866); s_Il2CppMethodInitialized = true; } { // get { return "SecT113Field"; } return _stringLiteralB782DF5794E9C49D5B36B43FEDC8DF143F231866; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113FieldElement_get_FieldSize_mB62E12FAC9DB0367B8A5E2662150DABFF5AE119A (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // get { return 113; } return ((int32_t)113); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_Add_m42316E21AD5D8E5088D6C9CA9F1CE896779EEAD9 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_0 = L_0; // SecT113Field.Add(x, ((SecT113FieldElement)b).x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_2, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_2, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; SecT113Field_Add_mE42BB037821FF583DD6DE190B88C08344A884766(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_6 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::AddOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_AddOne_m20C24EB8F57FAE41AD2C5A13AE0367B7F5E51332 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_0 = L_0; // SecT113Field.AddOne(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; SecT113Field_AddOne_m009E33A339E346A756CE96B51FC845B079DA7C11(L_1, L_2, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_4 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_Subtract_m1D74D0BDB16A7AAE72561E427B10E107A1E7DC8F (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { { // return Add(b); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_Multiply_mC832FA150885B4FBC38FD013EE64C8FEC0E5166A (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_0 = L_0; // SecT113Field.Multiply(x, ((SecT113FieldElement)b).x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_2, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_2, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; SecT113Field_Multiply_m025A6BADB52450D256D569EE1C685DC2679B8BB2(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_6 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::MultiplyMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_MultiplyMinusProduct_m97C662BF96D7D205526763BB7370BD7FF65165B1 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // return MultiplyPlusProduct(b, x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, L_1, L_2); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_MultiplyPlusProduct_m6D37885AB3E9207AF500A192C6695B06A4728C30 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_2 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_3 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_4 = NULL; { // ulong[] ax = this.x, bx = ((SecT113FieldElement)b).x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); V_0 = L_0; // ulong[] ax = this.x, bx = ((SecT113FieldElement)b).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___b0; NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_1, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_1, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); V_1 = L_2; // ulong[] xx = ((SecT113FieldElement)x).x, yx = ((SecT113FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___x1; NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_3, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_3, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); // ulong[] xx = ((SecT113FieldElement)x).x, yx = ((SecT113FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_5, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_5, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); V_2 = L_6; // ulong[] tt = Nat128.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7; L_7 = Nat128_CreateExt64_m4619052A4E561059400017486C84504551A98AFD(/*hidden argument*/NULL); V_3 = L_7; // SecT113Field.MultiplyAddToExt(ax, bx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_3; SecT113Field_MultiplyAddToExt_m92153FA5D550FA989D61AD3ACE897F9B0DD5E02F(L_8, L_9, L_10, /*hidden argument*/NULL); // SecT113Field.MultiplyAddToExt(xx, yx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_3; SecT113Field_MultiplyAddToExt_m92153FA5D550FA989D61AD3ACE897F9B0DD5E02F(L_4, L_11, L_12, /*hidden argument*/NULL); // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13; L_13 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_4 = L_13; // SecT113Field.Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = V_3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_4; SecT113Field_Reduce_m81BE8FCEA7DA4863F08EB456B39F362FC0F0D1C8(L_14, L_15, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_4; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_17 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_17, L_16, /*hidden argument*/NULL); return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_Divide_m46E406D58BC403D2064C4B105D9A7BA688CCCA14 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { { // return Multiply(b.Invert()); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; NullCheck(L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Invert() */, L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_Negate_m2CF3C23E644955CCF995AEC6F9A8A167A2C86610 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Square() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_Square_mE4AD8C5A63207979E231935AE39EF957B473AAA1 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_0 = L_0; // SecT113Field.Square(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; SecT113Field_Square_mBA807541B006467C2437B74BB05586FF365E5814(L_1, L_2, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_4 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::SquareMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_SquareMinusProduct_m15306D1C7EE3F38A2D963C65DF189EB159CB57BA (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { { // return SquarePlusProduct(x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_SquarePlusProduct_m09D85947807531DDA9CD3307A19E4264A2AAC5A3 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_2 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_3 = NULL; { // ulong[] ax = this.x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); V_0 = L_0; // ulong[] xx = ((SecT113FieldElement)x).x, yx = ((SecT113FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x0; NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_1, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_1, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); // ulong[] xx = ((SecT113FieldElement)x).x, yx = ((SecT113FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___y1; NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_3, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_3, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); V_1 = L_4; // ulong[] tt = Nat128.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5; L_5 = Nat128_CreateExt64_m4619052A4E561059400017486C84504551A98AFD(/*hidden argument*/NULL); V_2 = L_5; // SecT113Field.SquareAddToExt(ax, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_2; SecT113Field_SquareAddToExt_mB95B916311A47006D7D3D3633AD9C80C018B49C5(L_6, L_7, /*hidden argument*/NULL); // SecT113Field.MultiplyAddToExt(xx, yx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_2; SecT113Field_MultiplyAddToExt_m92153FA5D550FA989D61AD3ACE897F9B0DD5E02F(L_2, L_8, L_9, /*hidden argument*/NULL); // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10; L_10 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_3 = L_10; // SecT113Field.Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_3; SecT113Field_Reduce_m81BE8FCEA7DA4863F08EB456B39F362FC0F0D1C8(L_11, L_12, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = V_3; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_14 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_14, L_13, /*hidden argument*/NULL); return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::SquarePow(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_SquarePow_m287EC74EF8BE677C19C11852E574E62E87741671 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, int32_t ___pow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // if (pow < 1) int32_t L_0 = ___pow0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0006; } } { // return this; return __this; } IL_0006: { // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1; L_1 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_0 = L_1; // SecT113Field.SquareN(x, pow, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_x_0(); int32_t L_3 = ___pow0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; SecT113Field_SquareN_mE81A7B4ED783D80EDC035533F9D0444CB7127223(L_2, L_3, L_4, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_6 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Trace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113FieldElement_Trace_m8333E2ECA0C5F42555021893F95A8C32C56A03CC (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // return (int)SecT113Field.Trace(x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); uint32_t L_1; L_1 = SecT113Field_Trace_m865F3043534E65E7D85B02BCC4CC77BD3EBC637E(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Invert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_Invert_m36AF122F3E1C84E423E03C6BA743123FBE8D70A6 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_0 = L_0; // SecT113Field.Invert(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; SecT113Field_Invert_m6A658488D9F11A9D8D286A6D971BDA78D618ECB4(L_1, L_2, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_4 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Sqrt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113FieldElement_Sqrt_mCFF7E43D56E8EDF66F95C4AA3CDEB1247F295D9C (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat128.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat128_Create64_mDE686BE10F4A788B98B63BA5F8925BB30A880BA2(/*hidden argument*/NULL); V_0 = L_0; // SecT113Field.Sqrt(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; SecT113Field_Sqrt_m1FA60CC2CDC3FC66041C82E421F188415C4053B8(L_1, L_2, /*hidden argument*/NULL); // return new SecT113FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_4 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2C2EF10D55F84B0236D53E2F9E02FAEBC9B1E3ED(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_Representation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113FieldElement_get_Representation_m223FE3F00E4257A2FA9A22068697C1837924DC7A (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // get { return F2mFieldElement.Tpb; } return 2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113FieldElement_get_M_m57C6E614FD3475B950B5A74EA850DAED4BE78AEC (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // get { return 113; } return ((int32_t)113); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113FieldElement_get_K1_m9C5063E77C6844653CF13E7FC73F6C67A3BF79B9 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // get { return 9; } return ((int32_t)9); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113FieldElement_get_K2_mC2666237AEAD348EACFA12526E9C505563B3418C (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // get { return 0; } return 0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113FieldElement_get_K3_m7B47E937B8D7094FEACF93616F28F2639F671C6F (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { { // get { return 0; } return 0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113FieldElement_Equals_m28BE1A716B273C76E314B818BDD7BA7029BF90A6 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as SecT113FieldElement); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * >::Invoke(34 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement) */, __this, ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)IsInstClass((RuntimeObject*)L_0, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113FieldElement_Equals_m4E8045927D6334709A5C72F21B2AA36464C7906B (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(other as SecT113FieldElement); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___other0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * >::Invoke(34 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement) */, __this, ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)IsInstClass((RuntimeObject*)L_0, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113FieldElement_Equals_m39C4C5B39706AC46BFCE2F31F3647B9881AD342A (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * ___other0, const RuntimeMethod* method) { { // if (this == other) SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_0 = ___other0; if ((!(((RuntimeObject*)(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)__this) == ((RuntimeObject*)(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return Nat128.Eq64(x, other.x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_x_0(); SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_3 = ___other0; NullCheck(L_3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = L_3->get_x_0(); bool L_5; L_5 = Nat128_Eq64_m095A6DD511597959D13C7540E90305A0BF94EDC4(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113FieldElement::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113FieldElement_GetHashCode_mE17938590701A4CF926CC23827002CA78DC26747 (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return 113009 ^ Arrays.GetHashCode(x, 0, 2); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_mEDE24FF8CE14CFB6C4AC93BED1BCC557096CB0B7(L_0, 0, 2, /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)113009)^(int32_t)L_1)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Curve__ctor_m125BBFEFC5BA374F21B688ADD3CCC3858615CFA6 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral177362C48F2E95325EE85ED92A85B1482A581E5C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral463706C81D9A7FCEC9CFD74F6BDF5E47A3B70A04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48B43F5FA99E5E4DA91ECE489C9146C2E013F2C0); s_Il2CppMethodInitialized = true; } { // : base(113, 9, 0, 0) AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093(__this, ((int32_t)113), ((int32_t)9), 0, 0, /*hidden argument*/NULL); // this.m_infinity = new SecT113R1Point(this, null, null); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_0 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m9248E83597D2FD6FA0C7BA136CA2CC84BF980D33(L_0, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, /*hidden argument*/NULL); __this->set_m_infinity_19(L_0); // this.m_a = FromBigInteger(new BigInteger(1, Hex.Decode("003088250CA6E7C7FE649CE85820F7"))); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral177362C48F2E95325EE85ED92A85B1482A581E5C, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_2, 1, L_1, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_2); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_3); // this.m_b = FromBigInteger(new BigInteger(1, Hex.Decode("00E8BEE4D3E2260744188BE0E9C723"))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral48B43F5FA99E5E4DA91ECE489C9146C2E013F2C0, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_5, 1, L_4, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_5); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_6); // this.m_order = new BigInteger(1, Hex.Decode("0100000000000000D9CCEC8A39E56F")); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral463706C81D9A7FCEC9CFD74F6BDF5E47A3B70A04, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_8, 1, L_7, /*hidden argument*/NULL); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_8); // this.m_cofactor = BigInteger.Two; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_9); // this.m_coord = SECT113R1_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::CloneCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * SecT113R1Curve_CloneCurve_mD70DA034DE282CFBA91119F09A3205006614C709 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113R1Curve(); SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * L_0 = (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 *)il2cpp_codegen_object_new(SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2_il2cpp_TypeInfo_var); SecT113R1Curve__ctor_m125BBFEFC5BA374F21B688ADD3CCC3858615CFA6(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113R1Curve_SupportsCoordinateSystem_m9DB215FB2CD91DF24C445A3FD83461A23EF829EE (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, int32_t ___coord0, const RuntimeMethod* method) { { int32_t L_0 = ___coord0; if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::get_Infinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R1Curve_get_Infinity_m8003AA0AFCA49823A1A451C08F9DC31546508C32 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { { // get { return m_infinity; } SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_0 = __this->get_m_infinity_19(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R1Curve_get_FieldSize_m15BEB695AF6B2F9CA814B5CF2AD11D2E70D1971D (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { { // get { return 113; } return ((int32_t)113); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113R1Curve_FromBigInteger_m452262B2B5C26FC40546019122493C1503D1F76C (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113FieldElement(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_1 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2F5DAFB418B051BC0FD877BF1C71AF738549AC8F(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R1Curve_CreateRawPoint_mBCF50ECB6247403D7C74F61ABA1925268BB5DDE9 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113R1Point(this, x, y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; bool L_2 = ___withCompression2; SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_3 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R1Curve_CreateRawPoint_m551EFAEEF8D5D13805415731CF262CBC83A193D2 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113R1Point(this, x, y, zs, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = ___zs2; bool L_3 = ___withCompression3; SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_4 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m0AADD8BE5F1409865EA0D63E7B848A1FB72E8901(L_4, __this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::get_IsKoblitz() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113R1Curve_get_IsKoblitz_m1BA8F15A89A5B534D47741CF4594B6ACE015C6B1 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R1Curve_get_M_m9000F194F4D65691EB36833AFBE389EBA221FD98 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { { // get { return 113; } return ((int32_t)113); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::get_IsTrinomial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113R1Curve_get_IsTrinomial_m6918B0E2FF3837048664DD6BD5E13348D1BE1038 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { { // get { return true; } return (bool)1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R1Curve_get_K1_mBDCDF29E697D12CA34C416BC1C033E7BDBC0710E (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { { // get { return 9; } return ((int32_t)9); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R1Curve_get_K2_m5A59F23250D906435F663B12951590699C6542C5 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { { // get { return 0; } return 0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R1Curve_get_K3_mF3A443C224B5056824FEA3E6BAD1E67CDC6FEC08 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, const RuntimeMethod* method) { { // get { return 0; } return 0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Curve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecT113R1Curve_CreateCacheSafeLookupTable_mEC0BB0E86C3D17B051AD23891203BF691C8E39E7 (SecT113R1Curve_tA22EBD5612FADA813855583FEC6CEA9EE9F512A2 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // ulong[] table = new ulong[len * SECT113R1_FE_LONGS * 2]; int32_t L_0 = ___len2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)), (int32_t)2))); V_0 = L_1; // int pos = 0; V_1 = 0; // for (int i = 0; i < len; ++i) V_2 = 0; goto IL_0051; } IL_0011: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = ___points0; int32_t L_3 = ___off1; int32_t L_4 = V_2; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = (L_2)->GetAt(static_cast(L_5)); // Nat128.Copy64(((SecT113FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECT113R1_FE_LONGS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = L_6; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_8, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_8, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_0; int32_t L_11 = V_1; Nat128_Copy64_m29AADA6CE98BF4675E40FD572D45DE9EB3180E66(L_9, 0, L_10, L_11, /*hidden argument*/NULL); // Nat128.Copy64(((SecT113FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECT113R1_FE_LONGS; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); // Nat128.Copy64(((SecT113FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECT113R1_FE_LONGS; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_13, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_13, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_0; int32_t L_16 = V_1; Nat128_Copy64_m29AADA6CE98BF4675E40FD572D45DE9EB3180E66(L_14, 0, L_15, L_16, /*hidden argument*/NULL); // Nat128.Copy64(((SecT113FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECT113R1_FE_LONGS; int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2)); // for (int i = 0; i < len; ++i) int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0051: { // for (int i = 0; i < len; ++i) int32_t L_19 = V_2; int32_t L_20 = ___len2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0011; } } { // return new SecT113R1LookupTable(this, table, len); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_0; int32_t L_22 = ___len2; SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE * L_23 = (SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE *)il2cpp_codegen_object_new(SecT113R1LookupTable_t94E8D0A12B0184991041DC1EF835240F54B418BE_il2cpp_TypeInfo_var); SecT113R1LookupTable__ctor_mBB92BCFB893DCA935DB55D3FEF9098D486D6DCD2(L_23, __this, L_21, L_22, /*hidden argument*/NULL); return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Point__ctor_m9248E83597D2FD6FA0C7BA136CA2CC84BF980D33 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractF2mPoint__ctor_m286254AF1E7FEDA130EC045C190D4A3806CEAA75(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9_RuntimeMethod_var))); } IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R1Point__ctor_m0AADD8BE5F1409865EA0D63E7B848A1FB72E8901 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractF2mPoint__ctor_mDFCC11B5B8257CB5D92A463B3D35DB96F4C97B78(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R1Point_Detach_mE94B00E8007677ACF36EAA402541E7EF4CECA846 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113R1Point(null, AffineXCoord, AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_2 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m9248E83597D2FD6FA0C7BA136CA2CC84BF980D33(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::get_YCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113R1Point_get_YCoord_m4D2CC78C49646481D49EE0B581A0057BD4672301 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; { // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_1; // if (this.IsInfinity || X.IsZero) bool L_2; L_2 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0020; } } IL_001e: { // return L; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_1; return L_5; } IL_0020: { // ECFieldElement Y = L.Add(X).Multiply(X); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_6, L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_8, L_9); V_2 = L_10; // ECFieldElement Z = RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_11; L_11 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = (L_11)->GetAt(static_cast(L_12)); V_3 = L_13; // if (!Z.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_3; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_14); if (L_15) { goto IL_0047; } } { // Y = Y.Divide(Z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_3; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_16, L_17); V_2 = L_18; } IL_0047: { // return Y; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_2; return L_19; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::get_CompressionYTilde() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113R1Point_get_CompressionYTilde_m86A17D72FD47B70D68D7E3B0028AD4D4951BE87B (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0011; } } { // return false; return (bool)0; } IL_0011: { // ECFieldElement Y = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // return Y.TestBitZero() != X.TestBitZero(); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_5); return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R1Point_Add_m9773F0505C0F85DEB0B2D97591261F18532AF5D0 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; bool V_7 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; bool V_10 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_18 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_19 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_20 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_21 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_22 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_23 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_4; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_5; // ECFieldElement X2 = b.RawXCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___b0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_6, /*hidden argument*/NULL); V_2 = L_7; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_8); if (!L_9) { goto IL_0048; } } { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_2; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_10); if (!L_11) { goto IL_0040; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_12 = V_0; NullCheck(L_12); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13; L_13 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_12); return L_13; } IL_0040: { // return b.Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = ___b0; NullCheck(L_14); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15; L_15 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_14, __this); return L_15; } IL_0048: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_3 = L_16; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_4 = L_19; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20 = ___b0; NullCheck(L_20); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_20, /*hidden argument*/NULL); V_5 = L_21; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22 = ___b0; NullCheck(L_22); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_23; L_23 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = (L_23)->GetAt(static_cast(L_24)); V_6 = L_25; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_4; NullCheck(L_26); bool L_27; L_27 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_26); V_7 = L_27; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_2; V_8 = L_28; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_5; V_9 = L_29; // if (!Z1IsOne) bool L_30 = V_7; if (L_30) { goto IL_0095; } } { // U2 = U2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_8; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32 = V_4; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33; L_33 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_32); V_8 = L_33; // S2 = S2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_34); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_34, L_35); V_9 = L_36; } IL_0095: { // bool Z2IsOne = Z2.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = V_6; NullCheck(L_37); bool L_38; L_38 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_37); V_10 = L_38; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_1; V_11 = L_39; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40 = V_3; V_12 = L_40; // if (!Z2IsOne) bool L_41 = V_10; if (L_41) { goto IL_00be; } } { // U1 = U1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_6; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_11 = L_44; // S1 = S1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_6; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47; L_47 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_45, L_46); V_12 = L_47; } IL_00be: { // ECFieldElement A = S1.Add(S2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_9; NullCheck(L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_48, L_49); V_13 = L_50; // ECFieldElement B = U1.Add(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_8; NullCheck(L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53; L_53 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_51, L_52); V_14 = L_53; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54 = V_14; NullCheck(L_54); bool L_55; L_55 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_54); if (!L_55) { goto IL_00f4; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_13; NullCheck(L_56); bool L_57; L_57 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_56); if (!L_57) { goto IL_00ed; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_58; L_58 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_58; } IL_00ed: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_59 = V_0; NullCheck(L_59); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_60; L_60 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_59); return L_60; } IL_00f4: { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_2; NullCheck(L_61); bool L_62; L_62 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_61); if (!L_62) { goto IL_01ab; } } { // ECPoint p = this.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_63; L_63 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); // X1 = p.XCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_64 = L_63; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_64); V_1 = L_65; // ECFieldElement Y1 = p.YCoord; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66; L_66 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_64); V_18 = L_66; // ECFieldElement Y2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_5; V_19 = L_67; // ECFieldElement L = Y1.Add(Y2).Divide(X1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_18; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_69 = V_19; NullCheck(L_68); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70; L_70 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_68, L_69); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_71 = V_1; NullCheck(L_70); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_72; L_72 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_70, L_71); V_20 = L_72; // X3 = L.Square().Add(L).Add(X1).Add(curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_73 = V_20; NullCheck(L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74; L_74 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_75 = V_20; NullCheck(L_74); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_76; L_76 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_74, L_75); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_1; NullCheck(L_76); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_78; L_78 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_76, L_77); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_79 = V_0; NullCheck(L_79); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80; L_80 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_79); NullCheck(L_78); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_81; L_81 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_78, L_80); V_15 = L_81; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_82 = V_15; NullCheck(L_82); bool L_83; L_83 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_82); if (!L_83) { goto IL_016c; } } { // return new SecT113R1Point(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_84 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_15; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_86 = V_0; NullCheck(L_86); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87; L_87 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_86); NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88; L_88 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_87); bool L_89; L_89 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_90 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9(L_90, L_84, L_85, L_88, L_89, /*hidden argument*/NULL); return L_90; } IL_016c: { // ECFieldElement Y3 = L.Multiply(X1.Add(X3)).Add(X3).Add(Y1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91 = V_20; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_15; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); NullCheck(L_91); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95; L_95 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_91, L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96 = V_15; NullCheck(L_95); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97; L_97 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_95, L_96); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_18; NullCheck(L_97); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99; L_99 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_97, L_98); // L3 = Y3.Divide(X3).Add(X3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_100 = V_15; NullCheck(L_99); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101; L_101 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_99, L_100); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_15; NullCheck(L_101); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_103; L_103 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_101, L_102); V_16 = L_103; // Z3 = curve.FromBigInteger(BigInteger.One); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_104 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_105 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_104); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_106; L_106 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_104, L_105); V_17 = L_106; // } goto IL_023f; } IL_01ab: { // B = B.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_107 = V_14; NullCheck(L_107); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_108; L_108 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_107); V_14 = L_108; // ECFieldElement AU1 = A.Multiply(U1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_109 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_110 = V_11; NullCheck(L_109); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_111; L_111 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_109, L_110); V_21 = L_111; // ECFieldElement AU2 = A.Multiply(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_112 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_113 = V_8; NullCheck(L_112); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_114; L_114 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_112, L_113); V_22 = L_114; // X3 = AU1.Multiply(AU2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_115 = V_21; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_116 = V_22; NullCheck(L_115); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_117; L_117 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_115, L_116); V_15 = L_117; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_118 = V_15; NullCheck(L_118); bool L_119; L_119 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_118); if (!L_119) { goto IL_01f8; } } { // return new SecT113R1Point(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_120 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_121 = V_15; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_122 = V_0; NullCheck(L_122); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_123; L_123 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_122); NullCheck(L_123); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_124; L_124 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_123); bool L_125; L_125 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_126 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9(L_126, L_120, L_121, L_124, L_125, /*hidden argument*/NULL); return L_126; } IL_01f8: { // ECFieldElement ABZ2 = A.Multiply(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_127 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_128 = V_14; NullCheck(L_127); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_129; L_129 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_127, L_128); V_23 = L_129; // if (!Z2IsOne) bool L_130 = V_10; if (L_130) { goto IL_0212; } } { // ABZ2 = ABZ2.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_131 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_132 = V_6; NullCheck(L_131); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_133; L_133 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_131, L_132); V_23 = L_133; } IL_0212: { // L3 = AU2.Add(B).SquarePlusProduct(ABZ2, L1.Add(Z1)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_134 = V_22; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_135 = V_14; NullCheck(L_134); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_136; L_136 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_134, L_135); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_137 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_138 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_139 = V_4; NullCheck(L_138); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_140; L_140 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_138, L_139); NullCheck(L_136); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_141; L_141 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_136, L_137, L_140); V_16 = L_141; // Z3 = ABZ2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_142 = V_23; V_17 = L_142; // if (!Z1IsOne) bool L_143 = V_7; if (L_143) { goto IL_023f; } } { // Z3 = Z3.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_144 = V_17; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_145 = V_4; NullCheck(L_144); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_146; L_146 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_144, L_145); V_17 = L_146; } IL_023f: { // return new SecT113R1Point(curve, X3, L3, new ECFieldElement[]{ Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_147 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_148 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_149 = V_16; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_150 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_151 = L_150; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_152 = V_17; NullCheck(L_151); ArrayElementTypeCheck (L_151, L_152); (L_151)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_152); bool L_153; L_153 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_154 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m0AADD8BE5F1409865EA0D63E7B848A1FB72E8901(L_154, L_147, L_148, L_149, L_151, L_153, /*hidden argument*/NULL); return L_154; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R1Point_Twice_mFD86E7B8AA1A183DFB1D0D0F589829B494C2ABB8 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; bool V_4 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B7_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B10_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B13_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B18_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B21_0 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_2; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0027; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_0027: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = L_7; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8; L_8 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = L_10; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_3; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_11); V_4 = L_12; // ECFieldElement L1Z1 = Z1IsOne ? L1 : L1.Multiply(Z1); bool L_13 = V_4; if (L_13) { goto IL_004c; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_3; NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_14, L_15); G_B7_0 = L_16; goto IL_004d; } IL_004c: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_2; G_B7_0 = L_17; } IL_004d: { V_5 = G_B7_0; // ECFieldElement Z1Sq = Z1IsOne ? Z1 : Z1.Square(); bool L_18 = V_4; if (L_18) { goto IL_005b; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_3; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20; L_20 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_19); G_B10_0 = L_20; goto IL_005c; } IL_005b: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21 = V_3; G_B10_0 = L_21; } IL_005c: { V_6 = G_B10_0; // ECFieldElement a = curve.A; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_22 = V_0; NullCheck(L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_22); V_7 = L_23; // ECFieldElement aZ1Sq = Z1IsOne ? a : a.Multiply(Z1Sq); bool L_24 = V_4; if (L_24) { goto IL_0075; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_7; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_6; NullCheck(L_25); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_25, L_26); G_B13_0 = L_27; goto IL_0077; } IL_0075: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_7; G_B13_0 = L_28; } IL_0077: { V_8 = G_B13_0; // ECFieldElement T = L1.Square().Add(L1Z1).Add(aZ1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_2; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_5; NullCheck(L_30); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_30, L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_8; NullCheck(L_32); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_32, L_33); V_9 = L_34; // if (T.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_9; NullCheck(L_35); bool L_36; L_36 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_35); if (!L_36) { goto IL_00b2; } } { // return new SecT113R1Point(curve, T, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38 = V_9; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_39 = V_0; NullCheck(L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_39); NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41; L_41 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_40); bool L_42; L_42 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_43 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9(L_43, L_37, L_38, L_41, L_42, /*hidden argument*/NULL); return L_43; } IL_00b2: { // ECFieldElement X3 = T.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44 = V_9; NullCheck(L_44); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45; L_45 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_44); V_10 = L_45; // ECFieldElement Z3 = Z1IsOne ? T : T.Multiply(Z1Sq); bool L_46 = V_4; if (L_46) { goto IL_00ca; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_6; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49; L_49 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_47, L_48); G_B18_0 = L_49; goto IL_00cc; } IL_00ca: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50 = V_9; G_B18_0 = L_50; } IL_00cc: { V_11 = G_B18_0; // ECFieldElement X1Z1 = Z1IsOne ? X1 : X1.Multiply(Z1); bool L_51 = V_4; if (L_51) { goto IL_00db; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_3; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); G_B21_0 = L_54; goto IL_00dc; } IL_00db: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_1; G_B21_0 = L_55; } IL_00dc: { // ECFieldElement L3 = X1Z1.SquarePlusProduct(T, L1Z1).Add(X3).Add(Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_5; NullCheck(G_B21_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, G_B21_0, L_56, L_57); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_10; NullCheck(L_58); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60; L_60 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_58, L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_11; NullCheck(L_60); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62; L_62 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_60, L_61); V_12 = L_62; // return new SecT113R1Point(curve, X3, L3, new ECFieldElement[]{ Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_63 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65 = V_12; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_66 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_67 = L_66; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_11; NullCheck(L_67); ArrayElementTypeCheck (L_67, L_68); (L_67)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_68); bool L_69; L_69 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_70 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m0AADD8BE5F1409865EA0D63E7B848A1FB72E8901(L_70, L_63, L_64, L_65, L_67, L_69, /*hidden argument*/NULL); return L_70; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R1Point_TwicePlus_m04A2635A5FED0B495CDBB2740B1922618EC66471 (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0019; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_4; } IL_0019: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5; L_5 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_5; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_6; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0031; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0031: { // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10 = ___b0; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11; L_11 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = ___b0; NullCheck(L_12); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13; L_13 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = (L_13)->GetAt(static_cast(L_14)); V_3 = L_15; // if (X2.IsZero || !Z2.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_16); if (L_17) { goto IL_0051; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_18); if (L_19) { goto IL_005e; } } IL_0051: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21 = ___b0; NullCheck(L_20); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22; L_22 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_20, L_21); return L_22; } IL_005e: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_24; L_24 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = (L_24)->GetAt(static_cast(L_25)); V_4 = L_26; // ECFieldElement L2 = b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_27 = ___b0; NullCheck(L_27); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28; L_28 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_27, /*hidden argument*/NULL); V_5 = L_28; // ECFieldElement X1Sq = X1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_1; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); V_6 = L_30; // ECFieldElement L1Sq = L1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = L_23; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_31); V_7 = L_32; // ECFieldElement Z1Sq = Z1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_4; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_33); V_8 = L_34; // ECFieldElement L1Z1 = L1.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_35); V_9 = L_36; // ECFieldElement T = curve.A.Multiply(Z1Sq).Add(L1Sq).Add(L1Z1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; NullCheck(L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38; L_38 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_8; NullCheck(L_38); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_38, L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41 = V_7; NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42; L_42 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_40, L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_9; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_10 = L_44; // ECFieldElement L2plus1 = L2.AddOne(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_5; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46; L_46 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_45); V_11 = L_46; // ECFieldElement A = curve.A.Add(L2plus1).Multiply(Z1Sq).Add(L1Sq).MultiplyPlusProduct(T, X1Sq, Z1Sq); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_47 = V_0; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48; L_48 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_11; NullCheck(L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_48, L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_8; NullCheck(L_50); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52; L_52 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_50, L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_7; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_8; NullCheck(L_54); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_54, L_55, L_56, L_57); V_12 = L_58; // ECFieldElement X2Z1Sq = X2.Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60 = V_8; NullCheck(L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61; L_61 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_59, L_60); V_13 = L_61; // ECFieldElement B = X2Z1Sq.Add(T).Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_63 = V_10; NullCheck(L_62); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64; L_64 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_62, L_63); NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_64); V_14 = L_65; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66 = V_14; NullCheck(L_66); bool L_67; L_67 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_66); if (!L_67) { goto IL_0120; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_12; NullCheck(L_68); bool L_69; L_69 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_68); if (!L_69) { goto IL_0119; } } { // return b.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_70 = ___b0; NullCheck(L_70); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_71; L_71 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, L_70); return L_71; } IL_0119: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_72 = V_0; NullCheck(L_72); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_73; L_73 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_72); return L_73; } IL_0120: { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74 = V_12; NullCheck(L_74); bool L_75; L_75 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_74); if (!L_75) { goto IL_0143; } } { // return new SecT113R1Point(curve, A, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_76 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_12; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_78 = V_0; NullCheck(L_78); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_79; L_79 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_78); NullCheck(L_79); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80; L_80 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_79); bool L_81; L_81 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_82 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m487DFE7B9E56D3826B1C1B1E3F5D9A88CA5EA4D9(L_82, L_76, L_77, L_80, L_81, /*hidden argument*/NULL); return L_82; } IL_0143: { // ECFieldElement X3 = A.Square().Multiply(X2Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_83 = V_12; NullCheck(L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_84; L_84 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_13; NullCheck(L_84); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_86; L_86 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_84, L_85); V_15 = L_86; // ECFieldElement Z3 = A.Multiply(B).Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88 = V_14; NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_89; L_89 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_87, L_88); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_90 = V_8; NullCheck(L_89); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91; L_91 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_89, L_90); V_16 = L_91; // ECFieldElement L3 = A.Add(B).Square().MultiplyPlusProduct(T, L2plus1, Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_14; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); NullCheck(L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95; L_95 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_16; NullCheck(L_95); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99; L_99 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_95, L_96, L_97, L_98); V_17 = L_99; // return new SecT113R1Point(curve, X3, L3, new ECFieldElement[]{ Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_100 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_17; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_103 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_104 = L_103; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_105 = V_16; NullCheck(L_104); ArrayElementTypeCheck (L_104, L_105); (L_104)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_105); bool L_106; L_106 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_107 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m0AADD8BE5F1409865EA0D63E7B848A1FB72E8901(L_107, L_100, L_101, L_102, L_104, L_106, /*hidden argument*/NULL); return L_107; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R1Point::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R1Point_Negate_m6D40EB743547EA769066E3E88B79E54F923AFEDA (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_1; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_2); if (!L_3) { goto IL_001b; } } { // return this; return __this; } IL_001b: { // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_4; // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5; L_5 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = (L_5)->GetAt(static_cast(L_6)); V_2 = L_7; // return new SecT113R1Point(Curve, X, L.Add(Z), new ECFieldElement[]{ Z }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8; L_8 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_2; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_10, L_11); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_14 = L_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_2; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_15); bool L_16; L_16 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F * L_17 = (SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F *)il2cpp_codegen_object_new(SecT113R1Point_t853B70D6A47C8FCEC79CB433C71FFEBDEC9B129F_il2cpp_TypeInfo_var); SecT113R1Point__ctor_m0AADD8BE5F1409865EA0D63E7B848A1FB72E8901(L_17, L_8, L_9, L_12, L_14, L_16, /*hidden argument*/NULL); return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Curve__ctor_mEBDD1353BC5AD00DC159F4081932200C465C8E83 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6012CDC2131F970710DD55F8C0B0FC9EDAC9BB93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACAA3F034BC8CAAF34163BEFBA416A7A52F4A9B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF40F25D880CA084FCE0507B1DD25BEB0A7E4BF46); s_Il2CppMethodInitialized = true; } { // : base(113, 9, 0, 0) AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093(__this, ((int32_t)113), ((int32_t)9), 0, 0, /*hidden argument*/NULL); // this.m_infinity = new SecT113R2Point(this, null, null); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_0 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_m459CF6EB1126F2C0B26EB07DCC2A4FBD9DF45635(L_0, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, /*hidden argument*/NULL); __this->set_m_infinity_19(L_0); // this.m_a = FromBigInteger(new BigInteger(1, Hex.Decode("00689918DBEC7E5A0DD6DFC0AA55C7"))); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralACAA3F034BC8CAAF34163BEFBA416A7A52F4A9B3, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_2, 1, L_1, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_2); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_3); // this.m_b = FromBigInteger(new BigInteger(1, Hex.Decode("0095E9A9EC9B297BD4BF36E059184F"))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral6012CDC2131F970710DD55F8C0B0FC9EDAC9BB93, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_5, 1, L_4, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_5); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_6); // this.m_order = new BigInteger(1, Hex.Decode("010000000000000108789B2496AF93")); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralF40F25D880CA084FCE0507B1DD25BEB0A7E4BF46, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_8, 1, L_7, /*hidden argument*/NULL); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_8); // this.m_cofactor = BigInteger.Two; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_9); // this.m_coord = SECT113R2_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::CloneCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * SecT113R2Curve_CloneCurve_m4C049C514C81C8905B6EC04769B348E9DFC524E4 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113R2Curve(); SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * L_0 = (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E *)il2cpp_codegen_object_new(SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E_il2cpp_TypeInfo_var); SecT113R2Curve__ctor_mEBDD1353BC5AD00DC159F4081932200C465C8E83(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113R2Curve_SupportsCoordinateSystem_m4FE93EB3AD424D714790F6B20C64E51924C28BC9 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, int32_t ___coord0, const RuntimeMethod* method) { { int32_t L_0 = ___coord0; if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::get_Infinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R2Curve_get_Infinity_m59A76FC203E6C8DE5F5DA12AD0DEAB7E973AEF60 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { { // get { return m_infinity; } SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_0 = __this->get_m_infinity_19(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R2Curve_get_FieldSize_m648A1FE457D5FD5F282EE996A1C86307B16BCC10 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { { // get { return 113; } return ((int32_t)113); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113R2Curve_FromBigInteger_m8011B9085E5224CC59CB769A0D0FE53535588CFB (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113FieldElement(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 * L_1 = (SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)il2cpp_codegen_object_new(SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); SecT113FieldElement__ctor_m2F5DAFB418B051BC0FD877BF1C71AF738549AC8F(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R2Curve_CreateRawPoint_mCB5368FCCA8F24334EFFB7A750D148526D6EB36E (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113R2Point(this, x, y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; bool L_2 = ___withCompression2; SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_3 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R2Curve_CreateRawPoint_mABB4A3A195A9C66C1E035FDF15D7164BCFD168E4 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113R2Point(this, x, y, zs, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = ___zs2; bool L_3 = ___withCompression3; SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_4 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_mC9C3A3EAA3DC18E2CA1C1AFD4D8C5DC84345D880(L_4, __this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::get_IsKoblitz() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113R2Curve_get_IsKoblitz_m1974E34D4288FBF341BEF2221B06E87062877572 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R2Curve_get_M_m2DFCD15D02C34012176FE0D000A6D7CF62389881 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { { // get { return 113; } return ((int32_t)113); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::get_IsTrinomial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113R2Curve_get_IsTrinomial_m02CFD6F4DA3F961461318BDD8C7E2B282C5716D1 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { { // get { return true; } return (bool)1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R2Curve_get_K1_m9FF460C575FA40D43BC3927EE51D022F267B2F83 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { { // get { return 9; } return ((int32_t)9); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R2Curve_get_K2_m10085A74E6F9FD7F750A6F58B0057D24D0C41E12 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { { // get { return 0; } return 0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT113R2Curve_get_K3_m3AF51134CB28E2ACB18C5A89C2C5833D56E1C524 (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, const RuntimeMethod* method) { { // get { return 0; } return 0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Curve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecT113R2Curve_CreateCacheSafeLookupTable_mAE7698D4C230AD97776434CDDFD3F89018CC05AB (SecT113R2Curve_tF3204FF724274EF6B2F042BDDA602E5CFC16312E * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // ulong[] table = new ulong[len * SECT113R2_FE_LONGS * 2]; int32_t L_0 = ___len2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)), (int32_t)2))); V_0 = L_1; // int pos = 0; V_1 = 0; // for (int i = 0; i < len; ++i) V_2 = 0; goto IL_0051; } IL_0011: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = ___points0; int32_t L_3 = ___off1; int32_t L_4 = V_2; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = (L_2)->GetAt(static_cast(L_5)); // Nat128.Copy64(((SecT113FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECT113R2_FE_LONGS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = L_6; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_8, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_8, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_0; int32_t L_11 = V_1; Nat128_Copy64_m29AADA6CE98BF4675E40FD572D45DE9EB3180E66(L_9, 0, L_10, L_11, /*hidden argument*/NULL); // Nat128.Copy64(((SecT113FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECT113R2_FE_LONGS; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); // Nat128.Copy64(((SecT113FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECT113R2_FE_LONGS; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_13, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ((SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007 *)CastclassClass((RuntimeObject*)L_13, SecT113FieldElement_t9FBE38ABCE43147602063CA02E27B96664D99007_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_0; int32_t L_16 = V_1; Nat128_Copy64_m29AADA6CE98BF4675E40FD572D45DE9EB3180E66(L_14, 0, L_15, L_16, /*hidden argument*/NULL); // Nat128.Copy64(((SecT113FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECT113R2_FE_LONGS; int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2)); // for (int i = 0; i < len; ++i) int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0051: { // for (int i = 0; i < len; ++i) int32_t L_19 = V_2; int32_t L_20 = ___len2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0011; } } { // return new SecT113R2LookupTable(this, table, len); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_0; int32_t L_22 = ___len2; SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460 * L_23 = (SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460 *)il2cpp_codegen_object_new(SecT113R2LookupTable_tAB0E5D41A7AD21C3152BEE564317F28C66C4C460_il2cpp_TypeInfo_var); SecT113R2LookupTable__ctor_m6F2220243F3FA9DC47909045AE373ECBE82AC495(L_23, __this, L_21, L_22, /*hidden argument*/NULL); return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Point__ctor_m459CF6EB1126F2C0B26EB07DCC2A4FBD9DF45635 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractF2mPoint__ctor_m286254AF1E7FEDA130EC045C190D4A3806CEAA75(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D_RuntimeMethod_var))); } IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT113R2Point__ctor_mC9C3A3EAA3DC18E2CA1C1AFD4D8C5DC84345D880 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractF2mPoint__ctor_mDFCC11B5B8257CB5D92A463B3D35DB96F4C97B78(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R2Point_Detach_m8589BA11E09CFA8E4E66F977D96FB06F9EEE2C98 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT113R2Point(null, AffineXCoord, AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_2 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_m459CF6EB1126F2C0B26EB07DCC2A4FBD9DF45635(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::get_YCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT113R2Point_get_YCoord_m61C1589486381774E15B99A115B2A2BD872110EC (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; { // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_1; // if (this.IsInfinity || X.IsZero) bool L_2; L_2 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0020; } } IL_001e: { // return L; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_1; return L_5; } IL_0020: { // ECFieldElement Y = L.Add(X).Multiply(X); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_6, L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_8, L_9); V_2 = L_10; // ECFieldElement Z = RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_11; L_11 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = (L_11)->GetAt(static_cast(L_12)); V_3 = L_13; // if (!Z.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_3; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_14); if (L_15) { goto IL_0047; } } { // Y = Y.Divide(Z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_3; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_16, L_17); V_2 = L_18; } IL_0047: { // return Y; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_2; return L_19; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::get_CompressionYTilde() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT113R2Point_get_CompressionYTilde_m1FB0D04FCFE54A63D01457E5B4B737CAB3898971 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0011; } } { // return false; return (bool)0; } IL_0011: { // ECFieldElement Y = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // return Y.TestBitZero() != X.TestBitZero(); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_5); return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R2Point_Add_m99BD6E3ABF88ACA2FB0E2E4CAC40462BB53A4FED (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; bool V_7 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; bool V_10 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_18 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_19 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_20 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_21 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_22 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_23 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_4; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_5; // ECFieldElement X2 = b.RawXCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___b0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_6, /*hidden argument*/NULL); V_2 = L_7; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_8); if (!L_9) { goto IL_0048; } } { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_2; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_10); if (!L_11) { goto IL_0040; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_12 = V_0; NullCheck(L_12); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13; L_13 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_12); return L_13; } IL_0040: { // return b.Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = ___b0; NullCheck(L_14); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15; L_15 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_14, __this); return L_15; } IL_0048: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_3 = L_16; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_4 = L_19; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20 = ___b0; NullCheck(L_20); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_20, /*hidden argument*/NULL); V_5 = L_21; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22 = ___b0; NullCheck(L_22); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_23; L_23 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = (L_23)->GetAt(static_cast(L_24)); V_6 = L_25; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_4; NullCheck(L_26); bool L_27; L_27 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_26); V_7 = L_27; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_2; V_8 = L_28; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_5; V_9 = L_29; // if (!Z1IsOne) bool L_30 = V_7; if (L_30) { goto IL_0095; } } { // U2 = U2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_8; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32 = V_4; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33; L_33 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_32); V_8 = L_33; // S2 = S2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_34); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_34, L_35); V_9 = L_36; } IL_0095: { // bool Z2IsOne = Z2.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = V_6; NullCheck(L_37); bool L_38; L_38 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_37); V_10 = L_38; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_1; V_11 = L_39; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40 = V_3; V_12 = L_40; // if (!Z2IsOne) bool L_41 = V_10; if (L_41) { goto IL_00be; } } { // U1 = U1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_6; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_11 = L_44; // S1 = S1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_6; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47; L_47 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_45, L_46); V_12 = L_47; } IL_00be: { // ECFieldElement A = S1.Add(S2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_9; NullCheck(L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_48, L_49); V_13 = L_50; // ECFieldElement B = U1.Add(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_8; NullCheck(L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53; L_53 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_51, L_52); V_14 = L_53; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54 = V_14; NullCheck(L_54); bool L_55; L_55 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_54); if (!L_55) { goto IL_00f4; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_13; NullCheck(L_56); bool L_57; L_57 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_56); if (!L_57) { goto IL_00ed; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_58; L_58 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_58; } IL_00ed: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_59 = V_0; NullCheck(L_59); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_60; L_60 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_59); return L_60; } IL_00f4: { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_2; NullCheck(L_61); bool L_62; L_62 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_61); if (!L_62) { goto IL_01ab; } } { // ECPoint p = this.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_63; L_63 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); // X1 = p.XCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_64 = L_63; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_64); V_1 = L_65; // ECFieldElement Y1 = p.YCoord; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66; L_66 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_64); V_18 = L_66; // ECFieldElement Y2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_5; V_19 = L_67; // ECFieldElement L = Y1.Add(Y2).Divide(X1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_18; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_69 = V_19; NullCheck(L_68); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70; L_70 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_68, L_69); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_71 = V_1; NullCheck(L_70); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_72; L_72 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_70, L_71); V_20 = L_72; // X3 = L.Square().Add(L).Add(X1).Add(curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_73 = V_20; NullCheck(L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74; L_74 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_75 = V_20; NullCheck(L_74); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_76; L_76 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_74, L_75); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_1; NullCheck(L_76); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_78; L_78 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_76, L_77); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_79 = V_0; NullCheck(L_79); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80; L_80 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_79); NullCheck(L_78); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_81; L_81 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_78, L_80); V_15 = L_81; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_82 = V_15; NullCheck(L_82); bool L_83; L_83 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_82); if (!L_83) { goto IL_016c; } } { // return new SecT113R2Point(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_84 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_15; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_86 = V_0; NullCheck(L_86); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87; L_87 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_86); NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88; L_88 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_87); bool L_89; L_89 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_90 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D(L_90, L_84, L_85, L_88, L_89, /*hidden argument*/NULL); return L_90; } IL_016c: { // ECFieldElement Y3 = L.Multiply(X1.Add(X3)).Add(X3).Add(Y1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91 = V_20; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_15; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); NullCheck(L_91); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95; L_95 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_91, L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96 = V_15; NullCheck(L_95); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97; L_97 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_95, L_96); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_18; NullCheck(L_97); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99; L_99 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_97, L_98); // L3 = Y3.Divide(X3).Add(X3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_100 = V_15; NullCheck(L_99); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101; L_101 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_99, L_100); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_15; NullCheck(L_101); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_103; L_103 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_101, L_102); V_16 = L_103; // Z3 = curve.FromBigInteger(BigInteger.One); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_104 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_105 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_104); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_106; L_106 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_104, L_105); V_17 = L_106; // } goto IL_023f; } IL_01ab: { // B = B.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_107 = V_14; NullCheck(L_107); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_108; L_108 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_107); V_14 = L_108; // ECFieldElement AU1 = A.Multiply(U1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_109 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_110 = V_11; NullCheck(L_109); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_111; L_111 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_109, L_110); V_21 = L_111; // ECFieldElement AU2 = A.Multiply(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_112 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_113 = V_8; NullCheck(L_112); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_114; L_114 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_112, L_113); V_22 = L_114; // X3 = AU1.Multiply(AU2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_115 = V_21; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_116 = V_22; NullCheck(L_115); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_117; L_117 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_115, L_116); V_15 = L_117; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_118 = V_15; NullCheck(L_118); bool L_119; L_119 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_118); if (!L_119) { goto IL_01f8; } } { // return new SecT113R2Point(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_120 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_121 = V_15; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_122 = V_0; NullCheck(L_122); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_123; L_123 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_122); NullCheck(L_123); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_124; L_124 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_123); bool L_125; L_125 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_126 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D(L_126, L_120, L_121, L_124, L_125, /*hidden argument*/NULL); return L_126; } IL_01f8: { // ECFieldElement ABZ2 = A.Multiply(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_127 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_128 = V_14; NullCheck(L_127); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_129; L_129 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_127, L_128); V_23 = L_129; // if (!Z2IsOne) bool L_130 = V_10; if (L_130) { goto IL_0212; } } { // ABZ2 = ABZ2.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_131 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_132 = V_6; NullCheck(L_131); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_133; L_133 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_131, L_132); V_23 = L_133; } IL_0212: { // L3 = AU2.Add(B).SquarePlusProduct(ABZ2, L1.Add(Z1)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_134 = V_22; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_135 = V_14; NullCheck(L_134); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_136; L_136 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_134, L_135); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_137 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_138 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_139 = V_4; NullCheck(L_138); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_140; L_140 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_138, L_139); NullCheck(L_136); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_141; L_141 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_136, L_137, L_140); V_16 = L_141; // Z3 = ABZ2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_142 = V_23; V_17 = L_142; // if (!Z1IsOne) bool L_143 = V_7; if (L_143) { goto IL_023f; } } { // Z3 = Z3.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_144 = V_17; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_145 = V_4; NullCheck(L_144); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_146; L_146 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_144, L_145); V_17 = L_146; } IL_023f: { // return new SecT113R2Point(curve, X3, L3, new ECFieldElement[]{ Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_147 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_148 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_149 = V_16; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_150 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_151 = L_150; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_152 = V_17; NullCheck(L_151); ArrayElementTypeCheck (L_151, L_152); (L_151)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_152); bool L_153; L_153 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_154 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_mC9C3A3EAA3DC18E2CA1C1AFD4D8C5DC84345D880(L_154, L_147, L_148, L_149, L_151, L_153, /*hidden argument*/NULL); return L_154; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R2Point_Twice_m5E51CC8BAEC488370F8E4AC719B97E05C45AA051 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; bool V_4 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B7_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B10_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B13_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B18_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B21_0 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_2; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0027; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_0027: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = L_7; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8; L_8 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = L_10; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_3; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_11); V_4 = L_12; // ECFieldElement L1Z1 = Z1IsOne ? L1 : L1.Multiply(Z1); bool L_13 = V_4; if (L_13) { goto IL_004c; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_3; NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_14, L_15); G_B7_0 = L_16; goto IL_004d; } IL_004c: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_2; G_B7_0 = L_17; } IL_004d: { V_5 = G_B7_0; // ECFieldElement Z1Sq = Z1IsOne ? Z1 : Z1.Square(); bool L_18 = V_4; if (L_18) { goto IL_005b; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_3; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20; L_20 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_19); G_B10_0 = L_20; goto IL_005c; } IL_005b: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21 = V_3; G_B10_0 = L_21; } IL_005c: { V_6 = G_B10_0; // ECFieldElement a = curve.A; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_22 = V_0; NullCheck(L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_22); V_7 = L_23; // ECFieldElement aZ1Sq = Z1IsOne ? a : a.Multiply(Z1Sq); bool L_24 = V_4; if (L_24) { goto IL_0075; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_7; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_6; NullCheck(L_25); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_25, L_26); G_B13_0 = L_27; goto IL_0077; } IL_0075: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_7; G_B13_0 = L_28; } IL_0077: { V_8 = G_B13_0; // ECFieldElement T = L1.Square().Add(L1Z1).Add(aZ1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_2; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_5; NullCheck(L_30); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_30, L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_8; NullCheck(L_32); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_32, L_33); V_9 = L_34; // if (T.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_9; NullCheck(L_35); bool L_36; L_36 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_35); if (!L_36) { goto IL_00b2; } } { // return new SecT113R2Point(curve, T, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38 = V_9; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_39 = V_0; NullCheck(L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_39); NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41; L_41 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_40); bool L_42; L_42 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_43 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D(L_43, L_37, L_38, L_41, L_42, /*hidden argument*/NULL); return L_43; } IL_00b2: { // ECFieldElement X3 = T.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44 = V_9; NullCheck(L_44); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45; L_45 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_44); V_10 = L_45; // ECFieldElement Z3 = Z1IsOne ? T : T.Multiply(Z1Sq); bool L_46 = V_4; if (L_46) { goto IL_00ca; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_6; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49; L_49 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_47, L_48); G_B18_0 = L_49; goto IL_00cc; } IL_00ca: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50 = V_9; G_B18_0 = L_50; } IL_00cc: { V_11 = G_B18_0; // ECFieldElement X1Z1 = Z1IsOne ? X1 : X1.Multiply(Z1); bool L_51 = V_4; if (L_51) { goto IL_00db; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_3; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); G_B21_0 = L_54; goto IL_00dc; } IL_00db: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_1; G_B21_0 = L_55; } IL_00dc: { // ECFieldElement L3 = X1Z1.SquarePlusProduct(T, L1Z1).Add(X3).Add(Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_5; NullCheck(G_B21_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, G_B21_0, L_56, L_57); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_10; NullCheck(L_58); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60; L_60 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_58, L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_11; NullCheck(L_60); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62; L_62 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_60, L_61); V_12 = L_62; // return new SecT113R2Point(curve, X3, L3, new ECFieldElement[]{ Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_63 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65 = V_12; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_66 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_67 = L_66; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_11; NullCheck(L_67); ArrayElementTypeCheck (L_67, L_68); (L_67)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_68); bool L_69; L_69 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_70 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_mC9C3A3EAA3DC18E2CA1C1AFD4D8C5DC84345D880(L_70, L_63, L_64, L_65, L_67, L_69, /*hidden argument*/NULL); return L_70; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R2Point_TwicePlus_m2A27E6BB3E8A054D3D4B51DB6B39B3A47501CB05 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0019; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_4; } IL_0019: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5; L_5 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_5; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_6; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0031; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0031: { // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10 = ___b0; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11; L_11 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = ___b0; NullCheck(L_12); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13; L_13 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = (L_13)->GetAt(static_cast(L_14)); V_3 = L_15; // if (X2.IsZero || !Z2.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_16); if (L_17) { goto IL_0051; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_18); if (L_19) { goto IL_005e; } } IL_0051: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21 = ___b0; NullCheck(L_20); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22; L_22 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_20, L_21); return L_22; } IL_005e: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_24; L_24 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = (L_24)->GetAt(static_cast(L_25)); V_4 = L_26; // ECFieldElement L2 = b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_27 = ___b0; NullCheck(L_27); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28; L_28 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_27, /*hidden argument*/NULL); V_5 = L_28; // ECFieldElement X1Sq = X1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_1; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); V_6 = L_30; // ECFieldElement L1Sq = L1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = L_23; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_31); V_7 = L_32; // ECFieldElement Z1Sq = Z1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_4; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_33); V_8 = L_34; // ECFieldElement L1Z1 = L1.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_35); V_9 = L_36; // ECFieldElement T = curve.A.Multiply(Z1Sq).Add(L1Sq).Add(L1Z1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; NullCheck(L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38; L_38 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_8; NullCheck(L_38); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_38, L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41 = V_7; NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42; L_42 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_40, L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_9; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_10 = L_44; // ECFieldElement L2plus1 = L2.AddOne(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_5; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46; L_46 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_45); V_11 = L_46; // ECFieldElement A = curve.A.Add(L2plus1).Multiply(Z1Sq).Add(L1Sq).MultiplyPlusProduct(T, X1Sq, Z1Sq); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_47 = V_0; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48; L_48 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_11; NullCheck(L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_48, L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_8; NullCheck(L_50); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52; L_52 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_50, L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_7; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_8; NullCheck(L_54); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_54, L_55, L_56, L_57); V_12 = L_58; // ECFieldElement X2Z1Sq = X2.Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60 = V_8; NullCheck(L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61; L_61 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_59, L_60); V_13 = L_61; // ECFieldElement B = X2Z1Sq.Add(T).Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_63 = V_10; NullCheck(L_62); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64; L_64 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_62, L_63); NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_64); V_14 = L_65; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66 = V_14; NullCheck(L_66); bool L_67; L_67 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_66); if (!L_67) { goto IL_0120; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_12; NullCheck(L_68); bool L_69; L_69 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_68); if (!L_69) { goto IL_0119; } } { // return b.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_70 = ___b0; NullCheck(L_70); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_71; L_71 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, L_70); return L_71; } IL_0119: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_72 = V_0; NullCheck(L_72); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_73; L_73 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_72); return L_73; } IL_0120: { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74 = V_12; NullCheck(L_74); bool L_75; L_75 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_74); if (!L_75) { goto IL_0143; } } { // return new SecT113R2Point(curve, A, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_76 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_12; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_78 = V_0; NullCheck(L_78); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_79; L_79 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_78); NullCheck(L_79); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80; L_80 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_79); bool L_81; L_81 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_82 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_m4D40EB311160BAF0ED9A16F87B9940F3FF14C57D(L_82, L_76, L_77, L_80, L_81, /*hidden argument*/NULL); return L_82; } IL_0143: { // ECFieldElement X3 = A.Square().Multiply(X2Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_83 = V_12; NullCheck(L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_84; L_84 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_13; NullCheck(L_84); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_86; L_86 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_84, L_85); V_15 = L_86; // ECFieldElement Z3 = A.Multiply(B).Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88 = V_14; NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_89; L_89 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_87, L_88); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_90 = V_8; NullCheck(L_89); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91; L_91 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_89, L_90); V_16 = L_91; // ECFieldElement L3 = A.Add(B).Square().MultiplyPlusProduct(T, L2plus1, Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_14; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); NullCheck(L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95; L_95 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_16; NullCheck(L_95); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99; L_99 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_95, L_96, L_97, L_98); V_17 = L_99; // return new SecT113R2Point(curve, X3, L3, new ECFieldElement[]{ Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_100 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_17; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_103 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_104 = L_103; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_105 = V_16; NullCheck(L_104); ArrayElementTypeCheck (L_104, L_105); (L_104)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_105); bool L_106; L_106 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_107 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_mC9C3A3EAA3DC18E2CA1C1AFD4D8C5DC84345D880(L_107, L_100, L_101, L_102, L_104, L_106, /*hidden argument*/NULL); return L_107; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT113R2Point::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT113R2Point_Negate_m66CC40B33BA2CC12E7477EA1EA07E3DE72D028A7 (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_1; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_2); if (!L_3) { goto IL_001b; } } { // return this; return __this; } IL_001b: { // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_4; // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5; L_5 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = (L_5)->GetAt(static_cast(L_6)); V_2 = L_7; // return new SecT113R2Point(Curve, X, L.Add(Z), new ECFieldElement[]{ Z }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8; L_8 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_2; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_10, L_11); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_14 = L_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_2; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_15); bool L_16; L_16 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 * L_17 = (SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6 *)il2cpp_codegen_object_new(SecT113R2Point_tD3F477B29CA3EA0AD404D7B176F35DD5BDD569B6_il2cpp_TypeInfo_var); SecT113R2Point__ctor_mC9C3A3EAA3DC18E2CA1C1AFD4D8C5DC84345D880(L_17, L_8, L_9, L_12, L_14, L_16, /*hidden argument*/NULL); return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Add(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Add_m24949D7D887192B40CD89D6B3A5A195E3F01DCF0 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { { // z[0] = x[0] ^ y[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___y1; NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)L_6))); // z[1] = x[1] ^ y[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___x0; NullCheck(L_8); int32_t L_9 = 1; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___y1; NullCheck(L_11); int32_t L_12 = 1; int64_t L_13 = (int64_t)(L_11)->GetAt(static_cast(L_12)); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_13))); // z[2] = x[2] ^ y[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___x0; NullCheck(L_15); int32_t L_16 = 2; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___y1; NullCheck(L_18); int32_t L_19 = 2; int64_t L_20 = (int64_t)(L_18)->GetAt(static_cast(L_19)); NullCheck(L_14); (L_14)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_17^(int64_t)L_20))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::AddExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_AddExt_m0ADE519DDDAD7C26B1C4FDDE6A383CAAD99460C5 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___yy1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { { // zz[0] = xx[0] ^ yy[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___xx0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___yy1; NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)L_6))); // zz[1] = xx[1] ^ yy[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___xx0; NullCheck(L_8); int32_t L_9 = 1; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___yy1; NullCheck(L_11); int32_t L_12 = 1; int64_t L_13 = (int64_t)(L_11)->GetAt(static_cast(L_12)); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_13))); // zz[2] = xx[2] ^ yy[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___xx0; NullCheck(L_15); int32_t L_16 = 2; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___yy1; NullCheck(L_18); int32_t L_19 = 2; int64_t L_20 = (int64_t)(L_18)->GetAt(static_cast(L_19)); NullCheck(L_14); (L_14)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_17^(int64_t)L_20))); // zz[3] = xx[3] ^ yy[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = ___xx0; NullCheck(L_22); int32_t L_23 = 3; int64_t L_24 = (int64_t)(L_22)->GetAt(static_cast(L_23)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = ___yy1; NullCheck(L_25); int32_t L_26 = 3; int64_t L_27 = (int64_t)(L_25)->GetAt(static_cast(L_26)); NullCheck(L_21); (L_21)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)L_24^(int64_t)L_27))); // zz[4] = xx[4] ^ yy[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_29 = ___xx0; NullCheck(L_29); int32_t L_30 = 4; int64_t L_31 = (int64_t)(L_29)->GetAt(static_cast(L_30)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_32 = ___yy1; NullCheck(L_32); int32_t L_33 = 4; int64_t L_34 = (int64_t)(L_32)->GetAt(static_cast(L_33)); NullCheck(L_28); (L_28)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)L_31^(int64_t)L_34))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::AddOne(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_AddOne_m2CD1A335D759A98DB10DF6BE25F96094306003EE (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { { // z[0] = x[0] ^ 1UL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)((int64_t)((int64_t)1))))); // z[1] = x[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___x0; NullCheck(L_5); int32_t L_6 = 1; int64_t L_7 = (int64_t)(L_5)->GetAt(static_cast(L_6)); NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint64_t)L_7); // z[2] = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___z1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___x0; NullCheck(L_9); int32_t L_10 = 2; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); NullCheck(L_8); (L_8)->SetAt(static_cast(2), (uint64_t)L_11); // } return; } } // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* SecT131Field_FromBigInteger_mA1F31803907D7341C7AF47D0407609A1E4BFC9E1 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ulong[] z = Nat192.FromBigInteger64(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1; L_1 = Nat192_FromBigInteger64_mB42940855CB9E8A7366C6084973BD8B589519482(L_0, /*hidden argument*/NULL); // Reduce61(z, 0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_Reduce61_m9B689C3E4888E99047A9A01670BF84E660302B23(L_2, 0, /*hidden argument*/NULL); // return z; return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Invert(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Invert_m83D38353FB3217D9661802B2D3D6FA94540A3E5B (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; { // if (Nat192.IsZero64(x)) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; bool L_1; L_1 = Nat192_IsZero64_m2F0911D624B98968F42DA35802867EEEEE083315(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { // throw new InvalidOperationException(); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT131Field_Invert_m83D38353FB3217D9661802B2D3D6FA94540A3E5B_RuntimeMethod_var))); } IL_000e: { // ulong[] t0 = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3; L_3 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_3; // ulong[] t1 = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4; L_4 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_1 = L_4; // Square(x, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_Square_m5EE770F7D9B4109CCFC97CBE7596E34230882D2E(L_5, L_6, /*hidden argument*/NULL); // Multiply(t0, x, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_0; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_7, L_8, L_9, /*hidden argument*/NULL); // SquareN(t0, 2, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_1; SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A(L_10, 2, L_11, /*hidden argument*/NULL); // Multiply(t1, t0, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = V_1; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_12, L_13, L_14, /*hidden argument*/NULL); // SquareN(t1, 4, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_0; SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A(L_15, 4, L_16, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = V_0; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_17, L_18, L_19, /*hidden argument*/NULL); // SquareN(t0, 8, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_1; SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A(L_20, 8, L_21, /*hidden argument*/NULL); // Multiply(t1, t0, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = V_1; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_22, L_23, L_24, /*hidden argument*/NULL); // SquareN(t1, 16, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = V_0; SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A(L_25, ((int32_t)16), L_26, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_27 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_29 = V_0; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_27, L_28, L_29, /*hidden argument*/NULL); // SquareN(t0, 32, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_1; SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A(L_30, ((int32_t)32), L_31, /*hidden argument*/NULL); // Multiply(t1, t0, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_32 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_33 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = V_1; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_32, L_33, L_34, /*hidden argument*/NULL); // Square(t1, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_35 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_36 = V_1; SecT131Field_Square_m5EE770F7D9B4109CCFC97CBE7596E34230882D2E(L_35, L_36, /*hidden argument*/NULL); // Multiply(t1, x, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_38 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_39 = V_1; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_37, L_38, L_39, /*hidden argument*/NULL); // SquareN(t1, 65, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_40 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = V_0; SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A(L_40, ((int32_t)65), L_41, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_42 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_44 = V_0; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_42, L_43, L_44, /*hidden argument*/NULL); // Square(t0, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_46 = ___z1; SecT131Field_Square_m5EE770F7D9B4109CCFC97CBE7596E34230882D2E(L_45, L_46, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Multiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_0 = L_0; // ImplMultiply(x, y, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___y1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_ImplMultiply_m286A2535AF6B97FDAD91EB3B943F3D9A9E39C138(L_1, L_2, L_3, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z2; SecT131Field_Reduce_mFBDAC3F1357FF89366D2967A5B048F960D5AC833(L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::MultiplyAddToExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_MultiplyAddToExt_mD22A5541C71BFE67EF55BC9FF651371893BA1AA9 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_0 = L_0; // ImplMultiply(x, y, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___y1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_ImplMultiply_m286A2535AF6B97FDAD91EB3B943F3D9A9E39C138(L_1, L_2, L_3, /*hidden argument*/NULL); // AddExt(zz, tt, zz); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___zz2; SecT131Field_AddExt_m0ADE519DDDAD7C26B1C4FDDE6A383CAAD99460C5(L_4, L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Reduce(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Reduce_mFBDAC3F1357FF89366D2967A5B048F960D5AC833 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; { // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___xx0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___xx0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___xx0; NullCheck(L_6); int32_t L_7 = 2; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___xx0; NullCheck(L_9); int32_t L_10 = 3; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = ___xx0; NullCheck(L_12); int32_t L_13 = 4; int64_t L_14 = (int64_t)(L_12)->GetAt(static_cast(L_13)); V_4 = L_14; // x1 ^= (x4 << 61) ^ (x4 << 63); uint64_t L_15 = V_1; uint64_t L_16 = V_4; uint64_t L_17 = V_4; V_1 = ((int64_t)((int64_t)L_15^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_16<<(int32_t)((int32_t)61)))^(int64_t)((int64_t)((int64_t)L_17<<(int32_t)((int32_t)63))))))); // x2 ^= (x4 >> 3) ^ (x4 >> 1) ^ x4 ^ (x4 << 5); uint64_t L_18 = V_2; uint64_t L_19 = V_4; uint64_t L_20 = V_4; uint64_t L_21 = V_4; uint64_t L_22 = V_4; V_2 = ((int64_t)((int64_t)L_18^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_19>>3))^(int64_t)((int64_t)((uint64_t)L_20>>1))))^(int64_t)L_21))^(int64_t)((int64_t)((int64_t)L_22<<(int32_t)5)))))); // x3 ^= (x4 >> 59); uint64_t L_23 = V_3; uint64_t L_24 = V_4; V_3 = ((int64_t)((int64_t)L_23^(int64_t)((int64_t)((uint64_t)L_24>>((int32_t)59))))); // x0 ^= (x3 << 61) ^ (x3 << 63); uint64_t L_25 = V_0; uint64_t L_26 = V_3; uint64_t L_27 = V_3; V_0 = ((int64_t)((int64_t)L_25^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_26<<(int32_t)((int32_t)61)))^(int64_t)((int64_t)((int64_t)L_27<<(int32_t)((int32_t)63))))))); // x1 ^= (x3 >> 3) ^ (x3 >> 1) ^ x3 ^ (x3 << 5); uint64_t L_28 = V_1; uint64_t L_29 = V_3; uint64_t L_30 = V_3; uint64_t L_31 = V_3; uint64_t L_32 = V_3; V_1 = ((int64_t)((int64_t)L_28^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_29>>3))^(int64_t)((int64_t)((uint64_t)L_30>>1))))^(int64_t)L_31))^(int64_t)((int64_t)((int64_t)L_32<<(int32_t)5)))))); // x2 ^= (x3 >> 59); uint64_t L_33 = V_2; uint64_t L_34 = V_3; V_2 = ((int64_t)((int64_t)L_33^(int64_t)((int64_t)((uint64_t)L_34>>((int32_t)59))))); // ulong t = x2 >> 3; uint64_t L_35 = V_2; V_5 = ((int64_t)((uint64_t)L_35>>3)); // z[0] = x0 ^ t ^ (t << 2) ^ (t << 3) ^ (t << 8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_36 = ___z1; uint64_t L_37 = V_0; uint64_t L_38 = V_5; uint64_t L_39 = V_5; uint64_t L_40 = V_5; uint64_t L_41 = V_5; NullCheck(L_36); (L_36)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_37^(int64_t)L_38))^(int64_t)((int64_t)((int64_t)L_39<<(int32_t)2))))^(int64_t)((int64_t)((int64_t)L_40<<(int32_t)3))))^(int64_t)((int64_t)((int64_t)L_41<<(int32_t)8))))); // z[1] = x1 ^ (t >> 56); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_42 = ___z1; uint64_t L_43 = V_1; uint64_t L_44 = V_5; NullCheck(L_42); (L_42)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)L_43^(int64_t)((int64_t)((uint64_t)L_44>>((int32_t)56)))))); // z[2] = x2 & M03; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = ___z1; uint64_t L_46 = V_2; NullCheck(L_45); (L_45)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_46&(int64_t)((int64_t)((int64_t)7))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Reduce61(System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Reduce61_m9B689C3E4888E99047A9A01670BF84E660302B23 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z0, int32_t ___zOff1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; { // ulong z2 = z[zOff + 2], t = z2 >> 3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z0; int32_t L_1 = ___zOff1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)2)); int64_t L_3 = (int64_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // ulong z2 = z[zOff + 2], t = z2 >> 3; uint64_t L_4 = V_0; V_1 = ((int64_t)((uint64_t)L_4>>3)); // z[zOff ] ^= t ^ (t << 2) ^ (t << 3) ^ (t << 8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z0; int32_t L_6 = ___zOff1; NullCheck(L_5); uint64_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6))); int64_t L_8 = *((int64_t*)L_7); uint64_t L_9 = V_1; uint64_t L_10 = V_1; uint64_t L_11 = V_1; uint64_t L_12 = V_1; *((int64_t*)L_7) = (int64_t)((int64_t)((int64_t)L_8^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9^(int64_t)((int64_t)((int64_t)L_10<<(int32_t)2))))^(int64_t)((int64_t)((int64_t)L_11<<(int32_t)3))))^(int64_t)((int64_t)((int64_t)L_12<<(int32_t)8)))))); // z[zOff + 1] ^= (t >> 56); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = ___z0; int32_t L_14 = ___zOff1; NullCheck(L_13); uint64_t* L_15 = ((L_13)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))))); int64_t L_16 = *((int64_t*)L_15); uint64_t L_17 = V_1; *((int64_t*)L_15) = (int64_t)((int64_t)((int64_t)L_16^(int64_t)((int64_t)((uint64_t)L_17>>((int32_t)56))))); // z[zOff + 2] = z2 & M03; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___z0; int32_t L_19 = ___zOff1; uint64_t L_20 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2))), (uint64_t)((int64_t)((int64_t)L_20&(int64_t)((int64_t)((int64_t)7))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Sqrt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Sqrt_m6E8E7CD7B93AA9DA580C5E40FCB41246F5160685 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; { // ulong[] odd = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); // u0 = Interleave.Unshuffle(x[0]); u1 = Interleave.Unshuffle(x[1]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); uint64_t L_4; L_4 = Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E(L_3, /*hidden argument*/NULL); V_0 = L_4; // u0 = Interleave.Unshuffle(x[0]); u1 = Interleave.Unshuffle(x[1]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___x0; NullCheck(L_5); int32_t L_6 = 1; int64_t L_7 = (int64_t)(L_5)->GetAt(static_cast(L_6)); uint64_t L_8; L_8 = Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E(L_7, /*hidden argument*/NULL); V_1 = L_8; // ulong e0 = (u0 & 0x00000000FFFFFFFFUL) | (u1 << 32); uint64_t L_9 = V_0; uint64_t L_10 = V_1; V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)L_9&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))|(int64_t)((int64_t)((int64_t)L_10<<(int32_t)((int32_t)32))))); // odd[0] = (u0 >> 32) | (u1 & 0xFFFFFFFF00000000UL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = L_0; uint64_t L_12 = V_0; uint64_t L_13 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_12>>((int32_t)32)))|(int64_t)((int64_t)((int64_t)L_13&(int64_t)((int64_t)-4294967296LL)))))); // u0 = Interleave.Unshuffle(x[2]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___x0; NullCheck(L_14); int32_t L_15 = 2; int64_t L_16 = (int64_t)(L_14)->GetAt(static_cast(L_15)); uint64_t L_17; L_17 = Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E(L_16, /*hidden argument*/NULL); V_0 = L_17; // ulong e1 = (u0 & 0x00000000FFFFFFFFUL); uint64_t L_18 = V_0; V_3 = ((int64_t)((int64_t)L_18&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // odd[1] = (u0 >> 32); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = L_11; uint64_t L_20 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(1), (uint64_t)((int64_t)((uint64_t)L_20>>((int32_t)32)))); // Multiply(odd, ROOT_Z, z); IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ((SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_StaticFields*)il2cpp_codegen_static_fields_for(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var))->get_ROOT_Z_2(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = ___z1; SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_19, L_21, L_22, /*hidden argument*/NULL); // z[0] ^= e0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = ___z1; NullCheck(L_23); uint64_t* L_24 = ((L_23)->GetAddressAt(static_cast(0))); int64_t L_25 = *((int64_t*)L_24); uint64_t L_26 = V_2; *((int64_t*)L_24) = (int64_t)((int64_t)((int64_t)L_25^(int64_t)L_26)); // z[1] ^= e1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_27 = ___z1; NullCheck(L_27); uint64_t* L_28 = ((L_27)->GetAddressAt(static_cast(1))); int64_t L_29 = *((int64_t*)L_28); uint64_t L_30 = V_3; *((int64_t*)L_28) = (int64_t)((int64_t)((int64_t)L_29^(int64_t)L_30)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Square(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_Square_m5EE770F7D9B4109CCFC97CBE7596E34230882D2E (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat.Create64(5); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat_Create64_m037D7DAF7DE15B7873459BB78CA21DDAA461A244(5, /*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_ImplSquare_m1CE899F24911FDD87CBBF67078C44D11C19B5639(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z1; SecT131Field_Reduce_mFBDAC3F1357FF89366D2967A5B048F960D5AC833(L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::SquareAddToExt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_SquareAddToExt_mF32B41243EE2036F1482DD38266F278C6433E326 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat.Create64(5); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat_Create64_m037D7DAF7DE15B7873459BB78CA21DDAA461A244(5, /*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_ImplSquare_m1CE899F24911FDD87CBBF67078C44D11C19B5639(L_1, L_2, /*hidden argument*/NULL); // AddExt(zz, tt, zz); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___zz1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___zz1; SecT131Field_AddExt_m0ADE519DDDAD7C26B1C4FDDE6A383CAAD99460C5(L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::SquareN(System.UInt64[],System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, int32_t ___n1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat.Create64(5); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat_Create64_m037D7DAF7DE15B7873459BB78CA21DDAA461A244(5, /*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_ImplSquare_m1CE899F24911FDD87CBBF67078C44D11C19B5639(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z2; SecT131Field_Reduce_mFBDAC3F1357FF89366D2967A5B048F960D5AC833(L_3, L_4, /*hidden argument*/NULL); goto IL_0025; } IL_0017: { // ImplSquare(z, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_ImplSquare_m1CE899F24911FDD87CBBF67078C44D11C19B5639(L_5, L_6, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___z2; SecT131Field_Reduce_mFBDAC3F1357FF89366D2967A5B048F960D5AC833(L_7, L_8, /*hidden argument*/NULL); } IL_0025: { // while (--n > 0) int32_t L_9 = ___n1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); ___n1 = L_10; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0017; } } { // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::Trace(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SecT131Field_Trace_m32652E7CA501EC86D686FACD6A75B21BF18BBCB5 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method) { { // return (uint)(x[0] ^ (x[1] >> 59) ^ (x[2] >> 1)) & 1U; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___x0; NullCheck(L_6); int32_t L_7 = 2; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); return ((int32_t)((int32_t)((int32_t)((uint32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_2^(int64_t)((int64_t)((uint64_t)L_5>>((int32_t)59)))))^(int64_t)((int64_t)((uint64_t)L_8>>1))))))&(int32_t)1)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ImplCompactExt(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_ImplCompactExt_m6B6BC22CA6B926FB69BAA7618F109828548CADE3 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz0, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; { // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___zz0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___zz0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___zz0; NullCheck(L_6); int32_t L_7 = 2; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___zz0; NullCheck(L_9); int32_t L_10 = 3; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = ___zz0; NullCheck(L_12); int32_t L_13 = 4; int64_t L_14 = (int64_t)(L_12)->GetAt(static_cast(L_13)); V_4 = L_14; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___zz0; NullCheck(L_15); int32_t L_16 = 5; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); V_5 = L_17; // zz[0] = z0 ^ (z1 << 44); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___zz0; uint64_t L_19 = V_0; uint64_t L_20 = V_1; NullCheck(L_18); (L_18)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_19^(int64_t)((int64_t)((int64_t)L_20<<(int32_t)((int32_t)44)))))); // zz[1] = (z1 >> 20) ^ (z2 << 24); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___zz0; uint64_t L_22 = V_1; uint64_t L_23 = V_2; NullCheck(L_21); (L_21)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_22>>((int32_t)20)))^(int64_t)((int64_t)((int64_t)L_23<<(int32_t)((int32_t)24)))))); // zz[2] = (z2 >> 40) ^ (z3 << 4) // ^ (z4 << 48); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = ___zz0; uint64_t L_25 = V_2; uint64_t L_26 = V_3; uint64_t L_27 = V_4; NullCheck(L_24); (L_24)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_25>>((int32_t)40)))^(int64_t)((int64_t)((int64_t)L_26<<(int32_t)4))))^(int64_t)((int64_t)((int64_t)L_27<<(int32_t)((int32_t)48)))))); // zz[3] = (z3 >> 60) ^ (z5 << 28) // ^ (z4 >> 16); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = ___zz0; uint64_t L_29 = V_3; uint64_t L_30 = V_5; uint64_t L_31 = V_4; NullCheck(L_28); (L_28)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_29>>((int32_t)60)))^(int64_t)((int64_t)((int64_t)L_30<<(int32_t)((int32_t)28)))))^(int64_t)((int64_t)((uint64_t)L_31>>((int32_t)16)))))); // zz[4] = (z5 >> 36); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_32 = ___zz0; uint64_t L_33 = V_5; NullCheck(L_32); (L_32)->SetAt(static_cast(4), (uint64_t)((int64_t)((uint64_t)L_33>>((int32_t)36)))); // zz[5] = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = ___zz0; NullCheck(L_34); (L_34)->SetAt(static_cast(5), (uint64_t)((int64_t)((int64_t)0))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ImplMultiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_ImplMultiply_m286A2535AF6B97FDAD91EB3B943F3D9A9E39C138 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_6 = NULL; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint64_t V_16 = 0; uint64_t V_17 = 0; uint64_t V_18 = 0; uint64_t V_19 = 0; { // ulong f0 = x[0], f1 = x[1], f2 = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // ulong f0 = x[0], f1 = x[1], f2 = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // ulong f0 = x[0], f1 = x[1], f2 = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___x0; NullCheck(L_6); int32_t L_7 = 2; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // f2 = ((f1 >> 24) ^ (f2 << 40)) & M44; uint64_t L_9 = V_1; uint64_t L_10 = V_2; V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_9>>((int32_t)24)))^(int64_t)((int64_t)((int64_t)L_10<<(int32_t)((int32_t)40)))))&(int64_t)((int64_t)17592186044415LL))); // f1 = ((f0 >> 44) ^ (f1 << 20)) & M44; uint64_t L_11 = V_0; uint64_t L_12 = V_1; V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_11>>((int32_t)44)))^(int64_t)((int64_t)((int64_t)L_12<<(int32_t)((int32_t)20)))))&(int64_t)((int64_t)17592186044415LL))); // f0 &= M44; uint64_t L_13 = V_0; V_0 = ((int64_t)((int64_t)L_13&(int64_t)((int64_t)17592186044415LL))); // ulong g0 = y[0], g1 = y[1], g2 = y[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___y1; NullCheck(L_14); int32_t L_15 = 0; int64_t L_16 = (int64_t)(L_14)->GetAt(static_cast(L_15)); V_3 = L_16; // ulong g0 = y[0], g1 = y[1], g2 = y[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = ___y1; NullCheck(L_17); int32_t L_18 = 1; int64_t L_19 = (int64_t)(L_17)->GetAt(static_cast(L_18)); V_4 = L_19; // ulong g0 = y[0], g1 = y[1], g2 = y[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = ___y1; NullCheck(L_20); int32_t L_21 = 2; int64_t L_22 = (int64_t)(L_20)->GetAt(static_cast(L_21)); V_5 = L_22; // g2 = ((g1 >> 24) ^ (g2 << 40)) & M44; uint64_t L_23 = V_4; uint64_t L_24 = V_5; V_5 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_23>>((int32_t)24)))^(int64_t)((int64_t)((int64_t)L_24<<(int32_t)((int32_t)40)))))&(int64_t)((int64_t)17592186044415LL))); // g1 = ((g0 >> 44) ^ (g1 << 20)) & M44; uint64_t L_25 = V_3; uint64_t L_26 = V_4; V_4 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_25>>((int32_t)44)))^(int64_t)((int64_t)((int64_t)L_26<<(int32_t)((int32_t)20)))))&(int64_t)((int64_t)17592186044415LL))); // g0 &= M44; uint64_t L_27 = V_3; V_3 = ((int64_t)((int64_t)L_27&(int64_t)((int64_t)17592186044415LL))); // ulong[] H = new ulong[10]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); V_6 = L_28; // ImplMulw(f0, g0, H, 0); // H(0) 44/43 bits uint64_t L_29 = V_0; uint64_t L_30 = V_3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_6; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_ImplMulw_m6D74FECA313B600AF8986A7791BD48F34E93E364(L_29, L_30, L_31, 0, /*hidden argument*/NULL); // ImplMulw(f2, g2, H, 2); // H(INF) 44/41 bits uint64_t L_32 = V_2; uint64_t L_33 = V_5; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = V_6; SecT131Field_ImplMulw_m6D74FECA313B600AF8986A7791BD48F34E93E364(L_32, L_33, L_34, 2, /*hidden argument*/NULL); // ulong t0 = f0 ^ f1 ^ f2; uint64_t L_35 = V_0; uint64_t L_36 = V_1; uint64_t L_37 = V_2; // ulong t1 = g0 ^ g1 ^ g2; uint64_t L_38 = V_3; uint64_t L_39 = V_4; uint64_t L_40 = V_5; V_7 = ((int64_t)((int64_t)((int64_t)((int64_t)L_38^(int64_t)L_39))^(int64_t)L_40)); // ImplMulw(t0, t1, H, 4); // H(1) 44/43 bits int64_t L_41 = ((int64_t)((int64_t)((int64_t)((int64_t)L_35^(int64_t)L_36))^(int64_t)L_37)); uint64_t L_42 = V_7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = V_6; SecT131Field_ImplMulw_m6D74FECA313B600AF8986A7791BD48F34E93E364(L_41, L_42, L_43, 4, /*hidden argument*/NULL); // ulong t2 = (f1 << 1) ^ (f2 << 2); uint64_t L_44 = V_1; uint64_t L_45 = V_2; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_44<<(int32_t)1))^(int64_t)((int64_t)((int64_t)L_45<<(int32_t)2)))); // ulong t3 = (g1 << 1) ^ (g2 << 2); uint64_t L_46 = V_4; uint64_t L_47 = V_5; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_46<<(int32_t)1))^(int64_t)((int64_t)((int64_t)L_47<<(int32_t)2)))); // ImplMulw(f0 ^ t2, g0 ^ t3, H, 6); // H(t) 44/45 bits uint64_t L_48 = V_0; uint64_t L_49 = V_8; uint64_t L_50 = V_3; uint64_t L_51 = V_9; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_52 = V_6; SecT131Field_ImplMulw_m6D74FECA313B600AF8986A7791BD48F34E93E364(((int64_t)((int64_t)L_48^(int64_t)L_49)), ((int64_t)((int64_t)L_50^(int64_t)L_51)), L_52, 6, /*hidden argument*/NULL); // ImplMulw(t0 ^ t2, t1 ^ t3, H, 8); // H(t + 1) 44/45 bits uint64_t L_53 = V_8; uint64_t L_54 = V_7; uint64_t L_55 = V_9; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_56 = V_6; SecT131Field_ImplMulw_m6D74FECA313B600AF8986A7791BD48F34E93E364(((int64_t)((int64_t)L_41^(int64_t)L_53)), ((int64_t)((int64_t)L_54^(int64_t)L_55)), L_56, 8, /*hidden argument*/NULL); // ulong t4 = H[6] ^ H[8]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_57 = V_6; NullCheck(L_57); int32_t L_58 = 6; int64_t L_59 = (int64_t)(L_57)->GetAt(static_cast(L_58)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_60 = V_6; NullCheck(L_60); int32_t L_61 = 8; int64_t L_62 = (int64_t)(L_60)->GetAt(static_cast(L_61)); // ulong t5 = H[7] ^ H[9]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_63 = V_6; NullCheck(L_63); int32_t L_64 = 7; int64_t L_65 = (int64_t)(L_63)->GetAt(static_cast(L_64)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_66 = V_6; NullCheck(L_66); int32_t L_67 = ((int32_t)9); int64_t L_68 = (int64_t)(L_66)->GetAt(static_cast(L_67)); V_10 = ((int64_t)((int64_t)L_65^(int64_t)L_68)); // ulong v0 = (t4 << 1) ^ H[6]; int64_t L_69 = ((int64_t)((int64_t)L_59^(int64_t)L_62)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_70 = V_6; NullCheck(L_70); int32_t L_71 = 6; int64_t L_72 = (int64_t)(L_70)->GetAt(static_cast(L_71)); V_11 = ((int64_t)((int64_t)((int64_t)((int64_t)L_69<<(int32_t)1))^(int64_t)L_72)); // ulong v1 = t4 ^ (t5 << 1) ^ H[7]; uint64_t L_73 = V_10; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_74 = V_6; NullCheck(L_74); int32_t L_75 = 7; int64_t L_76 = (int64_t)(L_74)->GetAt(static_cast(L_75)); V_12 = ((int64_t)((int64_t)((int64_t)((int64_t)L_69^(int64_t)((int64_t)((int64_t)L_73<<(int32_t)1))))^(int64_t)L_76)); // ulong v2 = t5; uint64_t L_77 = V_10; V_13 = L_77; // ulong u0 = H[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_78 = V_6; NullCheck(L_78); int32_t L_79 = 0; int64_t L_80 = (int64_t)(L_78)->GetAt(static_cast(L_79)); V_14 = L_80; // ulong u1 = H[1] ^ H[0] ^ H[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_81 = V_6; NullCheck(L_81); int32_t L_82 = 1; int64_t L_83 = (int64_t)(L_81)->GetAt(static_cast(L_82)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_84 = V_6; NullCheck(L_84); int32_t L_85 = 0; int64_t L_86 = (int64_t)(L_84)->GetAt(static_cast(L_85)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_87 = V_6; NullCheck(L_87); int32_t L_88 = 4; int64_t L_89 = (int64_t)(L_87)->GetAt(static_cast(L_88)); V_15 = ((int64_t)((int64_t)((int64_t)((int64_t)L_83^(int64_t)L_86))^(int64_t)L_89)); // ulong u2 = H[1] ^ H[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_90 = V_6; NullCheck(L_90); int32_t L_91 = 1; int64_t L_92 = (int64_t)(L_90)->GetAt(static_cast(L_91)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_93 = V_6; NullCheck(L_93); int32_t L_94 = 5; int64_t L_95 = (int64_t)(L_93)->GetAt(static_cast(L_94)); V_16 = ((int64_t)((int64_t)L_92^(int64_t)L_95)); // ulong w0 = u0 ^ v0 ^ (H[2] << 4) ^ (H[2] << 1); uint64_t L_96 = V_14; uint64_t L_97 = V_11; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_98 = V_6; NullCheck(L_98); int32_t L_99 = 2; int64_t L_100 = (int64_t)(L_98)->GetAt(static_cast(L_99)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_101 = V_6; NullCheck(L_101); int32_t L_102 = 2; int64_t L_103 = (int64_t)(L_101)->GetAt(static_cast(L_102)); V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_96^(int64_t)L_97))^(int64_t)((int64_t)((int64_t)L_100<<(int32_t)4))))^(int64_t)((int64_t)((int64_t)L_103<<(int32_t)1)))); // ulong w1 = u1 ^ v1 ^ (H[3] << 4) ^ (H[3] << 1); uint64_t L_104 = V_15; uint64_t L_105 = V_12; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_106 = V_6; NullCheck(L_106); int32_t L_107 = 3; int64_t L_108 = (int64_t)(L_106)->GetAt(static_cast(L_107)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_109 = V_6; NullCheck(L_109); int32_t L_110 = 3; int64_t L_111 = (int64_t)(L_109)->GetAt(static_cast(L_110)); V_18 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_104^(int64_t)L_105))^(int64_t)((int64_t)((int64_t)L_108<<(int32_t)4))))^(int64_t)((int64_t)((int64_t)L_111<<(int32_t)1)))); // ulong w2 = u2 ^ v2; uint64_t L_112 = V_16; uint64_t L_113 = V_13; V_19 = ((int64_t)((int64_t)L_112^(int64_t)L_113)); // w1 ^= (w0 >> 44); w0 &= M44; uint64_t L_114 = V_18; uint64_t L_115 = V_17; V_18 = ((int64_t)((int64_t)L_114^(int64_t)((int64_t)((uint64_t)L_115>>((int32_t)44))))); // w1 ^= (w0 >> 44); w0 &= M44; uint64_t L_116 = V_17; V_17 = ((int64_t)((int64_t)L_116&(int64_t)((int64_t)17592186044415LL))); // w2 ^= (w1 >> 44); w1 &= M44; uint64_t L_117 = V_19; uint64_t L_118 = V_18; V_19 = ((int64_t)((int64_t)L_117^(int64_t)((int64_t)((uint64_t)L_118>>((int32_t)44))))); // w2 ^= (w1 >> 44); w1 &= M44; uint64_t L_119 = V_18; V_18 = ((int64_t)((int64_t)L_119&(int64_t)((int64_t)17592186044415LL))); // w0 = (w0 >> 1) ^ ((w1 & 1UL) << 43); uint64_t L_120 = V_17; uint64_t L_121 = V_18; V_17 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_120>>1))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_121&(int64_t)((int64_t)((int64_t)1))))<<(int32_t)((int32_t)43))))); // w1 = (w1 >> 1) ^ ((w2 & 1UL) << 43); uint64_t L_122 = V_18; uint64_t L_123 = V_19; V_18 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_122>>1))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_123&(int64_t)((int64_t)((int64_t)1))))<<(int32_t)((int32_t)43))))); // w2 = (w2 >> 1); uint64_t L_124 = V_19; V_19 = ((int64_t)((uint64_t)L_124>>1)); // w0 ^= (w0 << 1); uint64_t L_125 = V_17; uint64_t L_126 = V_17; V_17 = ((int64_t)((int64_t)L_125^(int64_t)((int64_t)((int64_t)L_126<<(int32_t)1)))); // w0 ^= (w0 << 2); uint64_t L_127 = V_17; uint64_t L_128 = V_17; V_17 = ((int64_t)((int64_t)L_127^(int64_t)((int64_t)((int64_t)L_128<<(int32_t)2)))); // w0 ^= (w0 << 4); uint64_t L_129 = V_17; uint64_t L_130 = V_17; V_17 = ((int64_t)((int64_t)L_129^(int64_t)((int64_t)((int64_t)L_130<<(int32_t)4)))); // w0 ^= (w0 << 8); uint64_t L_131 = V_17; uint64_t L_132 = V_17; V_17 = ((int64_t)((int64_t)L_131^(int64_t)((int64_t)((int64_t)L_132<<(int32_t)8)))); // w0 ^= (w0 << 16); uint64_t L_133 = V_17; uint64_t L_134 = V_17; V_17 = ((int64_t)((int64_t)L_133^(int64_t)((int64_t)((int64_t)L_134<<(int32_t)((int32_t)16))))); // w0 ^= (w0 << 32); uint64_t L_135 = V_17; uint64_t L_136 = V_17; V_17 = ((int64_t)((int64_t)L_135^(int64_t)((int64_t)((int64_t)L_136<<(int32_t)((int32_t)32))))); // w0 &= M44; w1 ^= (w0 >> 43); uint64_t L_137 = V_17; V_17 = ((int64_t)((int64_t)L_137&(int64_t)((int64_t)17592186044415LL))); // w0 &= M44; w1 ^= (w0 >> 43); uint64_t L_138 = V_18; uint64_t L_139 = V_17; V_18 = ((int64_t)((int64_t)L_138^(int64_t)((int64_t)((uint64_t)L_139>>((int32_t)43))))); // w1 ^= (w1 << 1); uint64_t L_140 = V_18; uint64_t L_141 = V_18; V_18 = ((int64_t)((int64_t)L_140^(int64_t)((int64_t)((int64_t)L_141<<(int32_t)1)))); // w1 ^= (w1 << 2); uint64_t L_142 = V_18; uint64_t L_143 = V_18; V_18 = ((int64_t)((int64_t)L_142^(int64_t)((int64_t)((int64_t)L_143<<(int32_t)2)))); // w1 ^= (w1 << 4); uint64_t L_144 = V_18; uint64_t L_145 = V_18; V_18 = ((int64_t)((int64_t)L_144^(int64_t)((int64_t)((int64_t)L_145<<(int32_t)4)))); // w1 ^= (w1 << 8); uint64_t L_146 = V_18; uint64_t L_147 = V_18; V_18 = ((int64_t)((int64_t)L_146^(int64_t)((int64_t)((int64_t)L_147<<(int32_t)8)))); // w1 ^= (w1 << 16); uint64_t L_148 = V_18; uint64_t L_149 = V_18; V_18 = ((int64_t)((int64_t)L_148^(int64_t)((int64_t)((int64_t)L_149<<(int32_t)((int32_t)16))))); // w1 ^= (w1 << 32); uint64_t L_150 = V_18; uint64_t L_151 = V_18; V_18 = ((int64_t)((int64_t)L_150^(int64_t)((int64_t)((int64_t)L_151<<(int32_t)((int32_t)32))))); // w1 &= M44; w2 ^= (w1 >> 43); uint64_t L_152 = V_18; V_18 = ((int64_t)((int64_t)L_152&(int64_t)((int64_t)17592186044415LL))); // w1 &= M44; w2 ^= (w1 >> 43); uint64_t L_153 = V_19; uint64_t L_154 = V_18; V_19 = ((int64_t)((int64_t)L_153^(int64_t)((int64_t)((uint64_t)L_154>>((int32_t)43))))); // w2 ^= (w2 << 1); uint64_t L_155 = V_19; uint64_t L_156 = V_19; V_19 = ((int64_t)((int64_t)L_155^(int64_t)((int64_t)((int64_t)L_156<<(int32_t)1)))); // w2 ^= (w2 << 2); uint64_t L_157 = V_19; uint64_t L_158 = V_19; V_19 = ((int64_t)((int64_t)L_157^(int64_t)((int64_t)((int64_t)L_158<<(int32_t)2)))); // w2 ^= (w2 << 4); uint64_t L_159 = V_19; uint64_t L_160 = V_19; V_19 = ((int64_t)((int64_t)L_159^(int64_t)((int64_t)((int64_t)L_160<<(int32_t)4)))); // w2 ^= (w2 << 8); uint64_t L_161 = V_19; uint64_t L_162 = V_19; V_19 = ((int64_t)((int64_t)L_161^(int64_t)((int64_t)((int64_t)L_162<<(int32_t)8)))); // w2 ^= (w2 << 16); uint64_t L_163 = V_19; uint64_t L_164 = V_19; V_19 = ((int64_t)((int64_t)L_163^(int64_t)((int64_t)((int64_t)L_164<<(int32_t)((int32_t)16))))); // w2 ^= (w2 << 32); uint64_t L_165 = V_19; uint64_t L_166 = V_19; V_19 = ((int64_t)((int64_t)L_165^(int64_t)((int64_t)((int64_t)L_166<<(int32_t)((int32_t)32))))); // zz[0] = u0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_167 = ___zz2; uint64_t L_168 = V_14; NullCheck(L_167); (L_167)->SetAt(static_cast(0), (uint64_t)L_168); // zz[1] = u1 ^ w0 ^ H[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_169 = ___zz2; uint64_t L_170 = V_15; uint64_t L_171 = V_17; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_172 = V_6; NullCheck(L_172); int32_t L_173 = 2; int64_t L_174 = (int64_t)(L_172)->GetAt(static_cast(L_173)); NullCheck(L_169); (L_169)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_170^(int64_t)L_171))^(int64_t)L_174))); // zz[2] = u2 ^ w1 ^ w0 ^ H[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_175 = ___zz2; uint64_t L_176 = V_16; uint64_t L_177 = V_18; uint64_t L_178 = V_17; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_179 = V_6; NullCheck(L_179); int32_t L_180 = 3; int64_t L_181 = (int64_t)(L_179)->GetAt(static_cast(L_180)); NullCheck(L_175); (L_175)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_176^(int64_t)L_177))^(int64_t)L_178))^(int64_t)L_181))); // zz[3] = w2 ^ w1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_182 = ___zz2; uint64_t L_183 = V_19; uint64_t L_184 = V_18; NullCheck(L_182); (L_182)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)L_183^(int64_t)L_184))); // zz[4] = w2 ^ H[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_185 = ___zz2; uint64_t L_186 = V_19; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_187 = V_6; NullCheck(L_187); int32_t L_188 = 2; int64_t L_189 = (int64_t)(L_187)->GetAt(static_cast(L_188)); NullCheck(L_185); (L_185)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)L_186^(int64_t)L_189))); // zz[5] = H[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_190 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_191 = V_6; NullCheck(L_191); int32_t L_192 = 3; int64_t L_193 = (int64_t)(L_191)->GetAt(static_cast(L_192)); NullCheck(L_190); (L_190)->SetAt(static_cast(5), (uint64_t)L_193); // ImplCompactExt(zz); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_194 = ___zz2; SecT131Field_ImplCompactExt_m6B6BC22CA6B926FB69BAA7618F109828548CADE3(L_194, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ImplMulw(System.UInt64,System.UInt64,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_ImplMulw_m6D74FECA313B600AF8986A7791BD48F34E93E364 (uint64_t ___x0, uint64_t ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, int32_t ___zOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; uint32_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; int32_t V_5 = 0; { // ulong[] u = new ulong[8]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // u[1] = y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = V_0; uint64_t L_2 = ___y1; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint64_t)L_2); // u[2] = u[1] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 1; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_3); (L_3)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_6<<(int32_t)1))); // u[3] = u[2] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 2; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); uint64_t L_11 = ___y1; NullCheck(L_7); (L_7)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_11))); // u[4] = u[2] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 2; int64_t L_15 = (int64_t)(L_13)->GetAt(static_cast(L_14)); NullCheck(L_12); (L_12)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)L_15<<(int32_t)1))); // u[5] = u[4] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 4; int64_t L_19 = (int64_t)(L_17)->GetAt(static_cast(L_18)); uint64_t L_20 = ___y1; NullCheck(L_16); (L_16)->SetAt(static_cast(5), (uint64_t)((int64_t)((int64_t)L_19^(int64_t)L_20))); // u[6] = u[3] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = V_0; NullCheck(L_22); int32_t L_23 = 3; int64_t L_24 = (int64_t)(L_22)->GetAt(static_cast(L_23)); NullCheck(L_21); (L_21)->SetAt(static_cast(6), (uint64_t)((int64_t)((int64_t)L_24<<(int32_t)1))); // u[7] = u[6] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = V_0; NullCheck(L_26); int32_t L_27 = 6; int64_t L_28 = (int64_t)(L_26)->GetAt(static_cast(L_27)); uint64_t L_29 = ___y1; NullCheck(L_25); (L_25)->SetAt(static_cast(7), (uint64_t)((int64_t)((int64_t)L_28^(int64_t)L_29))); // uint j = (uint)x; uint64_t L_30 = ___x0; V_1 = ((int32_t)((uint32_t)L_30)); // ulong g, h = 0, l = u[j & 7] V_3 = ((int64_t)((int64_t)0)); // ulong g, h = 0, l = u[j & 7] // ^ u[(j >> 3) & 7] << 3 // ^ u[(j >> 6) & 7] << 6; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_0; uint32_t L_32 = V_1; NullCheck(L_31); int32_t L_33 = ((int32_t)((int32_t)L_32&(int32_t)7)); int64_t L_34 = (int64_t)(L_31)->GetAt(static_cast(L_33)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_35 = V_0; uint32_t L_36 = V_1; NullCheck(L_35); int32_t L_37 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_36>>3))&(int32_t)7)); int64_t L_38 = (int64_t)(L_35)->GetAt(static_cast(L_37)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_39 = V_0; uint32_t L_40 = V_1; NullCheck(L_39); int32_t L_41 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_40>>6))&(int32_t)7)); int64_t L_42 = (int64_t)(L_39)->GetAt(static_cast(L_41)); V_4 = ((int64_t)((int64_t)((int64_t)((int64_t)L_34^(int64_t)((int64_t)((int64_t)L_38<<(int32_t)3))))^(int64_t)((int64_t)((int64_t)L_42<<(int32_t)6)))); // int k = 33; V_5 = ((int32_t)33); } IL_0060: { // j = (uint)(x >> k); uint64_t L_43 = ___x0; int32_t L_44 = V_5; V_1 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_43>>((int32_t)((int32_t)L_44&(int32_t)((int32_t)63))))))); // g = u[j & 7] // ^ u[(j >> 3) & 7] << 3 // ^ u[(j >> 6) & 7] << 6 // ^ u[(j >> 9) & 7] << 9; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = V_0; uint32_t L_46 = V_1; NullCheck(L_45); int32_t L_47 = ((int32_t)((int32_t)L_46&(int32_t)7)); int64_t L_48 = (int64_t)(L_45)->GetAt(static_cast(L_47)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_49 = V_0; uint32_t L_50 = V_1; NullCheck(L_49); int32_t L_51 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_50>>3))&(int32_t)7)); int64_t L_52 = (int64_t)(L_49)->GetAt(static_cast(L_51)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_53 = V_0; uint32_t L_54 = V_1; NullCheck(L_53); int32_t L_55 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_54>>6))&(int32_t)7)); int64_t L_56 = (int64_t)(L_53)->GetAt(static_cast(L_55)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_57 = V_0; uint32_t L_58 = V_1; NullCheck(L_57); int32_t L_59 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_58>>((int32_t)9)))&(int32_t)7)); int64_t L_60 = (int64_t)(L_57)->GetAt(static_cast(L_59)); V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_48^(int64_t)((int64_t)((int64_t)L_52<<(int32_t)3))))^(int64_t)((int64_t)((int64_t)L_56<<(int32_t)6))))^(int64_t)((int64_t)((int64_t)L_60<<(int32_t)((int32_t)9))))); // l ^= (g << k); uint64_t L_61 = V_4; uint64_t L_62 = V_2; int32_t L_63 = V_5; V_4 = ((int64_t)((int64_t)L_61^(int64_t)((int64_t)((int64_t)L_62<<(int32_t)((int32_t)((int32_t)L_63&(int32_t)((int32_t)63))))))); // h ^= (g >> -k); uint64_t L_64 = V_3; uint64_t L_65 = V_2; int32_t L_66 = V_5; V_3 = ((int64_t)((int64_t)L_64^(int64_t)((int64_t)((uint64_t)L_65>>((int32_t)((int32_t)((-L_66))&(int32_t)((int32_t)63))))))); // while ((k -= 12) > 0); int32_t L_67 = V_5; int32_t L_68 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)((int32_t)12))); V_5 = L_68; if ((((int32_t)L_68) > ((int32_t)0))) { goto IL_0060; } } { // z[zOff ] = l & M44; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_69 = ___z2; int32_t L_70 = ___zOff3; uint64_t L_71 = V_4; NullCheck(L_69); (L_69)->SetAt(static_cast(L_70), (uint64_t)((int64_t)((int64_t)L_71&(int64_t)((int64_t)17592186044415LL)))); // z[zOff + 1] = (l >> 44) ^ (h << 20); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_72 = ___z2; int32_t L_73 = ___zOff3; uint64_t L_74 = V_4; uint64_t L_75 = V_3; NullCheck(L_72); (L_72)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1))), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_74>>((int32_t)44)))^(int64_t)((int64_t)((int64_t)L_75<<(int32_t)((int32_t)20)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::ImplSquare(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field_ImplSquare_m1CE899F24911FDD87CBBF67078C44D11C19B5639 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method) { { // Interleave.Expand64To128(x[0], zz, 0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___zz1; Interleave_Expand64To128_m74E013962CD4EFE9B70ABBA1C96B69B7B6592806(L_2, L_3, 0, /*hidden argument*/NULL); // Interleave.Expand64To128(x[1], zz, 2); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___x0; NullCheck(L_4); int32_t L_5 = 1; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___zz1; Interleave_Expand64To128_m74E013962CD4EFE9B70ABBA1C96B69B7B6592806(L_6, L_7, 2, /*hidden argument*/NULL); // zz[4] = Interleave.Expand8to16((uint)x[2]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___zz1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___x0; NullCheck(L_9); int32_t L_10 = 2; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); uint32_t L_12; L_12 = Interleave_Expand8to16_m4C80ADA6E74DAD4C765B399F0F024430E021A34F(((int32_t)((uint32_t)L_11)), /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(4), (uint64_t)((int64_t)((uint64_t)L_12))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field__ctor_m54459A648AE300580622021ADA80A6BAA96E30B4 (SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131Field::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131Field__cctor_m7998EFBD94675F344405C317B73DF5EB9791E9B2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly ulong[] ROOT_Z = new ulong[]{ 0x26BC4D789AF13523UL, 0x26BC4D789AF135E2UL, 0x6UL }; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_StaticFields*)il2cpp_codegen_static_fields_for(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var))->set_ROOT_Z_2(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131FieldElement__ctor_mE8C6BC8024780462EEEA3649C1B98AE74D10CD9A (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SecT131FieldElement(BigInteger x) AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // if (x == null || x.SignValue < 0 || x.BitLength > 131) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; if (!L_0) { goto IL_001f; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001f; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)((int32_t)131)))) { goto IL_002f; } } IL_001f: { // throw new ArgumentException("value invalid for SecT131FieldElement", "x"); 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*)&_stringLiteral275D6F928E9B5C97F6E808E4F49807A89B6D7150)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT131FieldElement__ctor_mE8C6BC8024780462EEEA3649C1B98AE74D10CD9A_RuntimeMethod_var))); } IL_002f: { // this.x = SecT131Field.FromBigInteger(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7; L_7 = SecT131Field_FromBigInteger_mA1F31803907D7341C7AF47D0407609A1E4BFC9E1(L_6, /*hidden argument*/NULL); __this->set_x_0(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131FieldElement__ctor_m67083201DEDA379AF7A3924E2CA11151769EC21C (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // public SecT131FieldElement() AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // this.x = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); __this->set_x_0(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::.ctor(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method) { { // protected internal SecT131FieldElement(ulong[] x) AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // this.x = x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; __this->set_x_0(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131FieldElement_get_IsOne_m7AA7A77A5EA953FEEADC6B5AC5BF94CBFF4921AA (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // get { return Nat192.IsOne64(x); } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); bool L_1; L_1 = Nat192_IsOne64_m8B7ECDD9F1122F48E91A1DB47B1D002AB681A940(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131FieldElement_get_IsZero_mE3566C22CC0792F2233681F843E9E22C48BE28AA (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // get { return Nat192.IsZero64(x); } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); bool L_1; L_1 = Nat192_IsZero64_m2F0911D624B98968F42DA35802867EEEEE083315(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131FieldElement_TestBitZero_m67AA5F6BC0673EDBF4C2153EBC2BBF2EC9F59B94 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // return (x[0] & 1UL) != 0UL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); return (bool)((!(((uint64_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((int64_t)1))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecT131FieldElement_ToBigInteger_mA0DC12B3015D4D1D68E5827B4C2EF640D09FEB77 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // return Nat192.ToBigInteger64(x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Nat192_ToBigInteger64_m45BBCC7C88BB122770BD2A027CABF4885036E8A6(L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_FieldName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecT131FieldElement_get_FieldName_m4C7697F1F7D11F976120DC1CA35055C3F3D5370D (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60348E6D16667951CD14B08C19F05B6BA735BA63); s_Il2CppMethodInitialized = true; } { // get { return "SecT131Field"; } return _stringLiteral60348E6D16667951CD14B08C19F05B6BA735BA63; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131FieldElement_get_FieldSize_mABC90D678747D2ADE2190A9B77854575925FC3CB (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // get { return 131; } return ((int32_t)131); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_Add_m3D3554A2CE91272CFFC71584748833199761CFC9 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT131Field.Add(x, ((SecT131FieldElement)b).x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_2, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_2, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_Add_m24949D7D887192B40CD89D6B3A5A195E3F01DCF0(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_6 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::AddOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_AddOne_m6DF66EC7089E8A4DD87020A9E03BF369ECBC2B29 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT131Field.AddOne(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_AddOne_m2CD1A335D759A98DB10DF6BE25F96094306003EE(L_1, L_2, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_4 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_Subtract_mB6B61CF5BED2ECDB4B46605671932B6E2DEAC2B2 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { { // return Add(b); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_Multiply_mFC15DE8C942414B505D9EB0B012B1786B6B7E09D (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT131Field.Multiply(x, ((SecT131FieldElement)b).x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_2, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_2, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_Multiply_mF0137A07D046AEC75ED1B663946155D9DDFCEC84(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_6 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::MultiplyMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_MultiplyMinusProduct_m39E0C4C1586CC4CD6B63AC82C40D91DA6FAC66AD (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // return MultiplyPlusProduct(b, x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, L_1, L_2); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_MultiplyPlusProduct_m9D20243F434E39FF3A7B2344940992992D8AA348 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_2 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_3 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_4 = NULL; { // ulong[] ax = this.x, bx = ((SecT131FieldElement)b).x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); V_0 = L_0; // ulong[] ax = this.x, bx = ((SecT131FieldElement)b).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___b0; NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_1, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_1, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); V_1 = L_2; // ulong[] xx = ((SecT131FieldElement)x).x, yx = ((SecT131FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___x1; NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_3, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_3, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); // ulong[] xx = ((SecT131FieldElement)x).x, yx = ((SecT131FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_5, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_5, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); V_2 = L_6; // ulong[] tt = Nat.Create64(5); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7; L_7 = Nat_Create64_m037D7DAF7DE15B7873459BB78CA21DDAA461A244(5, /*hidden argument*/NULL); V_3 = L_7; // SecT131Field.MultiplyAddToExt(ax, bx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_MultiplyAddToExt_mD22A5541C71BFE67EF55BC9FF651371893BA1AA9(L_8, L_9, L_10, /*hidden argument*/NULL); // SecT131Field.MultiplyAddToExt(xx, yx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_3; SecT131Field_MultiplyAddToExt_mD22A5541C71BFE67EF55BC9FF651371893BA1AA9(L_4, L_11, L_12, /*hidden argument*/NULL); // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13; L_13 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_4 = L_13; // SecT131Field.Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = V_3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_4; SecT131Field_Reduce_mFBDAC3F1357FF89366D2967A5B048F960D5AC833(L_14, L_15, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_4; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_17 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_17, L_16, /*hidden argument*/NULL); return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_Divide_mF990F3CD829BA95770544A760622D623E3A28D22 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { { // return Multiply(b.Invert()); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; NullCheck(L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Invert() */, L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_Negate_m9E89BE77B4B03F692C6E1F7CCA008309C29130FD (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Square() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_Square_m3CB3E098D25A8602B22BFED23B59841A50F5CB4B (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT131Field.Square(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_Square_m5EE770F7D9B4109CCFC97CBE7596E34230882D2E(L_1, L_2, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_4 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::SquareMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_SquareMinusProduct_m10B0AB0F6B23FC7ED463148D9B867923197F5FAA (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { { // return SquarePlusProduct(x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_SquarePlusProduct_m90B33AAE0C6B36F99CAB094BABDBFCCB178433C5 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_2 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_3 = NULL; { // ulong[] ax = this.x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); V_0 = L_0; // ulong[] xx = ((SecT131FieldElement)x).x, yx = ((SecT131FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x0; NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_1, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_1, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); // ulong[] xx = ((SecT131FieldElement)x).x, yx = ((SecT131FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___y1; NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_3, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_3, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); V_1 = L_4; // ulong[] tt = Nat.Create64(5); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5; L_5 = Nat_Create64_m037D7DAF7DE15B7873459BB78CA21DDAA461A244(5, /*hidden argument*/NULL); V_2 = L_5; // SecT131Field.SquareAddToExt(ax, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_SquareAddToExt_mF32B41243EE2036F1482DD38266F278C6433E326(L_6, L_7, /*hidden argument*/NULL); // SecT131Field.MultiplyAddToExt(xx, yx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_2; SecT131Field_MultiplyAddToExt_mD22A5541C71BFE67EF55BC9FF651371893BA1AA9(L_2, L_8, L_9, /*hidden argument*/NULL); // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10; L_10 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_3 = L_10; // SecT131Field.Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_3; SecT131Field_Reduce_mFBDAC3F1357FF89366D2967A5B048F960D5AC833(L_11, L_12, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = V_3; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_14 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_14, L_13, /*hidden argument*/NULL); return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::SquarePow(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_SquarePow_mA03FE062F860C80DAA15954A7D513E2A55DE18ED (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, int32_t ___pow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // if (pow < 1) int32_t L_0 = ___pow0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0006; } } { // return this; return __this; } IL_0006: { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1; L_1 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_1; // SecT131Field.SquareN(x, pow, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_x_0(); int32_t L_3 = ___pow0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_SquareN_m20F0F373E7F4673DF4958D23AAE9F22314DF075A(L_2, L_3, L_4, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_6 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Trace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131FieldElement_Trace_m4CDF6E0E8355057541F2E425C8FA8F877025E40A (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (int)SecT131Field.Trace(x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = SecT131Field_Trace_m32652E7CA501EC86D686FACD6A75B21BF18BBCB5(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Invert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_Invert_m3B7AA232311995F7A37A9C466A2007B6389D0396 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT131Field.Invert(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_Invert_m83D38353FB3217D9661802B2D3D6FA94540A3E5B(L_1, L_2, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_4 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Sqrt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131FieldElement_Sqrt_mAB4BCEF64818F4403D69D28D2F683D4A5CA4D196 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT131Field.Sqrt(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT131Field_t9A1C765991D3054495470D51E078E494DB7A96AD_il2cpp_TypeInfo_var); SecT131Field_Sqrt_m6E8E7CD7B93AA9DA580C5E40FCB41246F5160685(L_1, L_2, /*hidden argument*/NULL); // return new SecT131FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_4 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mD7E8967F5DD8C306F501C79F6580448AFBC0B7AC(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_Representation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131FieldElement_get_Representation_m8DA105336BD6D1DDF050E387D46FCC6B4DF2D918 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // get { return F2mFieldElement.Ppb; } return 3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131FieldElement_get_M_mC07DAB600945A2E4527BD549C252CAC457762B85 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // get { return 131; } return ((int32_t)131); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131FieldElement_get_K1_mC4A14D84E55039D3897DCC1A19F30D6A895706F3 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // get { return 2; } return 2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131FieldElement_get_K2_m57E010612089601115AE7C0F6F3000C123EDAE0A (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // get { return 3; } return 3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131FieldElement_get_K3_m88BC661DAFB7BE5B60E2DEA9DE17BA24DB2AD736 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { { // get { return 8; } return 8; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131FieldElement_Equals_m4A646F8F0E284FF6339EFBE6DB6927E9EB8BD377 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as SecT131FieldElement); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * >::Invoke(34 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement) */, __this, ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)IsInstClass((RuntimeObject*)L_0, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131FieldElement_Equals_m5FAD73CF210A3110F939AEB85EE1314FFF23C97A (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(other as SecT131FieldElement); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___other0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * >::Invoke(34 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement) */, __this, ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)IsInstClass((RuntimeObject*)L_0, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131FieldElement_Equals_mD8AF43C1210C7A74315EB8ABFE4B3240CD2F68B4 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * ___other0, const RuntimeMethod* method) { { // if (this == other) SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_0 = ___other0; if ((!(((RuntimeObject*)(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)__this) == ((RuntimeObject*)(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return Nat192.Eq64(x, other.x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_x_0(); SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_3 = ___other0; NullCheck(L_3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = L_3->get_x_0(); bool L_5; L_5 = Nat192_Eq64_mBCB1D97FA8843AF3E1465C017D9F68DBBEB31062(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131FieldElement::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131FieldElement_GetHashCode_m4525A24B0BCB89047AD7EE52C4ADF43FCB520C30 (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return 131832 ^ Arrays.GetHashCode(x, 0, 3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_mEDE24FF8CE14CFB6C4AC93BED1BCC557096CB0B7(L_0, 0, 3, /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)131832)^(int32_t)L_1)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Curve__ctor_m3566CEB2115D6C55B46D05FEE779A8D608FBD924 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05890724FC1F7D9FE12980BF7BD10E89BA1D0DFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral232569C6E0DF3C3165A09AF79D5ADDEBAFFC98C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral379F60DEBB6D55CE61887446D2D512ECB5B58E7A); s_Il2CppMethodInitialized = true; } { // : base(131, 2, 3, 8) AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093(__this, ((int32_t)131), 2, 3, 8, /*hidden argument*/NULL); // this.m_infinity = new SecT131R1Point(this, null, null); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_0 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_m04F4E9D5373D342D409E639244B3B7450C0E9D8F(L_0, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, /*hidden argument*/NULL); __this->set_m_infinity_19(L_0); // this.m_a = FromBigInteger(new BigInteger(1, Hex.Decode("07A11B09A76B562144418FF3FF8C2570B8"))); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral232569C6E0DF3C3165A09AF79D5ADDEBAFFC98C0, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_2, 1, L_1, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_2); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_3); // this.m_b = FromBigInteger(new BigInteger(1, Hex.Decode("0217C05610884B63B9C6C7291678F9D341"))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral379F60DEBB6D55CE61887446D2D512ECB5B58E7A, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_5, 1, L_4, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_5); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_6); // this.m_order = new BigInteger(1, Hex.Decode("0400000000000000023123953A9464B54D")); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral05890724FC1F7D9FE12980BF7BD10E89BA1D0DFD, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_8, 1, L_7, /*hidden argument*/NULL); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_8); // this.m_cofactor = BigInteger.Two; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_9); // this.m_coord = SECT131R1_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::CloneCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * SecT131R1Curve_CloneCurve_mACB1DBFC18C280600DC4EE587142687D11572144 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131R1Curve(); SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * L_0 = (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 *)il2cpp_codegen_object_new(SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621_il2cpp_TypeInfo_var); SecT131R1Curve__ctor_m3566CEB2115D6C55B46D05FEE779A8D608FBD924(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131R1Curve_SupportsCoordinateSystem_m41B8682CEBA439582143BD754E90F0526E4CBCCA (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, int32_t ___coord0, const RuntimeMethod* method) { { int32_t L_0 = ___coord0; if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::get_Infinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R1Curve_get_Infinity_m6E1BCCE35096601E6B64F0B11670FB462400B806 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { { // get { return m_infinity; } SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_0 = __this->get_m_infinity_19(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R1Curve_get_FieldSize_m32CDB3D6F78E8F29F17D7956EB250717B386FF93 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { { // get { return 131; } return ((int32_t)131); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131R1Curve_FromBigInteger_mA91F06B1D657503B31C5A642F6808ABAABEA1F73 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131FieldElement(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_1 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mE8C6BC8024780462EEEA3649C1B98AE74D10CD9A(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R1Curve_CreateRawPoint_mF99257AB199490BF23AB06F35BC33DC21F7516EA (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131R1Point(this, x, y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; bool L_2 = ___withCompression2; SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_3 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R1Curve_CreateRawPoint_m134E1C23F8C8813B0D10F969A11C64F116B4232C (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131R1Point(this, x, y, zs, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = ___zs2; bool L_3 = ___withCompression3; SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_4 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_m0B6BC96A65D3F245F090388C72A4EC0AD90AE263(L_4, __this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::get_IsKoblitz() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131R1Curve_get_IsKoblitz_m55AC65C1A4AD94FFF9530848FD1AC218904A1D04 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R1Curve_get_M_mAC3406069D6CF8527C9A10D894E60E5C9933D25B (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { { // get { return 131; } return ((int32_t)131); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::get_IsTrinomial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131R1Curve_get_IsTrinomial_m6EF406FABE4F1F194F255F232D94E9AC10FF4C94 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R1Curve_get_K1_m9CFF2D8DD745F4E6182EE465F867B16439BFD60F (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { { // get { return 2; } return 2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R1Curve_get_K2_m582DA652DA25F63C23CF59C31EAB0ED5E5654E25 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { { // get { return 3; } return 3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R1Curve_get_K3_m5ECBF8E0C6B783148CBFE7ABC1DABCA83E6DE3E2 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, const RuntimeMethod* method) { { // get { return 8; } return 8; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Curve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecT131R1Curve_CreateCacheSafeLookupTable_m859E1A0B2C7169521C1AAA18CB12E67FAB573553 (SecT131R1Curve_t6C1EE484872B53AFA276E3A21C73B002FC55B621 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // ulong[] table = new ulong[len * SECT131R1_FE_LONGS * 2]; int32_t L_0 = ___len2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)3)), (int32_t)2))); V_0 = L_1; // int pos = 0; V_1 = 0; // for (int i = 0; i < len; ++i) V_2 = 0; goto IL_0051; } IL_0011: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = ___points0; int32_t L_3 = ___off1; int32_t L_4 = V_2; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = (L_2)->GetAt(static_cast(L_5)); // Nat192.Copy64(((SecT131FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECT131R1_FE_LONGS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = L_6; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_8, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_8, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_0; int32_t L_11 = V_1; Nat192_Copy64_mBBB21935183D591838F0E52A87235F9ECD60CC2A(L_9, 0, L_10, L_11, /*hidden argument*/NULL); // Nat192.Copy64(((SecT131FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECT131R1_FE_LONGS; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3)); // Nat192.Copy64(((SecT131FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECT131R1_FE_LONGS; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_13, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_13, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_0; int32_t L_16 = V_1; Nat192_Copy64_mBBB21935183D591838F0E52A87235F9ECD60CC2A(L_14, 0, L_15, L_16, /*hidden argument*/NULL); // Nat192.Copy64(((SecT131FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECT131R1_FE_LONGS; int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); // for (int i = 0; i < len; ++i) int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0051: { // for (int i = 0; i < len; ++i) int32_t L_19 = V_2; int32_t L_20 = ___len2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0011; } } { // return new SecT131R1LookupTable(this, table, len); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_0; int32_t L_22 = ___len2; SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C * L_23 = (SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C *)il2cpp_codegen_object_new(SecT131R1LookupTable_tCC65F91BBCE9A1EEBC379619C68F9FEF7EA7AF7C_il2cpp_TypeInfo_var); SecT131R1LookupTable__ctor_m76F612F6020FD43E3B8E8ACC93C996DEDA6D5639(L_23, __this, L_21, L_22, /*hidden argument*/NULL); return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Point__ctor_m04F4E9D5373D342D409E639244B3B7450C0E9D8F (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractF2mPoint__ctor_m286254AF1E7FEDA130EC045C190D4A3806CEAA75(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912_RuntimeMethod_var))); } IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R1Point__ctor_m0B6BC96A65D3F245F090388C72A4EC0AD90AE263 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractF2mPoint__ctor_mDFCC11B5B8257CB5D92A463B3D35DB96F4C97B78(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R1Point_Detach_mBEE5E1459704BAF20FFC4A803CA84B9D0AEDD705 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131R1Point(null, AffineXCoord, AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_2 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_m04F4E9D5373D342D409E639244B3B7450C0E9D8F(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::get_YCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131R1Point_get_YCoord_m854557A33740DFC4885A057BB1D562E95F161641 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; { // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_1; // if (this.IsInfinity || X.IsZero) bool L_2; L_2 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0020; } } IL_001e: { // return L; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_1; return L_5; } IL_0020: { // ECFieldElement Y = L.Add(X).Multiply(X); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_6, L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_8, L_9); V_2 = L_10; // ECFieldElement Z = RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_11; L_11 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = (L_11)->GetAt(static_cast(L_12)); V_3 = L_13; // if (!Z.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_3; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_14); if (L_15) { goto IL_0047; } } { // Y = Y.Divide(Z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_3; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_16, L_17); V_2 = L_18; } IL_0047: { // return Y; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_2; return L_19; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::get_CompressionYTilde() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131R1Point_get_CompressionYTilde_m5D95B544FA0A423E4D3C71077D4C9EA9CBBB71FD (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0011; } } { // return false; return (bool)0; } IL_0011: { // ECFieldElement Y = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // return Y.TestBitZero() != X.TestBitZero(); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_5); return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R1Point_Add_m977585AA66DB1C1EB3D511C16512D198AC8638F9 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; bool V_7 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; bool V_10 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_18 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_19 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_20 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_21 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_22 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_23 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_4; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_5; // ECFieldElement X2 = b.RawXCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___b0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_6, /*hidden argument*/NULL); V_2 = L_7; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_8); if (!L_9) { goto IL_0048; } } { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_2; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_10); if (!L_11) { goto IL_0040; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_12 = V_0; NullCheck(L_12); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13; L_13 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_12); return L_13; } IL_0040: { // return b.Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = ___b0; NullCheck(L_14); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15; L_15 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_14, __this); return L_15; } IL_0048: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_3 = L_16; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_4 = L_19; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20 = ___b0; NullCheck(L_20); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_20, /*hidden argument*/NULL); V_5 = L_21; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22 = ___b0; NullCheck(L_22); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_23; L_23 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = (L_23)->GetAt(static_cast(L_24)); V_6 = L_25; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_4; NullCheck(L_26); bool L_27; L_27 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_26); V_7 = L_27; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_2; V_8 = L_28; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_5; V_9 = L_29; // if (!Z1IsOne) bool L_30 = V_7; if (L_30) { goto IL_0095; } } { // U2 = U2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_8; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32 = V_4; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33; L_33 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_32); V_8 = L_33; // S2 = S2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_34); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_34, L_35); V_9 = L_36; } IL_0095: { // bool Z2IsOne = Z2.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = V_6; NullCheck(L_37); bool L_38; L_38 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_37); V_10 = L_38; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_1; V_11 = L_39; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40 = V_3; V_12 = L_40; // if (!Z2IsOne) bool L_41 = V_10; if (L_41) { goto IL_00be; } } { // U1 = U1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_6; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_11 = L_44; // S1 = S1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_6; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47; L_47 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_45, L_46); V_12 = L_47; } IL_00be: { // ECFieldElement A = S1.Add(S2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_9; NullCheck(L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_48, L_49); V_13 = L_50; // ECFieldElement B = U1.Add(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_8; NullCheck(L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53; L_53 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_51, L_52); V_14 = L_53; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54 = V_14; NullCheck(L_54); bool L_55; L_55 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_54); if (!L_55) { goto IL_00f4; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_13; NullCheck(L_56); bool L_57; L_57 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_56); if (!L_57) { goto IL_00ed; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_58; L_58 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_58; } IL_00ed: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_59 = V_0; NullCheck(L_59); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_60; L_60 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_59); return L_60; } IL_00f4: { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_2; NullCheck(L_61); bool L_62; L_62 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_61); if (!L_62) { goto IL_01ab; } } { // ECPoint p = this.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_63; L_63 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); // X1 = p.XCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_64 = L_63; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_64); V_1 = L_65; // ECFieldElement Y1 = p.YCoord; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66; L_66 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_64); V_18 = L_66; // ECFieldElement Y2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_5; V_19 = L_67; // ECFieldElement L = Y1.Add(Y2).Divide(X1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_18; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_69 = V_19; NullCheck(L_68); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70; L_70 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_68, L_69); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_71 = V_1; NullCheck(L_70); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_72; L_72 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_70, L_71); V_20 = L_72; // X3 = L.Square().Add(L).Add(X1).Add(curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_73 = V_20; NullCheck(L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74; L_74 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_75 = V_20; NullCheck(L_74); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_76; L_76 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_74, L_75); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_1; NullCheck(L_76); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_78; L_78 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_76, L_77); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_79 = V_0; NullCheck(L_79); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80; L_80 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_79); NullCheck(L_78); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_81; L_81 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_78, L_80); V_15 = L_81; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_82 = V_15; NullCheck(L_82); bool L_83; L_83 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_82); if (!L_83) { goto IL_016c; } } { // return new SecT131R1Point(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_84 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_15; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_86 = V_0; NullCheck(L_86); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87; L_87 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_86); NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88; L_88 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_87); bool L_89; L_89 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_90 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912(L_90, L_84, L_85, L_88, L_89, /*hidden argument*/NULL); return L_90; } IL_016c: { // ECFieldElement Y3 = L.Multiply(X1.Add(X3)).Add(X3).Add(Y1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91 = V_20; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_15; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); NullCheck(L_91); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95; L_95 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_91, L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96 = V_15; NullCheck(L_95); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97; L_97 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_95, L_96); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_18; NullCheck(L_97); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99; L_99 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_97, L_98); // L3 = Y3.Divide(X3).Add(X3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_100 = V_15; NullCheck(L_99); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101; L_101 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_99, L_100); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_15; NullCheck(L_101); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_103; L_103 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_101, L_102); V_16 = L_103; // Z3 = curve.FromBigInteger(BigInteger.One); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_104 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_105 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_104); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_106; L_106 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_104, L_105); V_17 = L_106; // } goto IL_023f; } IL_01ab: { // B = B.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_107 = V_14; NullCheck(L_107); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_108; L_108 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_107); V_14 = L_108; // ECFieldElement AU1 = A.Multiply(U1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_109 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_110 = V_11; NullCheck(L_109); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_111; L_111 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_109, L_110); V_21 = L_111; // ECFieldElement AU2 = A.Multiply(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_112 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_113 = V_8; NullCheck(L_112); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_114; L_114 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_112, L_113); V_22 = L_114; // X3 = AU1.Multiply(AU2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_115 = V_21; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_116 = V_22; NullCheck(L_115); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_117; L_117 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_115, L_116); V_15 = L_117; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_118 = V_15; NullCheck(L_118); bool L_119; L_119 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_118); if (!L_119) { goto IL_01f8; } } { // return new SecT131R1Point(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_120 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_121 = V_15; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_122 = V_0; NullCheck(L_122); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_123; L_123 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_122); NullCheck(L_123); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_124; L_124 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_123); bool L_125; L_125 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_126 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912(L_126, L_120, L_121, L_124, L_125, /*hidden argument*/NULL); return L_126; } IL_01f8: { // ECFieldElement ABZ2 = A.Multiply(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_127 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_128 = V_14; NullCheck(L_127); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_129; L_129 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_127, L_128); V_23 = L_129; // if (!Z2IsOne) bool L_130 = V_10; if (L_130) { goto IL_0212; } } { // ABZ2 = ABZ2.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_131 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_132 = V_6; NullCheck(L_131); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_133; L_133 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_131, L_132); V_23 = L_133; } IL_0212: { // L3 = AU2.Add(B).SquarePlusProduct(ABZ2, L1.Add(Z1)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_134 = V_22; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_135 = V_14; NullCheck(L_134); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_136; L_136 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_134, L_135); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_137 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_138 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_139 = V_4; NullCheck(L_138); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_140; L_140 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_138, L_139); NullCheck(L_136); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_141; L_141 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_136, L_137, L_140); V_16 = L_141; // Z3 = ABZ2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_142 = V_23; V_17 = L_142; // if (!Z1IsOne) bool L_143 = V_7; if (L_143) { goto IL_023f; } } { // Z3 = Z3.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_144 = V_17; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_145 = V_4; NullCheck(L_144); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_146; L_146 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_144, L_145); V_17 = L_146; } IL_023f: { // return new SecT131R1Point(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_147 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_148 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_149 = V_16; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_150 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_151 = L_150; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_152 = V_17; NullCheck(L_151); ArrayElementTypeCheck (L_151, L_152); (L_151)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_152); bool L_153; L_153 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_154 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_m0B6BC96A65D3F245F090388C72A4EC0AD90AE263(L_154, L_147, L_148, L_149, L_151, L_153, /*hidden argument*/NULL); return L_154; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R1Point_Twice_m9A4B5C3C664A17F8D70EF998881EFE4E8FC92702 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; bool V_4 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B7_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B10_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B13_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B18_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B21_0 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_2; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0027; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_0027: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = L_7; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8; L_8 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = L_10; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_3; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_11); V_4 = L_12; // ECFieldElement L1Z1 = Z1IsOne ? L1 : L1.Multiply(Z1); bool L_13 = V_4; if (L_13) { goto IL_004c; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_3; NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_14, L_15); G_B7_0 = L_16; goto IL_004d; } IL_004c: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_2; G_B7_0 = L_17; } IL_004d: { V_5 = G_B7_0; // ECFieldElement Z1Sq = Z1IsOne ? Z1 : Z1.Square(); bool L_18 = V_4; if (L_18) { goto IL_005b; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_3; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20; L_20 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_19); G_B10_0 = L_20; goto IL_005c; } IL_005b: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21 = V_3; G_B10_0 = L_21; } IL_005c: { V_6 = G_B10_0; // ECFieldElement a = curve.A; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_22 = V_0; NullCheck(L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_22); V_7 = L_23; // ECFieldElement aZ1Sq = Z1IsOne ? a : a.Multiply(Z1Sq); bool L_24 = V_4; if (L_24) { goto IL_0075; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_7; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_6; NullCheck(L_25); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_25, L_26); G_B13_0 = L_27; goto IL_0077; } IL_0075: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_7; G_B13_0 = L_28; } IL_0077: { V_8 = G_B13_0; // ECFieldElement T = L1.Square().Add(L1Z1).Add(aZ1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_2; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_5; NullCheck(L_30); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_30, L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_8; NullCheck(L_32); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_32, L_33); V_9 = L_34; // if (T.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_9; NullCheck(L_35); bool L_36; L_36 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_35); if (!L_36) { goto IL_00b2; } } { // return new SecT131R1Point(curve, T, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38 = V_9; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_39 = V_0; NullCheck(L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_39); NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41; L_41 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_40); bool L_42; L_42 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_43 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912(L_43, L_37, L_38, L_41, L_42, /*hidden argument*/NULL); return L_43; } IL_00b2: { // ECFieldElement X3 = T.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44 = V_9; NullCheck(L_44); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45; L_45 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_44); V_10 = L_45; // ECFieldElement Z3 = Z1IsOne ? T : T.Multiply(Z1Sq); bool L_46 = V_4; if (L_46) { goto IL_00ca; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_6; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49; L_49 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_47, L_48); G_B18_0 = L_49; goto IL_00cc; } IL_00ca: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50 = V_9; G_B18_0 = L_50; } IL_00cc: { V_11 = G_B18_0; // ECFieldElement X1Z1 = Z1IsOne ? X1 : X1.Multiply(Z1); bool L_51 = V_4; if (L_51) { goto IL_00db; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_3; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); G_B21_0 = L_54; goto IL_00dc; } IL_00db: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_1; G_B21_0 = L_55; } IL_00dc: { // ECFieldElement L3 = X1Z1.SquarePlusProduct(T, L1Z1).Add(X3).Add(Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_5; NullCheck(G_B21_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, G_B21_0, L_56, L_57); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_10; NullCheck(L_58); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60; L_60 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_58, L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_11; NullCheck(L_60); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62; L_62 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_60, L_61); V_12 = L_62; // return new SecT131R1Point(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_63 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65 = V_12; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_66 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_67 = L_66; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_11; NullCheck(L_67); ArrayElementTypeCheck (L_67, L_68); (L_67)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_68); bool L_69; L_69 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_70 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_m0B6BC96A65D3F245F090388C72A4EC0AD90AE263(L_70, L_63, L_64, L_65, L_67, L_69, /*hidden argument*/NULL); return L_70; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R1Point_TwicePlus_mE537847A83BF864465871575778C6AD1B4304FA2 (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0019; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_4; } IL_0019: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5; L_5 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_5; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_6; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0031; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0031: { // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10 = ___b0; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11; L_11 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = ___b0; NullCheck(L_12); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13; L_13 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = (L_13)->GetAt(static_cast(L_14)); V_3 = L_15; // if (X2.IsZero || !Z2.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_16); if (L_17) { goto IL_0051; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_18); if (L_19) { goto IL_005e; } } IL_0051: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21 = ___b0; NullCheck(L_20); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22; L_22 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_20, L_21); return L_22; } IL_005e: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_24; L_24 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = (L_24)->GetAt(static_cast(L_25)); V_4 = L_26; // ECFieldElement L2 = b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_27 = ___b0; NullCheck(L_27); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28; L_28 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_27, /*hidden argument*/NULL); V_5 = L_28; // ECFieldElement X1Sq = X1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_1; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); V_6 = L_30; // ECFieldElement L1Sq = L1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = L_23; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_31); V_7 = L_32; // ECFieldElement Z1Sq = Z1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_4; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_33); V_8 = L_34; // ECFieldElement L1Z1 = L1.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_35); V_9 = L_36; // ECFieldElement T = curve.A.Multiply(Z1Sq).Add(L1Sq).Add(L1Z1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; NullCheck(L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38; L_38 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_8; NullCheck(L_38); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_38, L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41 = V_7; NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42; L_42 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_40, L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_9; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_10 = L_44; // ECFieldElement L2plus1 = L2.AddOne(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_5; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46; L_46 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_45); V_11 = L_46; // ECFieldElement A = curve.A.Add(L2plus1).Multiply(Z1Sq).Add(L1Sq).MultiplyPlusProduct(T, X1Sq, Z1Sq); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_47 = V_0; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48; L_48 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_11; NullCheck(L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_48, L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_8; NullCheck(L_50); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52; L_52 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_50, L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_7; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_8; NullCheck(L_54); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_54, L_55, L_56, L_57); V_12 = L_58; // ECFieldElement X2Z1Sq = X2.Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60 = V_8; NullCheck(L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61; L_61 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_59, L_60); V_13 = L_61; // ECFieldElement B = X2Z1Sq.Add(T).Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_63 = V_10; NullCheck(L_62); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64; L_64 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_62, L_63); NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_64); V_14 = L_65; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66 = V_14; NullCheck(L_66); bool L_67; L_67 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_66); if (!L_67) { goto IL_0120; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_12; NullCheck(L_68); bool L_69; L_69 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_68); if (!L_69) { goto IL_0119; } } { // return b.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_70 = ___b0; NullCheck(L_70); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_71; L_71 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, L_70); return L_71; } IL_0119: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_72 = V_0; NullCheck(L_72); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_73; L_73 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_72); return L_73; } IL_0120: { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74 = V_12; NullCheck(L_74); bool L_75; L_75 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_74); if (!L_75) { goto IL_0143; } } { // return new SecT131R1Point(curve, A, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_76 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_12; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_78 = V_0; NullCheck(L_78); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_79; L_79 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_78); NullCheck(L_79); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80; L_80 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_79); bool L_81; L_81 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_82 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_mB8B4F6F29ECA158FB27A9F3D364FD2E418F21912(L_82, L_76, L_77, L_80, L_81, /*hidden argument*/NULL); return L_82; } IL_0143: { // ECFieldElement X3 = A.Square().Multiply(X2Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_83 = V_12; NullCheck(L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_84; L_84 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_13; NullCheck(L_84); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_86; L_86 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_84, L_85); V_15 = L_86; // ECFieldElement Z3 = A.Multiply(B).Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88 = V_14; NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_89; L_89 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_87, L_88); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_90 = V_8; NullCheck(L_89); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91; L_91 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_89, L_90); V_16 = L_91; // ECFieldElement L3 = A.Add(B).Square().MultiplyPlusProduct(T, L2plus1, Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_14; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); NullCheck(L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95; L_95 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_16; NullCheck(L_95); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99; L_99 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_95, L_96, L_97, L_98); V_17 = L_99; // return new SecT131R1Point(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_100 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_17; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_103 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_104 = L_103; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_105 = V_16; NullCheck(L_104); ArrayElementTypeCheck (L_104, L_105); (L_104)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_105); bool L_106; L_106 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_107 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_m0B6BC96A65D3F245F090388C72A4EC0AD90AE263(L_107, L_100, L_101, L_102, L_104, L_106, /*hidden argument*/NULL); return L_107; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R1Point::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R1Point_Negate_mE00899AA8F9A21653B335D2E6EBF683BEDCD1FAC (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_1; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_2); if (!L_3) { goto IL_001b; } } { // return this; return __this; } IL_001b: { // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_4; // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5; L_5 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = (L_5)->GetAt(static_cast(L_6)); V_2 = L_7; // return new SecT131R1Point(Curve, X, L.Add(Z), new ECFieldElement[] { Z }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8; L_8 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_2; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_10, L_11); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_14 = L_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_2; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_15); bool L_16; L_16 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E * L_17 = (SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E *)il2cpp_codegen_object_new(SecT131R1Point_t52D07CFE2CA9E07FFB7FC9A7AF0DBF83761ED30E_il2cpp_TypeInfo_var); SecT131R1Point__ctor_m0B6BC96A65D3F245F090388C72A4EC0AD90AE263(L_17, L_8, L_9, L_12, L_14, L_16, /*hidden argument*/NULL); return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Curve__ctor_mC1A38548700CC59213C8ED244BC6CB3A8940B5E6 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F5EA2589983A2251C76E663151A3433408C9F9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D6DC6DDFA61CEDE05B17F88286D237ED159C5D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8333C172FD811A3005E48E1659B0C01E5B737DC); s_Il2CppMethodInitialized = true; } { // : base(131, 2, 3, 8) AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093(__this, ((int32_t)131), 2, 3, 8, /*hidden argument*/NULL); // this.m_infinity = new SecT131R2Point(this, null, null); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_0 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mC762BCF79C8F6D01E0294A3765000C75EA875919(L_0, __this, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL, /*hidden argument*/NULL); __this->set_m_infinity_19(L_0); // this.m_a = FromBigInteger(new BigInteger(1, Hex.Decode("03E5A88919D7CAFCBF415F07C2176573B2"))); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteralA8333C172FD811A3005E48E1659B0C01E5B737DC, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_2, 1, L_1, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_2); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_a_9(L_3); // this.m_b = FromBigInteger(new BigInteger(1, Hex.Decode("04B8266A46C55657AC734CE38F018F2192"))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral7D6DC6DDFA61CEDE05B17F88286D237ED159C5D2, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_5, 1, L_4, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_5); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_b_10(L_6); // this.m_order = new BigInteger(1, Hex.Decode("0400000000000000016954A233049BA98F")); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral5F5EA2589983A2251C76E663151A3433408C9F9F, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_8, 1, L_7, /*hidden argument*/NULL); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_order_11(L_8); // this.m_cofactor = BigInteger.Two; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_cofactor_12(L_9); // this.m_coord = SECT131R2_DEFAULT_COORDS; ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->set_m_coord_13(6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::CloneCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * SecT131R2Curve_CloneCurve_mE9F79216E79C0EC497249C4DEA60E7EC36D377C2 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131R2Curve(); SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * L_0 = (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 *)il2cpp_codegen_object_new(SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391_il2cpp_TypeInfo_var); SecT131R2Curve__ctor_mC1A38548700CC59213C8ED244BC6CB3A8940B5E6(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::SupportsCoordinateSystem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131R2Curve_SupportsCoordinateSystem_m36A46F4E0D734A687C3F00AD2E783AE9A96F08B9 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, int32_t ___coord0, const RuntimeMethod* method) { { int32_t L_0 = ___coord0; if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // return false; return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R2Curve_get_FieldSize_m76971BE7ABFAD569988C068BDF6009AD985D6897 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { { // get { return 131; } return ((int32_t)131); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131R2Curve_FromBigInteger_m24CC753934E642494AA170D7A28CA25C4DFFF57A (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131FieldElement(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 * L_1 = (SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)il2cpp_codegen_object_new(SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); SecT131FieldElement__ctor_mE8C6BC8024780462EEEA3649C1B98AE74D10CD9A(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R2Curve_CreateRawPoint_m2B32147DCDEDE23E75FD335BAAF93395966FB0E9 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131R2Point(this, x, y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; bool L_2 = ___withCompression2; SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_3 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R2Curve_CreateRawPoint_mB10F2D1A3E8F1B30E2FFB9834270377A206D7F8B (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs2, bool ___withCompression3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131R2Point(this, x, y, zs, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_2 = ___zs2; bool L_3 = ___withCompression3; SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_4 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFDED50CBFCF698834E268DC7E9E7DFD707A65867(L_4, __this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::get_Infinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R2Curve_get_Infinity_m702C5783FBCCD69D275BBB8CC741CD461BC11954 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { { // get { return m_infinity; } SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_0 = __this->get_m_infinity_19(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::get_IsKoblitz() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131R2Curve_get_IsKoblitz_m29461EAB0B75526FA4D3BE5A3ED1A910C98AC931 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R2Curve_get_M_m4991D1A3A9920298AFA4C5B31165326190CE3834 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { { // get { return 131; } return ((int32_t)131); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::get_IsTrinomial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131R2Curve_get_IsTrinomial_m5027AA9EEB4294191B8A0D169DF47535A5F296CC (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R2Curve_get_K1_mDE4DAD14979E12E9249241B3DCF01C7684F8859C (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { { // get { return 2; } return 2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R2Curve_get_K2_mF1F077B3B0A62527810CEE1A09043B38D9444C85 (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { { // get { return 3; } return 3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT131R2Curve_get_K3_m462614B519E9A75945F4A9741BAEB51F72BC3C0C (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, const RuntimeMethod* method) { { // get { return 8; } return 8; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECLookupTable BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Curve::CreateCacheSafeLookupTable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecT131R2Curve_CreateCacheSafeLookupTable_mD67B37195D2BF3BAC414C4573D997BF83885F40B (SecT131R2Curve_t42D50AE681F152FC80118D43EB4F490509FE3391 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // ulong[] table = new ulong[len * SECT131R2_FE_LONGS * 2]; int32_t L_0 = ___len2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)3)), (int32_t)2))); V_0 = L_1; // int pos = 0; V_1 = 0; // for (int i = 0; i < len; ++i) V_2 = 0; goto IL_0051; } IL_0011: { // ECPoint p = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = ___points0; int32_t L_3 = ___off1; int32_t L_4 = V_2; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = (L_2)->GetAt(static_cast(L_5)); // Nat192.Copy64(((SecT131FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECT131R2_FE_LONGS; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7 = L_6; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_8, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_8, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_0; int32_t L_11 = V_1; Nat192_Copy64_mBBB21935183D591838F0E52A87235F9ECD60CC2A(L_9, 0, L_10, L_11, /*hidden argument*/NULL); // Nat192.Copy64(((SecT131FieldElement)p.RawXCoord).x, 0, table, pos); pos += SECT131R2_FE_LONGS; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3)); // Nat192.Copy64(((SecT131FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECT131R2_FE_LONGS; NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_7, /*hidden argument*/NULL); NullCheck(((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_13, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ((SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754 *)CastclassClass((RuntimeObject*)L_13, SecT131FieldElement_tF85C95E00D279535D588019EF1C02134E4983754_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_0; int32_t L_16 = V_1; Nat192_Copy64_mBBB21935183D591838F0E52A87235F9ECD60CC2A(L_14, 0, L_15, L_16, /*hidden argument*/NULL); // Nat192.Copy64(((SecT131FieldElement)p.RawYCoord).x, 0, table, pos); pos += SECT131R2_FE_LONGS; int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); // for (int i = 0; i < len; ++i) int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0051: { // for (int i = 0; i < len; ++i) int32_t L_19 = V_2; int32_t L_20 = ___len2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0011; } } { // return new SecT131R2LookupTable(this, table, len); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_0; int32_t L_22 = ___len2; SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF * L_23 = (SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF *)il2cpp_codegen_object_new(SecT131R2LookupTable_t9FAC8D6FFEDEA72948F3BC9DF5D12581B532B9AF_il2cpp_TypeInfo_var); SecT131R2LookupTable__ctor_m7179472B901F7292CC7BD93FBC582ED2086D1E54(L_23, __this, L_21, L_22, /*hidden argument*/NULL); return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Point__ctor_mC762BCF79C8F6D01E0294A3765000C75EA875919 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // : this(curve, x, y, false) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; AbstractF2mPoint__ctor_m286254AF1E7FEDA130EC045C190D4A3806CEAA75(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // if ((x == null) != (y == null)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; if ((((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0020; } } { // throw new ArgumentException("Exactly one of the field elements is null"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3593CC227878D86540F00CB22358EB80C1BFDA6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184_RuntimeMethod_var))); } IL_0020: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT131R2Point__ctor_mFDED50CBFCF698834E268DC7E9E7DFD707A65867 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; AbstractF2mPoint__ctor_mDFCC11B5B8257CB5D92A463B3D35DB96F4C97B78(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R2Point_Detach_mC5B42D3FB4A4C797086EB181AEBD3ED49A8B58CB (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SecT131R2Point(null, AffineXCoord, AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_2 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mC762BCF79C8F6D01E0294A3765000C75EA875919(L_2, (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::get_YCoord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT131R2Point_get_YCoord_m205C2103E9166A01113C96A5546D2006AA79B868 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; { // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_1; // if (this.IsInfinity || X.IsZero) bool L_2; L_2 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0020; } } IL_001e: { // return L; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_1; return L_5; } IL_0020: { // ECFieldElement Y = L.Add(X).Multiply(X); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_6, L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_8, L_9); V_2 = L_10; // ECFieldElement Z = RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_11; L_11 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = (L_11)->GetAt(static_cast(L_12)); V_3 = L_13; // if (!Z.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_3; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_14); if (L_15) { goto IL_0047; } } { // Y = Y.Divide(Z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_3; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_16, L_17); V_2 = L_18; } IL_0047: { // return Y; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_2; return L_19; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::get_CompressionYTilde() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT131R2Point_get_CompressionYTilde_mE68783F01D660F961E3856ACAE6560BC5268C01B (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_1); if (!L_2) { goto IL_0011; } } { // return false; return (bool)0; } IL_0011: { // ECFieldElement Y = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // return Y.TestBitZero() != X.TestBitZero(); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_5); return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R2Point_Add_m58FAEFB000C648FFF9523EC5D0DEE7D9243DC956 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; bool V_7 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; bool V_10 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_18 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_19 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_20 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_21 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_22 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_23 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { // return this; return __this; } IL_0014: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_4; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_5; // ECFieldElement X2 = b.RawXCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6 = ___b0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_6, /*hidden argument*/NULL); V_2 = L_7; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_8); if (!L_9) { goto IL_0048; } } { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_2; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_10); if (!L_11) { goto IL_0040; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_12 = V_0; NullCheck(L_12); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13; L_13 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_12); return L_13; } IL_0040: { // return b.Add(this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14 = ___b0; NullCheck(L_14); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15; L_15 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_14, __this); return L_15; } IL_0048: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_3 = L_16; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_4 = L_19; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20 = ___b0; NullCheck(L_20); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_20, /*hidden argument*/NULL); V_5 = L_21; // ECFieldElement L2 = b.RawYCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22 = ___b0; NullCheck(L_22); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_23; L_23 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = (L_23)->GetAt(static_cast(L_24)); V_6 = L_25; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_4; NullCheck(L_26); bool L_27; L_27 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_26); V_7 = L_27; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_2; V_8 = L_28; // ECFieldElement U2 = X2, S2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_5; V_9 = L_29; // if (!Z1IsOne) bool L_30 = V_7; if (L_30) { goto IL_0095; } } { // U2 = U2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_8; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32 = V_4; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33; L_33 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_32); V_8 = L_33; // S2 = S2.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_34); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_34, L_35); V_9 = L_36; } IL_0095: { // bool Z2IsOne = Z2.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = V_6; NullCheck(L_37); bool L_38; L_38 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_37); V_10 = L_38; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_1; V_11 = L_39; // ECFieldElement U1 = X1, S1 = L1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40 = V_3; V_12 = L_40; // if (!Z2IsOne) bool L_41 = V_10; if (L_41) { goto IL_00be; } } { // U1 = U1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_6; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_11 = L_44; // S1 = S1.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_6; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47; L_47 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_45, L_46); V_12 = L_47; } IL_00be: { // ECFieldElement A = S1.Add(S2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_9; NullCheck(L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_48, L_49); V_13 = L_50; // ECFieldElement B = U1.Add(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_8; NullCheck(L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53; L_53 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_51, L_52); V_14 = L_53; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54 = V_14; NullCheck(L_54); bool L_55; L_55 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_54); if (!L_55) { goto IL_00f4; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_13; NullCheck(L_56); bool L_57; L_57 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_56); if (!L_57) { goto IL_00ed; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_58; L_58 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_58; } IL_00ed: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_59 = V_0; NullCheck(L_59); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_60; L_60 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_59); return L_60; } IL_00f4: { // if (X2.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_2; NullCheck(L_61); bool L_62; L_62 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_61); if (!L_62) { goto IL_01ab; } } { // ECPoint p = this.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_63; L_63 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); // X1 = p.XCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_64 = L_63; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_XCoord() */, L_64); V_1 = L_65; // ECFieldElement Y1 = p.YCoord; NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66; L_66 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_YCoord() */, L_64); V_18 = L_66; // ECFieldElement Y2 = L2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_5; V_19 = L_67; // ECFieldElement L = Y1.Add(Y2).Divide(X1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_18; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_69 = V_19; NullCheck(L_68); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70; L_70 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_68, L_69); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_71 = V_1; NullCheck(L_70); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_72; L_72 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_70, L_71); V_20 = L_72; // X3 = L.Square().Add(L).Add(X1).Add(curve.A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_73 = V_20; NullCheck(L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74; L_74 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_73); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_75 = V_20; NullCheck(L_74); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_76; L_76 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_74, L_75); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_1; NullCheck(L_76); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_78; L_78 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_76, L_77); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_79 = V_0; NullCheck(L_79); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80; L_80 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_79); NullCheck(L_78); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_81; L_81 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_78, L_80); V_15 = L_81; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_82 = V_15; NullCheck(L_82); bool L_83; L_83 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_82); if (!L_83) { goto IL_016c; } } { // return new SecT131R2Point(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_84 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_15; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_86 = V_0; NullCheck(L_86); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87; L_87 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_86); NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88; L_88 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_87); bool L_89; L_89 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_90 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184(L_90, L_84, L_85, L_88, L_89, /*hidden argument*/NULL); return L_90; } IL_016c: { // ECFieldElement Y3 = L.Multiply(X1.Add(X3)).Add(X3).Add(Y1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91 = V_20; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_15; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); NullCheck(L_91); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95; L_95 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_91, L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96 = V_15; NullCheck(L_95); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97; L_97 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_95, L_96); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_18; NullCheck(L_97); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99; L_99 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_97, L_98); // L3 = Y3.Divide(X3).Add(X3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_100 = V_15; NullCheck(L_99); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101; L_101 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_99, L_100); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_15; NullCheck(L_101); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_103; L_103 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_101, L_102); V_16 = L_103; // Z3 = curve.FromBigInteger(BigInteger.One); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_104 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_105 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_104); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_106; L_106 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_104, L_105); V_17 = L_106; // } goto IL_023f; } IL_01ab: { // B = B.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_107 = V_14; NullCheck(L_107); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_108; L_108 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_107); V_14 = L_108; // ECFieldElement AU1 = A.Multiply(U1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_109 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_110 = V_11; NullCheck(L_109); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_111; L_111 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_109, L_110); V_21 = L_111; // ECFieldElement AU2 = A.Multiply(U2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_112 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_113 = V_8; NullCheck(L_112); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_114; L_114 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_112, L_113); V_22 = L_114; // X3 = AU1.Multiply(AU2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_115 = V_21; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_116 = V_22; NullCheck(L_115); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_117; L_117 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_115, L_116); V_15 = L_117; // if (X3.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_118 = V_15; NullCheck(L_118); bool L_119; L_119 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_118); if (!L_119) { goto IL_01f8; } } { // return new SecT131R2Point(curve, X3, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_120 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_121 = V_15; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_122 = V_0; NullCheck(L_122); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_123; L_123 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_122); NullCheck(L_123); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_124; L_124 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_123); bool L_125; L_125 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_126 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184(L_126, L_120, L_121, L_124, L_125, /*hidden argument*/NULL); return L_126; } IL_01f8: { // ECFieldElement ABZ2 = A.Multiply(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_127 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_128 = V_14; NullCheck(L_127); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_129; L_129 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_127, L_128); V_23 = L_129; // if (!Z2IsOne) bool L_130 = V_10; if (L_130) { goto IL_0212; } } { // ABZ2 = ABZ2.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_131 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_132 = V_6; NullCheck(L_131); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_133; L_133 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_131, L_132); V_23 = L_133; } IL_0212: { // L3 = AU2.Add(B).SquarePlusProduct(ABZ2, L1.Add(Z1)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_134 = V_22; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_135 = V_14; NullCheck(L_134); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_136; L_136 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_134, L_135); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_137 = V_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_138 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_139 = V_4; NullCheck(L_138); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_140; L_140 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_138, L_139); NullCheck(L_136); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_141; L_141 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_136, L_137, L_140); V_16 = L_141; // Z3 = ABZ2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_142 = V_23; V_17 = L_142; // if (!Z1IsOne) bool L_143 = V_7; if (L_143) { goto IL_023f; } } { // Z3 = Z3.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_144 = V_17; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_145 = V_4; NullCheck(L_144); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_146; L_146 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_144, L_145); V_17 = L_146; } IL_023f: { // return new SecT131R2Point(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_147 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_148 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_149 = V_16; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_150 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_151 = L_150; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_152 = V_17; NullCheck(L_151); ArrayElementTypeCheck (L_151, L_152); (L_151)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_152); bool L_153; L_153 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_154 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFDED50CBFCF698834E268DC7E9E7DFD707A65867(L_154, L_147, L_148, L_149, L_151, L_153, /*hidden argument*/NULL); return L_154; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::Twice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R2Point_Twice_m0D5F40A49F428AC5C9E64808B79BC77CAC353A2A (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; bool V_4 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B7_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B10_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B13_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B18_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * G_B21_0 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_2; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_3); if (!L_4) { goto IL_0027; } } { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = V_0; NullCheck(L_5); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_5); return L_6; } IL_0027: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_2 = L_7; // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_8; L_8 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = L_10; // bool Z1IsOne = Z1.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_3; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_11); V_4 = L_12; // ECFieldElement L1Z1 = Z1IsOne ? L1 : L1.Multiply(Z1); bool L_13 = V_4; if (L_13) { goto IL_004c; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_3; NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_14, L_15); G_B7_0 = L_16; goto IL_004d; } IL_004c: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_2; G_B7_0 = L_17; } IL_004d: { V_5 = G_B7_0; // ECFieldElement Z1Sq = Z1IsOne ? Z1 : Z1.Square(); bool L_18 = V_4; if (L_18) { goto IL_005b; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_3; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20; L_20 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_19); G_B10_0 = L_20; goto IL_005c; } IL_005b: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21 = V_3; G_B10_0 = L_21; } IL_005c: { V_6 = G_B10_0; // ECFieldElement a = curve.A; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_22 = V_0; NullCheck(L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_22); V_7 = L_23; // ECFieldElement aZ1Sq = Z1IsOne ? a : a.Multiply(Z1Sq); bool L_24 = V_4; if (L_24) { goto IL_0075; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_7; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_6; NullCheck(L_25); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_25, L_26); G_B13_0 = L_27; goto IL_0077; } IL_0075: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_7; G_B13_0 = L_28; } IL_0077: { V_8 = G_B13_0; // ECFieldElement T = L1.Square().Add(L1Z1).Add(aZ1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_2; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_5; NullCheck(L_30); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_30, L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_8; NullCheck(L_32); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_32, L_33); V_9 = L_34; // if (T.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_9; NullCheck(L_35); bool L_36; L_36 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_35); if (!L_36) { goto IL_00b2; } } { // return new SecT131R2Point(curve, T, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38 = V_9; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_39 = V_0; NullCheck(L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_39); NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41; L_41 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_40); bool L_42; L_42 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_43 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184(L_43, L_37, L_38, L_41, L_42, /*hidden argument*/NULL); return L_43; } IL_00b2: { // ECFieldElement X3 = T.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44 = V_9; NullCheck(L_44); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45; L_45 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_44); V_10 = L_45; // ECFieldElement Z3 = Z1IsOne ? T : T.Multiply(Z1Sq); bool L_46 = V_4; if (L_46) { goto IL_00ca; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_6; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49; L_49 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_47, L_48); G_B18_0 = L_49; goto IL_00cc; } IL_00ca: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50 = V_9; G_B18_0 = L_50; } IL_00cc: { V_11 = G_B18_0; // ECFieldElement X1Z1 = Z1IsOne ? X1 : X1.Multiply(Z1); bool L_51 = V_4; if (L_51) { goto IL_00db; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_3; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); G_B21_0 = L_54; goto IL_00dc; } IL_00db: { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_1; G_B21_0 = L_55; } IL_00dc: { // ECFieldElement L3 = X1Z1.SquarePlusProduct(T, L1Z1).Add(X3).Add(Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_9; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_5; NullCheck(G_B21_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, G_B21_0, L_56, L_57); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_10; NullCheck(L_58); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60; L_60 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_58, L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61 = V_11; NullCheck(L_60); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62; L_62 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_60, L_61); V_12 = L_62; // return new SecT131R2Point(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_63 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65 = V_12; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_66 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_67 = L_66; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_11; NullCheck(L_67); ArrayElementTypeCheck (L_67, L_68); (L_67)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_68); bool L_69; L_69 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_70 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFDED50CBFCF698834E268DC7E9E7DFD707A65867(L_70, L_63, L_64, L_65, L_67, L_69, /*hidden argument*/NULL); return L_70; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::TwicePlus(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R2Point_TwicePlus_m9FA156A2AB4096D24AAFBB5C7D2D161D4DD02CFE (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_17 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1 = ___b0; return L_1; } IL_000a: { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); bool L_3; L_3 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0019; } } { // return Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); return L_4; } IL_0019: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5; L_5 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_5; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_6; // if (X1.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_7); if (!L_8) { goto IL_0031; } } { // return b; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_9 = ___b0; return L_9; } IL_0031: { // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_10 = ___b0; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11; L_11 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; // ECFieldElement X2 = b.RawXCoord, Z2 = b.RawZCoords[0]; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_12 = ___b0; NullCheck(L_12); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13; L_13 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = (L_13)->GetAt(static_cast(L_14)); V_3 = L_15; // if (X2.IsZero || !Z2.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_2; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_16); if (L_17) { goto IL_0051; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_18); if (L_19) { goto IL_005e; } } IL_0051: { // return Twice().Add(b); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, __this); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21 = ___b0; NullCheck(L_20); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_22; L_22 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, L_20, L_21); return L_22; } IL_005e: { // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement L1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_24; L_24 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = (L_24)->GetAt(static_cast(L_25)); V_4 = L_26; // ECFieldElement L2 = b.RawYCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_27 = ___b0; NullCheck(L_27); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28; L_28 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(L_27, /*hidden argument*/NULL); V_5 = L_28; // ECFieldElement X1Sq = X1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_1; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); V_6 = L_30; // ECFieldElement L1Sq = L1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = L_23; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_31); V_7 = L_32; // ECFieldElement Z1Sq = Z1.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_4; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_33); V_8 = L_34; // ECFieldElement L1Z1 = L1.Multiply(Z1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_4; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_35); V_9 = L_36; // ECFieldElement T = curve.A.Multiply(Z1Sq).Add(L1Sq).Add(L1Z1); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37 = V_0; NullCheck(L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38; L_38 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_37); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_8; NullCheck(L_38); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_38, L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41 = V_7; NullCheck(L_40); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42; L_42 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_40, L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_9; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_10 = L_44; // ECFieldElement L2plus1 = L2.AddOne(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = V_5; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46; L_46 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_45); V_11 = L_46; // ECFieldElement A = curve.A.Add(L2plus1).Multiply(Z1Sq).Add(L1Sq).MultiplyPlusProduct(T, X1Sq, Z1Sq); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_47 = V_0; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48; L_48 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49 = V_11; NullCheck(L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50; L_50 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_48, L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_8; NullCheck(L_50); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52; L_52 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_50, L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53 = V_7; NullCheck(L_52); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54; L_54 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_52, L_53); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_8; NullCheck(L_54); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58; L_58 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_54, L_55, L_56, L_57); V_12 = L_58; // ECFieldElement X2Z1Sq = X2.Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60 = V_8; NullCheck(L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61; L_61 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_59, L_60); V_13 = L_61; // ECFieldElement B = X2Z1Sq.Add(T).Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_62 = V_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_63 = V_10; NullCheck(L_62); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_64; L_64 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_62, L_63); NullCheck(L_64); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_65; L_65 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_64); V_14 = L_65; // if (B.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66 = V_14; NullCheck(L_66); bool L_67; L_67 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_66); if (!L_67) { goto IL_0120; } } { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_68 = V_12; NullCheck(L_68); bool L_69; L_69 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_68); if (!L_69) { goto IL_0119; } } { // return b.Twice(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_70 = ___b0; NullCheck(L_70); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_71; L_71 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(30 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Twice() */, L_70); return L_71; } IL_0119: { // return curve.Infinity; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_72 = V_0; NullCheck(L_72); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_73; L_73 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_72); return L_73; } IL_0120: { // if (A.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74 = V_12; NullCheck(L_74); bool L_75; L_75 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_74); if (!L_75) { goto IL_0143; } } { // return new SecT131R2Point(curve, A, curve.B.Sqrt(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_76 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_12; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_78 = V_0; NullCheck(L_78); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_79; L_79 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_78); NullCheck(L_79); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80; L_80 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_79); bool L_81; L_81 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_82 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFA4ADA44023F26924085761D09953EC599232184(L_82, L_76, L_77, L_80, L_81, /*hidden argument*/NULL); return L_82; } IL_0143: { // ECFieldElement X3 = A.Square().Multiply(X2Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_83 = V_12; NullCheck(L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_84; L_84 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_13; NullCheck(L_84); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_86; L_86 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_84, L_85); V_15 = L_86; // ECFieldElement Z3 = A.Multiply(B).Multiply(Z1Sq); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88 = V_14; NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_89; L_89 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_87, L_88); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_90 = V_8; NullCheck(L_89); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91; L_91 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_89, L_90); V_16 = L_91; // ECFieldElement L3 = A.Add(B).Square().MultiplyPlusProduct(T, L2plus1, Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_12; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_14; NullCheck(L_92); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_94; L_94 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); NullCheck(L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_95; L_95 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_94); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_96 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_97 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_98 = V_16; NullCheck(L_95); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_99; L_99 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_95, L_96, L_97, L_98); V_17 = L_99; // return new SecT131R2Point(curve, X3, L3, new ECFieldElement[] { Z3 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_100 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_101 = V_15; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_102 = V_17; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_103 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_104 = L_103; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_105 = V_16; NullCheck(L_104); ArrayElementTypeCheck (L_104, L_105); (L_104)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_105); bool L_106; L_106 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_107 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFDED50CBFCF698834E268DC7E9E7DFD707A65867(L_107, L_100, L_101, L_102, L_104, L_106, /*hidden argument*/NULL); return L_107; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT131R2Point::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SecT131R2Point_Negate_m388C7BC270FFBF7157B318238A12BF7A93241856 (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; { // if (IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECFieldElement X = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_1; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_2); if (!L_3) { goto IL_001b; } } { // return this; return __this; } IL_001b: { // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_4; // ECFieldElement L = this.RawYCoord, Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_5; L_5 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = (L_5)->GetAt(static_cast(L_6)); V_2 = L_7; // return new SecT131R2Point(Curve, X, L.Add(Z), new ECFieldElement[] { Z }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8; L_8 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_2; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_10, L_11); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_13 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_14 = L_13; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_2; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_15); bool L_16; L_16 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A * L_17 = (SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A *)il2cpp_codegen_object_new(SecT131R2Point_tACF560940C03EC22CF6E677E3D51E817AB7E2B8A_il2cpp_TypeInfo_var); SecT131R2Point__ctor_mFDED50CBFCF698834E268DC7E9E7DFD707A65867(L_17, L_8, L_9, L_12, L_14, L_16, /*hidden argument*/NULL); return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Add(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Add_m2A4F5B7E531FBE60B44BCC6BC8409DA9FB7F7BBE (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { { // z[0] = x[0] ^ y[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___y1; NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)L_6))); // z[1] = x[1] ^ y[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___x0; NullCheck(L_8); int32_t L_9 = 1; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___y1; NullCheck(L_11); int32_t L_12 = 1; int64_t L_13 = (int64_t)(L_11)->GetAt(static_cast(L_12)); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_13))); // z[2] = x[2] ^ y[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___x0; NullCheck(L_15); int32_t L_16 = 2; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___y1; NullCheck(L_18); int32_t L_19 = 2; int64_t L_20 = (int64_t)(L_18)->GetAt(static_cast(L_19)); NullCheck(L_14); (L_14)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_17^(int64_t)L_20))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::AddExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_AddExt_mE9E2497F575BD5F13FCB02954B6A20C5F7D70AB1 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___yy1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { { // zz[0] = xx[0] ^ yy[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___xx0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___yy1; NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)L_6))); // zz[1] = xx[1] ^ yy[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___xx0; NullCheck(L_8); int32_t L_9 = 1; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___yy1; NullCheck(L_11); int32_t L_12 = 1; int64_t L_13 = (int64_t)(L_11)->GetAt(static_cast(L_12)); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_13))); // zz[2] = xx[2] ^ yy[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___xx0; NullCheck(L_15); int32_t L_16 = 2; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___yy1; NullCheck(L_18); int32_t L_19 = 2; int64_t L_20 = (int64_t)(L_18)->GetAt(static_cast(L_19)); NullCheck(L_14); (L_14)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_17^(int64_t)L_20))); // zz[3] = xx[3] ^ yy[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = ___xx0; NullCheck(L_22); int32_t L_23 = 3; int64_t L_24 = (int64_t)(L_22)->GetAt(static_cast(L_23)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = ___yy1; NullCheck(L_25); int32_t L_26 = 3; int64_t L_27 = (int64_t)(L_25)->GetAt(static_cast(L_26)); NullCheck(L_21); (L_21)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)L_24^(int64_t)L_27))); // zz[4] = xx[4] ^ yy[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_29 = ___xx0; NullCheck(L_29); int32_t L_30 = 4; int64_t L_31 = (int64_t)(L_29)->GetAt(static_cast(L_30)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_32 = ___yy1; NullCheck(L_32); int32_t L_33 = 4; int64_t L_34 = (int64_t)(L_32)->GetAt(static_cast(L_33)); NullCheck(L_28); (L_28)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)L_31^(int64_t)L_34))); // zz[5] = xx[5] ^ yy[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_35 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_36 = ___xx0; NullCheck(L_36); int32_t L_37 = 5; int64_t L_38 = (int64_t)(L_36)->GetAt(static_cast(L_37)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_39 = ___yy1; NullCheck(L_39); int32_t L_40 = 5; int64_t L_41 = (int64_t)(L_39)->GetAt(static_cast(L_40)); NullCheck(L_35); (L_35)->SetAt(static_cast(5), (uint64_t)((int64_t)((int64_t)L_38^(int64_t)L_41))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::AddOne(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_AddOne_mECC57F896202C5FC02169AD003DF45416BCE44DA (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { { // z[0] = x[0] ^ 1UL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3^(int64_t)((int64_t)((int64_t)1))))); // z[1] = x[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___x0; NullCheck(L_5); int32_t L_6 = 1; int64_t L_7 = (int64_t)(L_5)->GetAt(static_cast(L_6)); NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint64_t)L_7); // z[2] = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___z1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___x0; NullCheck(L_9); int32_t L_10 = 2; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); NullCheck(L_8); (L_8)->SetAt(static_cast(2), (uint64_t)L_11); // } return; } } // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* SecT163Field_FromBigInteger_mD457BE9487FBBB63F08743EF4F7F14E9A4DA8258 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ulong[] z = Nat192.FromBigInteger64(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1; L_1 = Nat192_FromBigInteger64_mB42940855CB9E8A7366C6084973BD8B589519482(L_0, /*hidden argument*/NULL); // Reduce29(z, 0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_Reduce29_mB1064CBEFD5208E1BC5FE534A92B887D51DF2DCC(L_2, 0, /*hidden argument*/NULL); // return z; return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Invert(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Invert_mD90283D674122DBD0420B548C978D2C4BAFE52F0 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; { // if (Nat192.IsZero64(x)) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; bool L_1; L_1 = Nat192_IsZero64_m2F0911D624B98968F42DA35802867EEEEE083315(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { // throw new InvalidOperationException(); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT163Field_Invert_mD90283D674122DBD0420B548C978D2C4BAFE52F0_RuntimeMethod_var))); } IL_000e: { // ulong[] t0 = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3; L_3 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_3; // ulong[] t1 = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4; L_4 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_1 = L_4; // Square(x, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_Square_m3BD85C973E388ECEC824AE868D483198C0694A3C(L_5, L_6, /*hidden argument*/NULL); // SquareN(t0, 1, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_7, 1, L_8, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_0; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_9, L_10, L_11, /*hidden argument*/NULL); // SquareN(t1, 1, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_12, 1, L_13, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_0; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_14, L_15, L_16, /*hidden argument*/NULL); // SquareN(t0, 3, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_17, 3, L_18, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_0; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_19, L_20, L_21, /*hidden argument*/NULL); // SquareN(t1, 3, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_22, 3, L_23, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = V_0; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_24, L_25, L_26, /*hidden argument*/NULL); // SquareN(t0, 9, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_27 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_27, ((int32_t)9), L_28, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_29 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_0; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_29, L_30, L_31, /*hidden argument*/NULL); // SquareN(t1, 9, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_32 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_33 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_32, ((int32_t)9), L_33, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_35 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_36 = V_0; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_34, L_35, L_36, /*hidden argument*/NULL); // SquareN(t0, 27, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_38 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_37, ((int32_t)27), L_38, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_39 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_40 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = V_0; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_39, L_40, L_41, /*hidden argument*/NULL); // SquareN(t1, 27, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_42 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_42, ((int32_t)27), L_43, /*hidden argument*/NULL); // Multiply(t0, t1, t0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_44 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_46 = V_0; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_44, L_45, L_46, /*hidden argument*/NULL); // SquareN(t0, 81, t1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_47 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_48 = V_1; SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_47, ((int32_t)81), L_48, /*hidden argument*/NULL); // Multiply(t0, t1, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_49 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_50 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_51 = ___z1; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_49, L_50, L_51, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Multiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_0 = L_0; // ImplMultiply(x, y, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___y1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_ImplMultiply_mA411C64CA1305D85F766E82225706B5DA63FE4C4(L_1, L_2, L_3, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z2; SecT163Field_Reduce_m5FD8918E2B798BE0293D1EE02B8CBEF7ABECCFFB(L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::MultiplyAddToExt(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_MultiplyAddToExt_mCA29A6CB5E657D6BCE7EF2F616AA490F47859953 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_0 = L_0; // ImplMultiply(x, y, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___y1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_ImplMultiply_mA411C64CA1305D85F766E82225706B5DA63FE4C4(L_1, L_2, L_3, /*hidden argument*/NULL); // AddExt(zz, tt, zz); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___zz2; SecT163Field_AddExt_mE9E2497F575BD5F13FCB02954B6A20C5F7D70AB1(L_4, L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Reduce(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Reduce_m5FD8918E2B798BE0293D1EE02B8CBEF7ABECCFFB (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___xx0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; { // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4], x5 = xx[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___xx0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4], x5 = xx[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___xx0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4], x5 = xx[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___xx0; NullCheck(L_6); int32_t L_7 = 2; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4], x5 = xx[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___xx0; NullCheck(L_9); int32_t L_10 = 3; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4], x5 = xx[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = ___xx0; NullCheck(L_12); int32_t L_13 = 4; int64_t L_14 = (int64_t)(L_12)->GetAt(static_cast(L_13)); V_4 = L_14; // ulong x0 = xx[0], x1 = xx[1], x2 = xx[2], x3 = xx[3], x4 = xx[4], x5 = xx[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___xx0; NullCheck(L_15); int32_t L_16 = 5; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); V_5 = L_17; // x2 ^= (x5 << 29) ^ (x5 << 32) ^ (x5 << 35) ^ (x5 << 36); uint64_t L_18 = V_2; uint64_t L_19 = V_5; uint64_t L_20 = V_5; uint64_t L_21 = V_5; uint64_t L_22 = V_5; V_2 = ((int64_t)((int64_t)L_18^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_19<<(int32_t)((int32_t)29)))^(int64_t)((int64_t)((int64_t)L_20<<(int32_t)((int32_t)32)))))^(int64_t)((int64_t)((int64_t)L_21<<(int32_t)((int32_t)35)))))^(int64_t)((int64_t)((int64_t)L_22<<(int32_t)((int32_t)36))))))); // x3 ^= (x5 >> 35) ^ (x5 >> 32) ^ (x5 >> 29) ^ (x5 >> 28); uint64_t L_23 = V_3; uint64_t L_24 = V_5; uint64_t L_25 = V_5; uint64_t L_26 = V_5; uint64_t L_27 = V_5; V_3 = ((int64_t)((int64_t)L_23^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_24>>((int32_t)35)))^(int64_t)((int64_t)((uint64_t)L_25>>((int32_t)32)))))^(int64_t)((int64_t)((uint64_t)L_26>>((int32_t)29)))))^(int64_t)((int64_t)((uint64_t)L_27>>((int32_t)28))))))); // x1 ^= (x4 << 29) ^ (x4 << 32) ^ (x4 << 35) ^ (x4 << 36); uint64_t L_28 = V_1; uint64_t L_29 = V_4; uint64_t L_30 = V_4; uint64_t L_31 = V_4; uint64_t L_32 = V_4; V_1 = ((int64_t)((int64_t)L_28^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_29<<(int32_t)((int32_t)29)))^(int64_t)((int64_t)((int64_t)L_30<<(int32_t)((int32_t)32)))))^(int64_t)((int64_t)((int64_t)L_31<<(int32_t)((int32_t)35)))))^(int64_t)((int64_t)((int64_t)L_32<<(int32_t)((int32_t)36))))))); // x2 ^= (x4 >> 35) ^ (x4 >> 32) ^ (x4 >> 29) ^ (x4 >> 28); uint64_t L_33 = V_2; uint64_t L_34 = V_4; uint64_t L_35 = V_4; uint64_t L_36 = V_4; uint64_t L_37 = V_4; V_2 = ((int64_t)((int64_t)L_33^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_34>>((int32_t)35)))^(int64_t)((int64_t)((uint64_t)L_35>>((int32_t)32)))))^(int64_t)((int64_t)((uint64_t)L_36>>((int32_t)29)))))^(int64_t)((int64_t)((uint64_t)L_37>>((int32_t)28))))))); // x0 ^= (x3 << 29) ^ (x3 << 32) ^ (x3 << 35) ^ (x3 << 36); uint64_t L_38 = V_0; uint64_t L_39 = V_3; uint64_t L_40 = V_3; uint64_t L_41 = V_3; uint64_t L_42 = V_3; V_0 = ((int64_t)((int64_t)L_38^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_39<<(int32_t)((int32_t)29)))^(int64_t)((int64_t)((int64_t)L_40<<(int32_t)((int32_t)32)))))^(int64_t)((int64_t)((int64_t)L_41<<(int32_t)((int32_t)35)))))^(int64_t)((int64_t)((int64_t)L_42<<(int32_t)((int32_t)36))))))); // x1 ^= (x3 >> 35) ^ (x3 >> 32) ^ (x3 >> 29) ^ (x3 >> 28); uint64_t L_43 = V_1; uint64_t L_44 = V_3; uint64_t L_45 = V_3; uint64_t L_46 = V_3; uint64_t L_47 = V_3; V_1 = ((int64_t)((int64_t)L_43^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_44>>((int32_t)35)))^(int64_t)((int64_t)((uint64_t)L_45>>((int32_t)32)))))^(int64_t)((int64_t)((uint64_t)L_46>>((int32_t)29)))))^(int64_t)((int64_t)((uint64_t)L_47>>((int32_t)28))))))); // ulong t = x2 >> 35; uint64_t L_48 = V_2; V_6 = ((int64_t)((uint64_t)L_48>>((int32_t)35))); // z[0] = x0 ^ t ^ (t << 3) ^ (t << 6) ^ (t << 7); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_49 = ___z1; uint64_t L_50 = V_0; uint64_t L_51 = V_6; uint64_t L_52 = V_6; uint64_t L_53 = V_6; uint64_t L_54 = V_6; NullCheck(L_49); (L_49)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_50^(int64_t)L_51))^(int64_t)((int64_t)((int64_t)L_52<<(int32_t)3))))^(int64_t)((int64_t)((int64_t)L_53<<(int32_t)6))))^(int64_t)((int64_t)((int64_t)L_54<<(int32_t)7))))); // z[1] = x1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_55 = ___z1; uint64_t L_56 = V_1; NullCheck(L_55); (L_55)->SetAt(static_cast(1), (uint64_t)L_56); // z[2] = x2 & M35; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_57 = ___z1; uint64_t L_58 = V_2; NullCheck(L_57); (L_57)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_58&(int64_t)((int64_t)34359738367LL)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Reduce29(System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Reduce29_mB1064CBEFD5208E1BC5FE534A92B887D51DF2DCC (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z0, int32_t ___zOff1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; { // ulong z2 = z[zOff + 2], t = z2 >> 35; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___z0; int32_t L_1 = ___zOff1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)2)); int64_t L_3 = (int64_t)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // ulong z2 = z[zOff + 2], t = z2 >> 35; uint64_t L_4 = V_0; V_1 = ((int64_t)((uint64_t)L_4>>((int32_t)35))); // z[zOff ] ^= t ^ (t << 3) ^ (t << 6) ^ (t << 7); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z0; int32_t L_6 = ___zOff1; NullCheck(L_5); uint64_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6))); int64_t L_8 = *((int64_t*)L_7); uint64_t L_9 = V_1; uint64_t L_10 = V_1; uint64_t L_11 = V_1; uint64_t L_12 = V_1; *((int64_t*)L_7) = (int64_t)((int64_t)((int64_t)L_8^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9^(int64_t)((int64_t)((int64_t)L_10<<(int32_t)3))))^(int64_t)((int64_t)((int64_t)L_11<<(int32_t)6))))^(int64_t)((int64_t)((int64_t)L_12<<(int32_t)7)))))); // z[zOff + 2] = z2 & M35; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = ___z0; int32_t L_14 = ___zOff1; uint64_t L_15 = V_0; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2))), (uint64_t)((int64_t)((int64_t)L_15&(int64_t)((int64_t)34359738367LL)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Sqrt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Sqrt_m0CC891066C751F5E5D643D5C7570F86070AFF6EC (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; { // ulong[] odd = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); // u0 = Interleave.Unshuffle(x[0]); u1 = Interleave.Unshuffle(x[1]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; NullCheck(L_1); int32_t L_2 = 0; int64_t L_3 = (int64_t)(L_1)->GetAt(static_cast(L_2)); uint64_t L_4; L_4 = Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E(L_3, /*hidden argument*/NULL); V_0 = L_4; // u0 = Interleave.Unshuffle(x[0]); u1 = Interleave.Unshuffle(x[1]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___x0; NullCheck(L_5); int32_t L_6 = 1; int64_t L_7 = (int64_t)(L_5)->GetAt(static_cast(L_6)); uint64_t L_8; L_8 = Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E(L_7, /*hidden argument*/NULL); V_1 = L_8; // ulong e0 = (u0 & 0x00000000FFFFFFFFUL) | (u1 << 32); uint64_t L_9 = V_0; uint64_t L_10 = V_1; V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)L_9&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))|(int64_t)((int64_t)((int64_t)L_10<<(int32_t)((int32_t)32))))); // odd[0] = (u0 >> 32) | (u1 & 0xFFFFFFFF00000000UL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = L_0; uint64_t L_12 = V_0; uint64_t L_13 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_12>>((int32_t)32)))|(int64_t)((int64_t)((int64_t)L_13&(int64_t)((int64_t)-4294967296LL)))))); // u0 = Interleave.Unshuffle(x[2]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___x0; NullCheck(L_14); int32_t L_15 = 2; int64_t L_16 = (int64_t)(L_14)->GetAt(static_cast(L_15)); uint64_t L_17; L_17 = Interleave_Unshuffle_m716CC353D9054221E427595AB5E22EE1B229A28E(L_16, /*hidden argument*/NULL); V_0 = L_17; // ulong e1 = (u0 & 0x00000000FFFFFFFFUL); uint64_t L_18 = V_0; V_3 = ((int64_t)((int64_t)L_18&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))); // odd[1] = (u0 >> 32); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = L_11; uint64_t L_20 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(1), (uint64_t)((int64_t)((uint64_t)L_20>>((int32_t)32)))); // Multiply(odd, ROOT_Z, z); IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ((SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_StaticFields*)il2cpp_codegen_static_fields_for(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var))->get_ROOT_Z_2(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = ___z1; SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_19, L_21, L_22, /*hidden argument*/NULL); // z[0] ^= e0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = ___z1; NullCheck(L_23); uint64_t* L_24 = ((L_23)->GetAddressAt(static_cast(0))); int64_t L_25 = *((int64_t*)L_24); uint64_t L_26 = V_2; *((int64_t*)L_24) = (int64_t)((int64_t)((int64_t)L_25^(int64_t)L_26)); // z[1] ^= e1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_27 = ___z1; NullCheck(L_27); uint64_t* L_28 = ((L_27)->GetAddressAt(static_cast(1))); int64_t L_29 = *((int64_t*)L_28); uint64_t L_30 = V_3; *((int64_t*)L_28) = (int64_t)((int64_t)((int64_t)L_29^(int64_t)L_30)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Square(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_Square_m3BD85C973E388ECEC824AE868D483198C0694A3C (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_ImplSquare_m0B6A668F91E03D2B19594AFCB1759951F8B54DE4(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z1; SecT163Field_Reduce_m5FD8918E2B798BE0293D1EE02B8CBEF7ABECCFFB(L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::SquareAddToExt(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_SquareAddToExt_m0A4620546B8DCA664CF78E58687628B160AF55BF (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_ImplSquare_m0B6A668F91E03D2B19594AFCB1759951F8B54DE4(L_1, L_2, /*hidden argument*/NULL); // AddExt(zz, tt, zz); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___zz1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___zz1; SecT163Field_AddExt_mE9E2497F575BD5F13FCB02954B6A20C5F7D70AB1(L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::SquareN(System.UInt64[],System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, int32_t ___n1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_0 = L_0; // ImplSquare(x, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___x0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_ImplSquare_m0B6A668F91E03D2B19594AFCB1759951F8B54DE4(L_1, L_2, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___z2; SecT163Field_Reduce_m5FD8918E2B798BE0293D1EE02B8CBEF7ABECCFFB(L_3, L_4, /*hidden argument*/NULL); goto IL_0024; } IL_0016: { // ImplSquare(z, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___z2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_ImplSquare_m0B6A668F91E03D2B19594AFCB1759951F8B54DE4(L_5, L_6, /*hidden argument*/NULL); // Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___z2; SecT163Field_Reduce_m5FD8918E2B798BE0293D1EE02B8CBEF7ABECCFFB(L_7, L_8, /*hidden argument*/NULL); } IL_0024: { // while (--n > 0) int32_t L_9 = ___n1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); ___n1 = L_10; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0016; } } { // } return; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::Trace(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SecT163Field_Trace_m3CBA04ADC34CF7F315A472D1B026C606598688EE (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method) { { // return (uint)(x[0] ^ (x[2] >> 29)) & 1U; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = 2; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); return ((int32_t)((int32_t)((int32_t)((uint32_t)((int64_t)((int64_t)L_2^(int64_t)((int64_t)((uint64_t)L_5>>((int32_t)29)))))))&(int32_t)1)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ImplCompactExt(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_ImplCompactExt_m20EA5F4A18F5AC651719E31C3929AC7F7C04EDB5 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz0, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; { // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___zz0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___zz0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___zz0; NullCheck(L_6); int32_t L_7 = 2; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___zz0; NullCheck(L_9); int32_t L_10 = 3; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = ___zz0; NullCheck(L_12); int32_t L_13 = 4; int64_t L_14 = (int64_t)(L_12)->GetAt(static_cast(L_13)); V_4 = L_14; // ulong z0 = zz[0], z1 = zz[1], z2 = zz[2], z3 = zz[3], z4 = zz[4], z5 = zz[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___zz0; NullCheck(L_15); int32_t L_16 = 5; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); V_5 = L_17; // zz[0] = z0 ^ (z1 << 55); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___zz0; uint64_t L_19 = V_0; uint64_t L_20 = V_1; NullCheck(L_18); (L_18)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_19^(int64_t)((int64_t)((int64_t)L_20<<(int32_t)((int32_t)55)))))); // zz[1] = (z1 >> 9) ^ (z2 << 46); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___zz0; uint64_t L_22 = V_1; uint64_t L_23 = V_2; NullCheck(L_21); (L_21)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_22>>((int32_t)9)))^(int64_t)((int64_t)((int64_t)L_23<<(int32_t)((int32_t)46)))))); // zz[2] = (z2 >> 18) ^ (z3 << 37); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = ___zz0; uint64_t L_25 = V_2; uint64_t L_26 = V_3; NullCheck(L_24); (L_24)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_25>>((int32_t)18)))^(int64_t)((int64_t)((int64_t)L_26<<(int32_t)((int32_t)37)))))); // zz[3] = (z3 >> 27) ^ (z4 << 28); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_27 = ___zz0; uint64_t L_28 = V_3; uint64_t L_29 = V_4; NullCheck(L_27); (L_27)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_28>>((int32_t)27)))^(int64_t)((int64_t)((int64_t)L_29<<(int32_t)((int32_t)28)))))); // zz[4] = (z4 >> 36) ^ (z5 << 19); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = ___zz0; uint64_t L_31 = V_4; uint64_t L_32 = V_5; NullCheck(L_30); (L_30)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_31>>((int32_t)36)))^(int64_t)((int64_t)((int64_t)L_32<<(int32_t)((int32_t)19)))))); // zz[5] = (z5 >> 45); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_33 = ___zz0; uint64_t L_34 = V_5; NullCheck(L_33); (L_33)->SetAt(static_cast(5), (uint64_t)((int64_t)((uint64_t)L_34>>((int32_t)45)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ImplMultiply(System.UInt64[],System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_ImplMultiply_mA411C64CA1305D85F766E82225706B5DA63FE4C4 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_6 = NULL; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint64_t V_16 = 0; uint64_t V_17 = 0; uint64_t V_18 = 0; uint64_t V_19 = 0; { // ulong f0 = x[0], f1 = x[1], f2 = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // ulong f0 = x[0], f1 = x[1], f2 = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___x0; NullCheck(L_3); int32_t L_4 = 1; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // ulong f0 = x[0], f1 = x[1], f2 = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___x0; NullCheck(L_6); int32_t L_7 = 2; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // f2 = ((f1 >> 46) ^ (f2 << 18)); uint64_t L_9 = V_1; uint64_t L_10 = V_2; V_2 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_9>>((int32_t)46)))^(int64_t)((int64_t)((int64_t)L_10<<(int32_t)((int32_t)18))))); // f1 = ((f0 >> 55) ^ (f1 << 9)) & M55; uint64_t L_11 = V_0; uint64_t L_12 = V_1; V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_11>>((int32_t)55)))^(int64_t)((int64_t)((int64_t)L_12<<(int32_t)((int32_t)9)))))&(int64_t)((int64_t)36028797018963967LL))); // f0 &= M55; uint64_t L_13 = V_0; V_0 = ((int64_t)((int64_t)L_13&(int64_t)((int64_t)36028797018963967LL))); // ulong g0 = y[0], g1 = y[1], g2 = y[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___y1; NullCheck(L_14); int32_t L_15 = 0; int64_t L_16 = (int64_t)(L_14)->GetAt(static_cast(L_15)); V_3 = L_16; // ulong g0 = y[0], g1 = y[1], g2 = y[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = ___y1; NullCheck(L_17); int32_t L_18 = 1; int64_t L_19 = (int64_t)(L_17)->GetAt(static_cast(L_18)); V_4 = L_19; // ulong g0 = y[0], g1 = y[1], g2 = y[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = ___y1; NullCheck(L_20); int32_t L_21 = 2; int64_t L_22 = (int64_t)(L_20)->GetAt(static_cast(L_21)); V_5 = L_22; // g2 = ((g1 >> 46) ^ (g2 << 18)); uint64_t L_23 = V_4; uint64_t L_24 = V_5; V_5 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_23>>((int32_t)46)))^(int64_t)((int64_t)((int64_t)L_24<<(int32_t)((int32_t)18))))); // g1 = ((g0 >> 55) ^ (g1 << 9)) & M55; uint64_t L_25 = V_3; uint64_t L_26 = V_4; V_4 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_25>>((int32_t)55)))^(int64_t)((int64_t)((int64_t)L_26<<(int32_t)((int32_t)9)))))&(int64_t)((int64_t)36028797018963967LL))); // g0 &= M55; uint64_t L_27 = V_3; V_3 = ((int64_t)((int64_t)L_27&(int64_t)((int64_t)36028797018963967LL))); // ulong[] H = new ulong[10]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); V_6 = L_28; // ImplMulw(f0, g0, H, 0); // H(0) 55/54 bits uint64_t L_29 = V_0; uint64_t L_30 = V_3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_6; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_ImplMulw_m55213AFC2A1B52EBCE5131E8CA49C06B12CAD4AE(L_29, L_30, L_31, 0, /*hidden argument*/NULL); // ImplMulw(f2, g2, H, 2); // H(INF) 55/50 bits uint64_t L_32 = V_2; uint64_t L_33 = V_5; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = V_6; SecT163Field_ImplMulw_m55213AFC2A1B52EBCE5131E8CA49C06B12CAD4AE(L_32, L_33, L_34, 2, /*hidden argument*/NULL); // ulong t0 = f0 ^ f1 ^ f2; uint64_t L_35 = V_0; uint64_t L_36 = V_1; uint64_t L_37 = V_2; // ulong t1 = g0 ^ g1 ^ g2; uint64_t L_38 = V_3; uint64_t L_39 = V_4; uint64_t L_40 = V_5; V_7 = ((int64_t)((int64_t)((int64_t)((int64_t)L_38^(int64_t)L_39))^(int64_t)L_40)); // ImplMulw(t0, t1, H, 4); // H(1) 55/54 bits int64_t L_41 = ((int64_t)((int64_t)((int64_t)((int64_t)L_35^(int64_t)L_36))^(int64_t)L_37)); uint64_t L_42 = V_7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = V_6; SecT163Field_ImplMulw_m55213AFC2A1B52EBCE5131E8CA49C06B12CAD4AE(L_41, L_42, L_43, 4, /*hidden argument*/NULL); // ulong t2 = (f1 << 1) ^ (f2 << 2); uint64_t L_44 = V_1; uint64_t L_45 = V_2; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_44<<(int32_t)1))^(int64_t)((int64_t)((int64_t)L_45<<(int32_t)2)))); // ulong t3 = (g1 << 1) ^ (g2 << 2); uint64_t L_46 = V_4; uint64_t L_47 = V_5; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_46<<(int32_t)1))^(int64_t)((int64_t)((int64_t)L_47<<(int32_t)2)))); // ImplMulw(f0 ^ t2, g0 ^ t3, H, 6); // H(t) 55/56 bits uint64_t L_48 = V_0; uint64_t L_49 = V_8; uint64_t L_50 = V_3; uint64_t L_51 = V_9; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_52 = V_6; SecT163Field_ImplMulw_m55213AFC2A1B52EBCE5131E8CA49C06B12CAD4AE(((int64_t)((int64_t)L_48^(int64_t)L_49)), ((int64_t)((int64_t)L_50^(int64_t)L_51)), L_52, 6, /*hidden argument*/NULL); // ImplMulw(t0 ^ t2, t1 ^ t3, H, 8); // H(t + 1) 55/56 bits uint64_t L_53 = V_8; uint64_t L_54 = V_7; uint64_t L_55 = V_9; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_56 = V_6; SecT163Field_ImplMulw_m55213AFC2A1B52EBCE5131E8CA49C06B12CAD4AE(((int64_t)((int64_t)L_41^(int64_t)L_53)), ((int64_t)((int64_t)L_54^(int64_t)L_55)), L_56, 8, /*hidden argument*/NULL); // ulong t4 = H[6] ^ H[8]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_57 = V_6; NullCheck(L_57); int32_t L_58 = 6; int64_t L_59 = (int64_t)(L_57)->GetAt(static_cast(L_58)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_60 = V_6; NullCheck(L_60); int32_t L_61 = 8; int64_t L_62 = (int64_t)(L_60)->GetAt(static_cast(L_61)); // ulong t5 = H[7] ^ H[9]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_63 = V_6; NullCheck(L_63); int32_t L_64 = 7; int64_t L_65 = (int64_t)(L_63)->GetAt(static_cast(L_64)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_66 = V_6; NullCheck(L_66); int32_t L_67 = ((int32_t)9); int64_t L_68 = (int64_t)(L_66)->GetAt(static_cast(L_67)); V_10 = ((int64_t)((int64_t)L_65^(int64_t)L_68)); // ulong v0 = (t4 << 1) ^ H[6]; int64_t L_69 = ((int64_t)((int64_t)L_59^(int64_t)L_62)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_70 = V_6; NullCheck(L_70); int32_t L_71 = 6; int64_t L_72 = (int64_t)(L_70)->GetAt(static_cast(L_71)); V_11 = ((int64_t)((int64_t)((int64_t)((int64_t)L_69<<(int32_t)1))^(int64_t)L_72)); // ulong v1 = t4 ^ (t5 << 1) ^ H[7]; uint64_t L_73 = V_10; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_74 = V_6; NullCheck(L_74); int32_t L_75 = 7; int64_t L_76 = (int64_t)(L_74)->GetAt(static_cast(L_75)); V_12 = ((int64_t)((int64_t)((int64_t)((int64_t)L_69^(int64_t)((int64_t)((int64_t)L_73<<(int32_t)1))))^(int64_t)L_76)); // ulong v2 = t5; uint64_t L_77 = V_10; V_13 = L_77; // ulong u0 = H[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_78 = V_6; NullCheck(L_78); int32_t L_79 = 0; int64_t L_80 = (int64_t)(L_78)->GetAt(static_cast(L_79)); V_14 = L_80; // ulong u1 = H[1] ^ H[0] ^ H[4]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_81 = V_6; NullCheck(L_81); int32_t L_82 = 1; int64_t L_83 = (int64_t)(L_81)->GetAt(static_cast(L_82)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_84 = V_6; NullCheck(L_84); int32_t L_85 = 0; int64_t L_86 = (int64_t)(L_84)->GetAt(static_cast(L_85)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_87 = V_6; NullCheck(L_87); int32_t L_88 = 4; int64_t L_89 = (int64_t)(L_87)->GetAt(static_cast(L_88)); V_15 = ((int64_t)((int64_t)((int64_t)((int64_t)L_83^(int64_t)L_86))^(int64_t)L_89)); // ulong u2 = H[1] ^ H[5]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_90 = V_6; NullCheck(L_90); int32_t L_91 = 1; int64_t L_92 = (int64_t)(L_90)->GetAt(static_cast(L_91)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_93 = V_6; NullCheck(L_93); int32_t L_94 = 5; int64_t L_95 = (int64_t)(L_93)->GetAt(static_cast(L_94)); V_16 = ((int64_t)((int64_t)L_92^(int64_t)L_95)); // ulong w0 = u0 ^ v0 ^ (H[2] << 4) ^ (H[2] << 1); uint64_t L_96 = V_14; uint64_t L_97 = V_11; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_98 = V_6; NullCheck(L_98); int32_t L_99 = 2; int64_t L_100 = (int64_t)(L_98)->GetAt(static_cast(L_99)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_101 = V_6; NullCheck(L_101); int32_t L_102 = 2; int64_t L_103 = (int64_t)(L_101)->GetAt(static_cast(L_102)); V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_96^(int64_t)L_97))^(int64_t)((int64_t)((int64_t)L_100<<(int32_t)4))))^(int64_t)((int64_t)((int64_t)L_103<<(int32_t)1)))); // ulong w1 = u1 ^ v1 ^ (H[3] << 4) ^ (H[3] << 1); uint64_t L_104 = V_15; uint64_t L_105 = V_12; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_106 = V_6; NullCheck(L_106); int32_t L_107 = 3; int64_t L_108 = (int64_t)(L_106)->GetAt(static_cast(L_107)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_109 = V_6; NullCheck(L_109); int32_t L_110 = 3; int64_t L_111 = (int64_t)(L_109)->GetAt(static_cast(L_110)); V_18 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_104^(int64_t)L_105))^(int64_t)((int64_t)((int64_t)L_108<<(int32_t)4))))^(int64_t)((int64_t)((int64_t)L_111<<(int32_t)1)))); // ulong w2 = u2 ^ v2; uint64_t L_112 = V_16; uint64_t L_113 = V_13; V_19 = ((int64_t)((int64_t)L_112^(int64_t)L_113)); // w1 ^= (w0 >> 55); w0 &= M55; uint64_t L_114 = V_18; uint64_t L_115 = V_17; V_18 = ((int64_t)((int64_t)L_114^(int64_t)((int64_t)((uint64_t)L_115>>((int32_t)55))))); // w1 ^= (w0 >> 55); w0 &= M55; uint64_t L_116 = V_17; V_17 = ((int64_t)((int64_t)L_116&(int64_t)((int64_t)36028797018963967LL))); // w2 ^= (w1 >> 55); w1 &= M55; uint64_t L_117 = V_19; uint64_t L_118 = V_18; V_19 = ((int64_t)((int64_t)L_117^(int64_t)((int64_t)((uint64_t)L_118>>((int32_t)55))))); // w2 ^= (w1 >> 55); w1 &= M55; uint64_t L_119 = V_18; V_18 = ((int64_t)((int64_t)L_119&(int64_t)((int64_t)36028797018963967LL))); // w0 = (w0 >> 1) ^ ((w1 & 1UL) << 54); uint64_t L_120 = V_17; uint64_t L_121 = V_18; V_17 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_120>>1))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_121&(int64_t)((int64_t)((int64_t)1))))<<(int32_t)((int32_t)54))))); // w1 = (w1 >> 1) ^ ((w2 & 1UL) << 54); uint64_t L_122 = V_18; uint64_t L_123 = V_19; V_18 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_122>>1))^(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_123&(int64_t)((int64_t)((int64_t)1))))<<(int32_t)((int32_t)54))))); // w2 = (w2 >> 1); uint64_t L_124 = V_19; V_19 = ((int64_t)((uint64_t)L_124>>1)); // w0 ^= (w0 << 1); uint64_t L_125 = V_17; uint64_t L_126 = V_17; V_17 = ((int64_t)((int64_t)L_125^(int64_t)((int64_t)((int64_t)L_126<<(int32_t)1)))); // w0 ^= (w0 << 2); uint64_t L_127 = V_17; uint64_t L_128 = V_17; V_17 = ((int64_t)((int64_t)L_127^(int64_t)((int64_t)((int64_t)L_128<<(int32_t)2)))); // w0 ^= (w0 << 4); uint64_t L_129 = V_17; uint64_t L_130 = V_17; V_17 = ((int64_t)((int64_t)L_129^(int64_t)((int64_t)((int64_t)L_130<<(int32_t)4)))); // w0 ^= (w0 << 8); uint64_t L_131 = V_17; uint64_t L_132 = V_17; V_17 = ((int64_t)((int64_t)L_131^(int64_t)((int64_t)((int64_t)L_132<<(int32_t)8)))); // w0 ^= (w0 << 16); uint64_t L_133 = V_17; uint64_t L_134 = V_17; V_17 = ((int64_t)((int64_t)L_133^(int64_t)((int64_t)((int64_t)L_134<<(int32_t)((int32_t)16))))); // w0 ^= (w0 << 32); uint64_t L_135 = V_17; uint64_t L_136 = V_17; V_17 = ((int64_t)((int64_t)L_135^(int64_t)((int64_t)((int64_t)L_136<<(int32_t)((int32_t)32))))); // w0 &= M55; w1 ^= (w0 >> 54); uint64_t L_137 = V_17; V_17 = ((int64_t)((int64_t)L_137&(int64_t)((int64_t)36028797018963967LL))); // w0 &= M55; w1 ^= (w0 >> 54); uint64_t L_138 = V_18; uint64_t L_139 = V_17; V_18 = ((int64_t)((int64_t)L_138^(int64_t)((int64_t)((uint64_t)L_139>>((int32_t)54))))); // w1 ^= (w1 << 1); uint64_t L_140 = V_18; uint64_t L_141 = V_18; V_18 = ((int64_t)((int64_t)L_140^(int64_t)((int64_t)((int64_t)L_141<<(int32_t)1)))); // w1 ^= (w1 << 2); uint64_t L_142 = V_18; uint64_t L_143 = V_18; V_18 = ((int64_t)((int64_t)L_142^(int64_t)((int64_t)((int64_t)L_143<<(int32_t)2)))); // w1 ^= (w1 << 4); uint64_t L_144 = V_18; uint64_t L_145 = V_18; V_18 = ((int64_t)((int64_t)L_144^(int64_t)((int64_t)((int64_t)L_145<<(int32_t)4)))); // w1 ^= (w1 << 8); uint64_t L_146 = V_18; uint64_t L_147 = V_18; V_18 = ((int64_t)((int64_t)L_146^(int64_t)((int64_t)((int64_t)L_147<<(int32_t)8)))); // w1 ^= (w1 << 16); uint64_t L_148 = V_18; uint64_t L_149 = V_18; V_18 = ((int64_t)((int64_t)L_148^(int64_t)((int64_t)((int64_t)L_149<<(int32_t)((int32_t)16))))); // w1 ^= (w1 << 32); uint64_t L_150 = V_18; uint64_t L_151 = V_18; V_18 = ((int64_t)((int64_t)L_150^(int64_t)((int64_t)((int64_t)L_151<<(int32_t)((int32_t)32))))); // w1 &= M55; w2 ^= (w1 >> 54); uint64_t L_152 = V_18; V_18 = ((int64_t)((int64_t)L_152&(int64_t)((int64_t)36028797018963967LL))); // w1 &= M55; w2 ^= (w1 >> 54); uint64_t L_153 = V_19; uint64_t L_154 = V_18; V_19 = ((int64_t)((int64_t)L_153^(int64_t)((int64_t)((uint64_t)L_154>>((int32_t)54))))); // w2 ^= (w2 << 1); uint64_t L_155 = V_19; uint64_t L_156 = V_19; V_19 = ((int64_t)((int64_t)L_155^(int64_t)((int64_t)((int64_t)L_156<<(int32_t)1)))); // w2 ^= (w2 << 2); uint64_t L_157 = V_19; uint64_t L_158 = V_19; V_19 = ((int64_t)((int64_t)L_157^(int64_t)((int64_t)((int64_t)L_158<<(int32_t)2)))); // w2 ^= (w2 << 4); uint64_t L_159 = V_19; uint64_t L_160 = V_19; V_19 = ((int64_t)((int64_t)L_159^(int64_t)((int64_t)((int64_t)L_160<<(int32_t)4)))); // w2 ^= (w2 << 8); uint64_t L_161 = V_19; uint64_t L_162 = V_19; V_19 = ((int64_t)((int64_t)L_161^(int64_t)((int64_t)((int64_t)L_162<<(int32_t)8)))); // w2 ^= (w2 << 16); uint64_t L_163 = V_19; uint64_t L_164 = V_19; V_19 = ((int64_t)((int64_t)L_163^(int64_t)((int64_t)((int64_t)L_164<<(int32_t)((int32_t)16))))); // w2 ^= (w2 << 32); uint64_t L_165 = V_19; uint64_t L_166 = V_19; V_19 = ((int64_t)((int64_t)L_165^(int64_t)((int64_t)((int64_t)L_166<<(int32_t)((int32_t)32))))); // zz[0] = u0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_167 = ___zz2; uint64_t L_168 = V_14; NullCheck(L_167); (L_167)->SetAt(static_cast(0), (uint64_t)L_168); // zz[1] = u1 ^ w0 ^ H[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_169 = ___zz2; uint64_t L_170 = V_15; uint64_t L_171 = V_17; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_172 = V_6; NullCheck(L_172); int32_t L_173 = 2; int64_t L_174 = (int64_t)(L_172)->GetAt(static_cast(L_173)); NullCheck(L_169); (L_169)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_170^(int64_t)L_171))^(int64_t)L_174))); // zz[2] = u2 ^ w1 ^ w0 ^ H[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_175 = ___zz2; uint64_t L_176 = V_16; uint64_t L_177 = V_18; uint64_t L_178 = V_17; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_179 = V_6; NullCheck(L_179); int32_t L_180 = 3; int64_t L_181 = (int64_t)(L_179)->GetAt(static_cast(L_180)); NullCheck(L_175); (L_175)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_176^(int64_t)L_177))^(int64_t)L_178))^(int64_t)L_181))); // zz[3] = w2 ^ w1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_182 = ___zz2; uint64_t L_183 = V_19; uint64_t L_184 = V_18; NullCheck(L_182); (L_182)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)L_183^(int64_t)L_184))); // zz[4] = w2 ^ H[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_185 = ___zz2; uint64_t L_186 = V_19; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_187 = V_6; NullCheck(L_187); int32_t L_188 = 2; int64_t L_189 = (int64_t)(L_187)->GetAt(static_cast(L_188)); NullCheck(L_185); (L_185)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)L_186^(int64_t)L_189))); // zz[5] = H[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_190 = ___zz2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_191 = V_6; NullCheck(L_191); int32_t L_192 = 3; int64_t L_193 = (int64_t)(L_191)->GetAt(static_cast(L_192)); NullCheck(L_190); (L_190)->SetAt(static_cast(5), (uint64_t)L_193); // ImplCompactExt(zz); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_194 = ___zz2; SecT163Field_ImplCompactExt_m20EA5F4A18F5AC651719E31C3929AC7F7C04EDB5(L_194, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ImplMulw(System.UInt64,System.UInt64,System.UInt64[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_ImplMulw_m55213AFC2A1B52EBCE5131E8CA49C06B12CAD4AE (uint64_t ___x0, uint64_t ___y1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z2, int32_t ___zOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; uint32_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; int32_t V_5 = 0; { // ulong[] u = new ulong[8]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // u[1] = y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = V_0; uint64_t L_2 = ___y1; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint64_t)L_2); // u[2] = u[1] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 1; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); NullCheck(L_3); (L_3)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)L_6<<(int32_t)1))); // u[3] = u[2] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 2; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); uint64_t L_11 = ___y1; NullCheck(L_7); (L_7)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_11))); // u[4] = u[2] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 2; int64_t L_15 = (int64_t)(L_13)->GetAt(static_cast(L_14)); NullCheck(L_12); (L_12)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)L_15<<(int32_t)1))); // u[5] = u[4] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 4; int64_t L_19 = (int64_t)(L_17)->GetAt(static_cast(L_18)); uint64_t L_20 = ___y1; NullCheck(L_16); (L_16)->SetAt(static_cast(5), (uint64_t)((int64_t)((int64_t)L_19^(int64_t)L_20))); // u[6] = u[3] << 1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = V_0; NullCheck(L_22); int32_t L_23 = 3; int64_t L_24 = (int64_t)(L_22)->GetAt(static_cast(L_23)); NullCheck(L_21); (L_21)->SetAt(static_cast(6), (uint64_t)((int64_t)((int64_t)L_24<<(int32_t)1))); // u[7] = u[6] ^ y; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = V_0; NullCheck(L_26); int32_t L_27 = 6; int64_t L_28 = (int64_t)(L_26)->GetAt(static_cast(L_27)); uint64_t L_29 = ___y1; NullCheck(L_25); (L_25)->SetAt(static_cast(7), (uint64_t)((int64_t)((int64_t)L_28^(int64_t)L_29))); // uint j = (uint)x; uint64_t L_30 = ___x0; V_1 = ((int32_t)((uint32_t)L_30)); // ulong g, h = 0, l = u[j & 3]; V_3 = ((int64_t)((int64_t)0)); // ulong g, h = 0, l = u[j & 3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = V_0; uint32_t L_32 = V_1; NullCheck(L_31); int32_t L_33 = ((int32_t)((int32_t)L_32&(int32_t)3)); int64_t L_34 = (int64_t)(L_31)->GetAt(static_cast(L_33)); V_4 = L_34; // int k = 47; V_5 = ((int32_t)47); } IL_004c: { // j = (uint)(x >> k); uint64_t L_35 = ___x0; int32_t L_36 = V_5; V_1 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_35>>((int32_t)((int32_t)L_36&(int32_t)((int32_t)63))))))); // g = u[j & 7] // ^ u[(j >> 3) & 7] << 3 // ^ u[(j >> 6) & 7] << 6; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = V_0; uint32_t L_38 = V_1; NullCheck(L_37); int32_t L_39 = ((int32_t)((int32_t)L_38&(int32_t)7)); int64_t L_40 = (int64_t)(L_37)->GetAt(static_cast(L_39)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = V_0; uint32_t L_42 = V_1; NullCheck(L_41); int32_t L_43 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_42>>3))&(int32_t)7)); int64_t L_44 = (int64_t)(L_41)->GetAt(static_cast(L_43)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = V_0; uint32_t L_46 = V_1; NullCheck(L_45); int32_t L_47 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_46>>6))&(int32_t)7)); int64_t L_48 = (int64_t)(L_45)->GetAt(static_cast(L_47)); V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)L_40^(int64_t)((int64_t)((int64_t)L_44<<(int32_t)3))))^(int64_t)((int64_t)((int64_t)L_48<<(int32_t)6)))); // l ^= (g << k); uint64_t L_49 = V_4; uint64_t L_50 = V_2; int32_t L_51 = V_5; V_4 = ((int64_t)((int64_t)L_49^(int64_t)((int64_t)((int64_t)L_50<<(int32_t)((int32_t)((int32_t)L_51&(int32_t)((int32_t)63))))))); // h ^= (g >> -k); uint64_t L_52 = V_3; uint64_t L_53 = V_2; int32_t L_54 = V_5; V_3 = ((int64_t)((int64_t)L_52^(int64_t)((int64_t)((uint64_t)L_53>>((int32_t)((int32_t)((-L_54))&(int32_t)((int32_t)63))))))); // while ((k -= 9) > 0); int32_t L_55 = V_5; int32_t L_56 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)((int32_t)9))); V_5 = L_56; if ((((int32_t)L_56) > ((int32_t)0))) { goto IL_004c; } } { // z[zOff ] = l & M55; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_57 = ___z2; int32_t L_58 = ___zOff3; uint64_t L_59 = V_4; NullCheck(L_57); (L_57)->SetAt(static_cast(L_58), (uint64_t)((int64_t)((int64_t)L_59&(int64_t)((int64_t)36028797018963967LL)))); // z[zOff + 1] = (l >> 55) ^ (h << 9); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_60 = ___z2; int32_t L_61 = ___zOff3; uint64_t L_62 = V_4; uint64_t L_63 = V_3; NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1))), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_62>>((int32_t)55)))^(int64_t)((int64_t)((int64_t)L_63<<(int32_t)((int32_t)9)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::ImplSquare(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field_ImplSquare_m0B6A668F91E03D2B19594AFCB1759951F8B54DE4 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___zz1, const RuntimeMethod* method) { uint64_t V_0 = 0; { // Interleave.Expand64To128(x[0], zz, 0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___zz1; Interleave_Expand64To128_m74E013962CD4EFE9B70ABBA1C96B69B7B6592806(L_2, L_3, 0, /*hidden argument*/NULL); // Interleave.Expand64To128(x[1], zz, 2); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___x0; NullCheck(L_4); int32_t L_5 = 1; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___zz1; Interleave_Expand64To128_m74E013962CD4EFE9B70ABBA1C96B69B7B6592806(L_6, L_7, 2, /*hidden argument*/NULL); // ulong x2 = x[2]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = ___x0; NullCheck(L_8); int32_t L_9 = 2; int64_t L_10 = (int64_t)(L_8)->GetAt(static_cast(L_9)); V_0 = L_10; // zz[4] = Interleave.Expand32to64((uint)x2); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___zz1; uint64_t L_12 = V_0; uint64_t L_13; L_13 = Interleave_Expand32to64_m6E81F0B480FC41E35B767F4B770E8406D552E976(((int32_t)((uint32_t)L_12)), /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(4), (uint64_t)L_13); // zz[5] = Interleave.Expand8to16((uint)(x2 >> 32)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___zz1; uint64_t L_15 = V_0; uint32_t L_16; L_16 = Interleave_Expand8to16_m4C80ADA6E74DAD4C765B399F0F024430E021A34F(((int32_t)((uint32_t)((int64_t)((uint64_t)L_15>>((int32_t)32))))), /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(5), (uint64_t)((int64_t)((uint64_t)L_16))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field__ctor_m5B86FECEC144771AAFEB29EDCAA4852BBD822532 (SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163Field::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163Field__cctor_m780BB5951B5E2FBF77A7B15EF317A1B92AEDFCE7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly ulong[] ROOT_Z = new ulong[]{ 0xB6DB6DB6DB6DB6B0UL, 0x492492492492DB6DUL, 0x492492492UL }; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_StaticFields*)il2cpp_codegen_static_fields_for(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var))->set_ROOT_Z_2(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163FieldElement__ctor_m563781B48F246D5B1C469B7B21C0B383CD0F8A07 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SecT163FieldElement(BigInteger x) AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // if (x == null || x.SignValue < 0 || x.BitLength > 163) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; if (!L_0) { goto IL_001f; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001f; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)((int32_t)163)))) { goto IL_002f; } } IL_001f: { // throw new ArgumentException("value invalid for SecT163FieldElement", "x"); 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*)&_stringLiteral4C2E9692D0FCCF4694C11E7F2BF942E3A61409E9)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecT163FieldElement__ctor_m563781B48F246D5B1C469B7B21C0B383CD0F8A07_RuntimeMethod_var))); } IL_002f: { // this.x = SecT163Field.FromBigInteger(x); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7; L_7 = SecT163Field_FromBigInteger_mD457BE9487FBBB63F08743EF4F7F14E9A4DA8258(L_6, /*hidden argument*/NULL); __this->set_x_0(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163FieldElement__ctor_m29D1B3BE9FD9B8D25CD3D4ED6EA416B30688E2AE (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // public SecT163FieldElement() AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // this.x = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); __this->set_x_0(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::.ctor(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, const RuntimeMethod* method) { { // protected internal SecT163FieldElement(ulong[] x) AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528(__this, /*hidden argument*/NULL); // this.x = x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___x0; __this->set_x_0(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_IsOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT163FieldElement_get_IsOne_mE97FE0685339E56E5BFC5B6C376698BED462855F (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // get { return Nat192.IsOne64(x); } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); bool L_1; L_1 = Nat192_IsOne64_m8B7ECDD9F1122F48E91A1DB47B1D002AB681A940(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_IsZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT163FieldElement_get_IsZero_m00E4EBA6E44E8FBEAE3B858F3F1D1BBF227DDAAD (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // get { return Nat192.IsZero64(x); } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); bool L_1; L_1 = Nat192_IsZero64_m2F0911D624B98968F42DA35802867EEEEE083315(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::TestBitZero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT163FieldElement_TestBitZero_m02D8422FC31D3CE7D73C40BCA4425A0CE10B72FA (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // return (x[0] & 1L) != 0L; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (int64_t)(L_0)->GetAt(static_cast(L_1)); return (bool)((!(((uint64_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)((int64_t)1))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SecT163FieldElement_ToBigInteger_mA9A4B151398F156BBE1B46DE600E31A1285585B1 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // return Nat192.ToBigInteger64(x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Nat192_ToBigInteger64_m45BBCC7C88BB122770BD2A027CABF4885036E8A6(L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_FieldName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecT163FieldElement_get_FieldName_m806C45F6B08B28B07C7FE950CF90C8A1B32E36CC (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80DD5C6F92F0508C9E328899AB1093965B0D08FA); s_Il2CppMethodInitialized = true; } { // get { return "SecT163Field"; } return _stringLiteral80DD5C6F92F0508C9E328899AB1093965B0D08FA; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_FieldSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT163FieldElement_get_FieldSize_mA572599A1CF51B4FBB27D0D27F1C9777206E4F72 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // get { return 163; } return ((int32_t)163); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_Add_mB23847469FADA5DFDC8EF26B29D3F5AC42859B42 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT163Field.Add(x, ((SecT163FieldElement)b).x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_2, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_2, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_Add_m2A4F5B7E531FBE60B44BCC6BC8409DA9FB7F7BBE(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_6 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::AddOne() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_AddOne_m0BB16EB7633B7342E905B99E49EC8B2279CB6AC1 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT163Field.AddOne(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_AddOne_mECC57F896202C5FC02169AD003DF45416BCE44DA(L_1, L_2, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_4 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_Subtract_m2EC103A2D2214A01B859D79A72951BC75A8E1A39 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { { // return Add(b); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_Multiply_mB1110732528C5CD406EEA0CF1A8784471EA0AC92 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT163Field.Multiply(x, ((SecT163FieldElement)b).x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___b0; NullCheck(((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_2, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_2, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_Multiply_m676A718455A82E33B148B008A5A16C428AB3A9CD(L_1, L_3, L_4, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_6 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::MultiplyMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_MultiplyMinusProduct_m03CD2DBD36C1C72FDE9146BA681CB966E0CF6243 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { { // return MultiplyPlusProduct(b, x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, L_1, L_2); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_MultiplyPlusProduct_m2E6473B9C3C77C78AC5E7D836012A57AB18F2AA6 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_2 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_3 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_4 = NULL; { // ulong[] ax = this.x, bx = ((SecT163FieldElement)b).x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); V_0 = L_0; // ulong[] ax = this.x, bx = ((SecT163FieldElement)b).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___b0; NullCheck(((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_1, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_1, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))->get_x_0(); V_1 = L_2; // ulong[] xx = ((SecT163FieldElement)x).x, yx = ((SecT163FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___x1; NullCheck(((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_3, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_3, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))->get_x_0(); // ulong[] xx = ((SecT163FieldElement)x).x, yx = ((SecT163FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = ___y2; NullCheck(((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_5, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_5, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))->get_x_0(); V_2 = L_6; // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7; L_7 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_3 = L_7; // SecT163Field.MultiplyAddToExt(ax, bx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_MultiplyAddToExt_mCA29A6CB5E657D6BCE7EF2F616AA490F47859953(L_8, L_9, L_10, /*hidden argument*/NULL); // SecT163Field.MultiplyAddToExt(xx, yx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_3; SecT163Field_MultiplyAddToExt_mCA29A6CB5E657D6BCE7EF2F616AA490F47859953(L_4, L_11, L_12, /*hidden argument*/NULL); // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13; L_13 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_4 = L_13; // SecT163Field.Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = V_3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_4; SecT163Field_Reduce_m5FD8918E2B798BE0293D1EE02B8CBEF7ABECCFFB(L_14, L_15, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_4; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_17 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_17, L_16, /*hidden argument*/NULL); return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_Divide_m9225DC70E8C78712DF6889CDDA4A281A2A759A66 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___b0, const RuntimeMethod* method) { { // return Multiply(b.Invert()); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___b0; NullCheck(L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Invert() */, L_0); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_Negate_mF05665BA1DC1056AE13A28AD1B87B13E9F59083D (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // return this; return __this; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Square() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_Square_m4F83498E455AF1BFA7BB49D00C481EC8EABA5F32 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT163Field.Square(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_Square_m3BD85C973E388ECEC824AE868D483198C0694A3C(L_1, L_2, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_4 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::SquareMinusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_SquareMinusProduct_m9B41EC894DF6C155F9B654B89296AB233B6C91E8 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { { // return SquarePlusProduct(x, y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___y1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, __this, L_0, L_1); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_SquarePlusProduct_m11AC92E76FCB7A67B3DC985DDF8F3B857BB6322F (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_2 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_3 = NULL; { // ulong[] ax = this.x; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); V_0 = L_0; // ulong[] xx = ((SecT163FieldElement)x).x, yx = ((SecT163FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x0; NullCheck(((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_1, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_1, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))->get_x_0(); // ulong[] xx = ((SecT163FieldElement)x).x, yx = ((SecT163FieldElement)y).x; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = ___y1; NullCheck(((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_3, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)CastclassClass((RuntimeObject*)L_3, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))->get_x_0(); V_1 = L_4; // ulong[] tt = Nat192.CreateExt64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5; L_5 = Nat192_CreateExt64_m4D3490957009BE2E1EF9EF978848A4DA33439A34(/*hidden argument*/NULL); V_2 = L_5; // SecT163Field.SquareAddToExt(ax, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_SquareAddToExt_m0A4620546B8DCA664CF78E58687628B160AF55BF(L_6, L_7, /*hidden argument*/NULL); // SecT163Field.MultiplyAddToExt(xx, yx, tt); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_2; SecT163Field_MultiplyAddToExt_mCA29A6CB5E657D6BCE7EF2F616AA490F47859953(L_2, L_8, L_9, /*hidden argument*/NULL); // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10; L_10 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_3 = L_10; // SecT163Field.Reduce(tt, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = V_3; SecT163Field_Reduce_m5FD8918E2B798BE0293D1EE02B8CBEF7ABECCFFB(L_11, L_12, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = V_3; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_14 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_14, L_13, /*hidden argument*/NULL); return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::SquarePow(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_SquarePow_m584E94400F91040F0B380EB1FE18F6D131F72FD3 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, int32_t ___pow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // if (pow < 1) int32_t L_0 = ___pow0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0006; } } { // return this; return __this; } IL_0006: { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1; L_1 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_1; // SecT163Field.SquareN(x, pow, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_x_0(); int32_t L_3 = ___pow0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_SquareN_m1EFDB9F1CAEF680EFBC412EB66C880EAC1E56D41(L_2, L_3, L_4, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_6 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Trace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT163FieldElement_Trace_m1B900CA0CE4819A0FCD5B05B84EE86CDC16189B4 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (int)SecT163Field.Trace(x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = SecT163Field_Trace_m3CBA04ADC34CF7F315A472D1B026C606598688EE(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Invert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_Invert_mCCADB26CC1394574CC882CB69A9BFEA5440849B7 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT163Field.Invert(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_Invert_mD90283D674122DBD0420B548C978D2C4BAFE52F0(L_1, L_2, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_4 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Sqrt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * SecT163FieldElement_Sqrt_mE1348A4F8D01BDD46D80AA8E3AA5E592112203B8 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; { // ulong[] z = Nat192.Create64(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0; L_0 = Nat192_Create64_m5D5EFAEE825C71F8B0E3DE06E55255401F88DBCA(/*hidden argument*/NULL); V_0 = L_0; // SecT163Field.Sqrt(x, z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_x_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecT163Field_tBA86311F2D915562A8FD6C51CFD9E14468916F9E_il2cpp_TypeInfo_var); SecT163Field_Sqrt_m0CC891066C751F5E5D643D5C7570F86070AFF6EC(L_1, L_2, /*hidden argument*/NULL); // return new SecT163FieldElement(z); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = V_0; SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_4 = (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)il2cpp_codegen_object_new(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); SecT163FieldElement__ctor_m916F951CD8F2C714D0705DF0E40B9198C21FDCAC(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_Representation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT163FieldElement_get_Representation_m3F9842810296AB6D702E540D1F108375E1318AE3 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // get { return F2mFieldElement.Ppb; } return 3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_M() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT163FieldElement_get_M_m028C2C345BA8EBCB02617E33F04EC578B86BB96B (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // get { return 163; } return ((int32_t)163); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_K1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT163FieldElement_get_K1_mEE66807AF3204C83B07C1C110D94DA331EE02F64 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // get { return 3; } return 3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_K2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT163FieldElement_get_K2_m0CA67BAB7BF59BECB77A4E258AC23F0D10A357B1 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // get { return 6; } return 6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::get_K3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT163FieldElement_get_K3_m0A43039F44DB1643ECA99B5120E7D4A4B72435DE (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { { // get { return 7; } return 7; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT163FieldElement_Equals_m50B82E3AAE1EEFDD1737313542317309E8D81991 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(obj as SecT163FieldElement); RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * >::Invoke(34 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement) */, __this, ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)IsInstClass((RuntimeObject*)L_0, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT163FieldElement_Equals_mECF985FB55D7DDE400BF38D491C4DCC97D796CDF (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Equals(other as SecT163FieldElement); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___other0; bool L_1; L_1 = VirtualFuncInvoker1< bool, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * >::Invoke(34 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement) */, __this, ((SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)IsInstClass((RuntimeObject*)L_0, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecT163FieldElement_Equals_m7DFC16E6B3C376D69F906746526CBF4AF1A7B362 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * ___other0, const RuntimeMethod* method) { { // if (this == other) SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_0 = ___other0; if ((!(((RuntimeObject*)(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)__this) == ((RuntimeObject*)(SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // if (null == other) SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_1 = ___other0; if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return Nat192.Eq64(x, other.x); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_x_0(); SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * L_3 = ___other0; NullCheck(L_3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = L_3->get_x_0(); bool L_5; L_5 = Nat192_Eq64_mBCB1D97FA8843AF3E1465C017D9F68DBBEB31062(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163FieldElement::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecT163FieldElement_GetHashCode_mCEF5DE090CE909A1BF53283C9329A836DC69DCD1 (SecT163FieldElement_t3637BABE0B9C1FF52E991C506B1DF117B013B520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return 163763 ^ Arrays.GetHashCode(x, 0, 3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_x_0(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_mEDE24FF8CE14CFB6C4AC93BED1BCC557096CB0B7(L_0, 0, 3, /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)163763)^(int32_t)L_1)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_x; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_x_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_y; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_y_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_zs; } ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_0 = __this->get_m_zs_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_withCompression; } bool L_0 = __this->get_m_withCompression_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method) { { // get { return sign; } int32_t L_0 = __this->get_sign_31(); return L_0; } }